SAC 1.3 Java ParserFactory class dosen't use the threads context class loader.

Hi,

The implementation of org.w3c.css.sac.helpers.ParserFactory does not use 
the currents threads context class loader.
This is required if you are doing custom class loading.
Similar apis like SAX and JAXP use the context class loaders if their 
available in their factories.
This should be done via Thread.currentThread().getContextClassLoader() 
when loading the parser class.

There dosen't seem to a better place to send this as there is no bug 
database for SAC.

 From Richard.

Received on Thursday, 27 November 2003 11:15:28 UTC