Avatar

Level 1

Hi all

 

I noticed something weird, I'm on Adobe Campaign classic 7.0.19.1 server build 9032.

 

I'm having issues uploading non-standard files (want to upload fonts like *.eot files) but it will error out.

In the web@default log journal I see errors such as: 

  1. 2020-08-31 15:26:16Error exception : Downloaded file '43157417dd8926cc1da5ad304d86620a.eot' is not authorized.

 

Assuming there was some restriction on the upload file type, from documentation online I see that the attribute is supposed to be uploadAllowlist=".+".

When checking the serverConf.xml on the server, I see that it's set up as uploadWhitelist=".+"

 

Which one should it be?