DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16481>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16481

Incorrect usage of context ClassLoader for static field initialization





------- Additional Comments From [EMAIL PROTECTED]  2003-01-28 16:13 -------
System Properties
-----------------

Taking the SAX Driver property from XSLTInfo.properties should be faster than 
using the Jar Service Provider Mechanism to find the class.  And, if the system 
property is already set, we do not replace it with the value in 
XSLTInfo.properties:

 while (propEnum.hasMoreElements())
 {
   String prop = (String) propEnum.nextElement();

   if (!systemProps.containsKey(prop))
      systemProps.put(prop, props.getProperty(prop));
 }

Reply via email to