[Reposting from [EMAIL PROTECTED]

Hey there,

I've come across a problem, which i wasn't able to resolve myself.
I wrote an applet using the httpclient, its in a JAR archive which is
signed.
The applet starts up and if it comes to the point of creating a httpclient
instance:

"HttpClient MyHTTPClient = new HttpClient();"

..it throws an exception:

"Caused by: java.security.AccessControlException: access denied
(java.util.PropertyPermission
org.apache.commons.logging.LogFactory.HashtableImpl read)"

I've read about this error somewhere, and that someone did a fix, which i
was unable to download.

I'm using the "commons-logging-1.1.1.jar". I don't need logging, maybe
someone knows a way to 
disable it? Or, if not, how can i get this to work. The main JAR-Archive has
enough rights.
I tryed also to sign the commons JAR, but it doesn't help either.

Any suggestions are welcome.

Steffen

Reply via email to