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

*** shadow/1490 Sun May 20 17:26:02 2001
--- shadow/1490.tmp.20569       Thu Jun 14 13:28:05 2001
***************
*** 1,19 ****
! Bug#: 1490
! Product: XalanJ2
! Version: 2.0.1
! Platform: All
! OS/Version: All
! Status: ASSIGNED   
! Resolution: 
! Severity: Normal
! Priority: High
! Component: javax.xml
! AssignedTo: [EMAIL PROTECTED]                            
! ReportedBy: [EMAIL PROTECTED]               
! URL: 
! Cc: 
! Summary: SAXParserFactory will never check system property 
"javax.xml.parsers.SAXParserFactory" after the first instance is created
! 
  The first time SAXParserFactory instance is created by calling 
  SAXParserFactory.newInstance() method, the found implementation is cached
  by SAXParserFactory in a private static String variable called "foundFactory". 
--- 1,19 ----
! +============================================================================+
! | SAXParserFactory will never check system property "javax.xml.parsers.SAXPa |
! +----------------------------------------------------------------------------+
! |        Bug #: 1490                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: FIXED                      Platform: All                     |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: javax.xml               |
! +----------------------------------------------------------------------------+
! |  Assigned To: [EMAIL PROTECTED]                                     |
! |  Reported By: [EMAIL PROTECTED]                                          |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  The first time SAXParserFactory instance is created by calling 
  SAXParserFactory.newInstance() method, the found implementation is cached
  by SAXParserFactory in a private static String variable called "foundFactory". 
***************
*** 30,32 ****
--- 30,37 ----
  ------- Additional Comments From [EMAIL PROTECTED]  2001-04-26 11:53 -------
  The code you refer to is old code.  Once the /xml-commons repository is
  created, I plan to populate it with the latest versions. [edwingo]
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-06-14 13:28 -------
+ Fixed in SAXParserFactory.java r1.7: simply rearrange the order of returns to 
+ be correct.  xml-commons integration will come later (it currently requires JDK 
+ 1.2+ to compile)
\ No newline at end of file

Reply via email to