Andy Clark wrote:
> 
> Edwin,
> 
> Luke Deller wrote:
> > (2) org.apache.xerces.util.ObjectFactory doesn't work in an applet because
> > it tries to use "Thread.getContextClassLoader" without gracefully
> > degrading to use the default classloader if a security exception is
> > thrown.  I get an "InvocationTargetException" being thrown from
> > ObjectFactory.java:278 (in function "findClassLoader").  Fixing
> > "findClassLoader" to return "null" in this case fixes the problem for me.
> 
> The ObjectFactory code is almost taken directly from the JAXP
> implementation. Do you think that this code should be changed
> to avoid this security exception problem? How do you think of
> Luke's proposed fix -- do you see any problems with it?

I'll take a look as soon as I have a free moment.  Let me know if this
isn't good enough.

-Edwin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to