----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 12, 2002 11:45 AM
Subject: cvs commit: xml-axis/java/src/org/apache/axis/transport/http
HTTPSender.java


> rsitze      2002/06/12 11:45:58
>
>   Modified:    java/src/org/apache/axis/utils XMLUtils.java
>                java/src/org/apache/axis/transport/http HTTPSender.java
>   Added:       java/src/org/apache/axis/utils Base64.java
>   Log:
>   Replace use of sun.misc.Base64Encoding with open-source.
>   J2EE security manager restricts access to sun.misc.* classes.

this is good. now you can run things like the deployment client app in ant
w/out forking a new JVM (currently sun.* stuff gets stripped out of the ant
classloader in a <java> call)

Reply via email to