Problem in signed applets
Hi,
Actually I have a signed applet, the applet is signed and with that applet I am able to write and do some other actions also. But, after sometime I upload the files to the server using the HttpClient from apache. When I do this it generates access denied exception.
The Stack trace is as follows
Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission org.apache.commons.logging.LogFactory.HashtableImpl read)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at org.apache.commons.logging.LogFactory.createFactoryStore(LogFactory.java:320)
at org.apache.commons.logging.LogFactory.<clinit>(LogFactory.java:1725)
Any Pointers will help
Regards,
Gangotri

