Bypass cloud security

1
Hi, When we want to export data to Excel with the default export module from the store we get a cloud security error in production (java.security.AccessControlException). Locally it works fine with emulate cloud security disabled. How can we bypass the cloud security in the production environment? Kind regards, Bas
asked
1 answers
0

Bas,

Thejava.security.AccessControlException that you are seeing is shown due to the fact that the java policy does not allow certain things by default. This can't be "turned off" in the cloud environments as this would constitute a security risk. The policy files can be adjusted if needed, but in this case as you are using a standard app from the app store I suggest to submit a ticket with support.

answered