6/25/2004 10:34 AM
To: [EMAIL PROTECTED]
Subject: XmlRpc constructor throws access denied
The default constructor of XmlRpc (Head) tries to get the property
TypeFactory.class.getName(). This might throw an
AccessControlException, if an Applet does not have the appropriate
rights. But usually
The default constructor of XmlRpc (Head) tries to get the property
TypeFactory.class.getName(). This might throw an
AccessControlException, if an Applet does not have the appropriate
rights. But usually it is not necessary to get this property as there
is a (good) default.
In my opinion the correct