http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1577 *** shadow/1577 Sun May 20 17:26:29 2001 --- shadow/1577.tmp.20490 Fri Jun 22 09:17:47 2001 *************** *** 1,19 **** ! Bug#: 1577 ! Product: Xerces-J ! Version: unspecified ! Platform: PC ! OS/Version: Linux ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: High ! Component: Other ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: Crimson handles undeclared namespaces badly ! When an attribute uses an undeclared namespace prefix Crimson will put nulls into the nsuri and localname slots in AttributesImpl. The result is that when you look for other names using getValue(nsuri, localname) you get a NullPointerException. In order to allow applications to continue processing it is necessary to handle this in a different way. Below is a proposed patch: --- 1,19 ---- ! +============================================================================+ ! | Crimson handles undeclared namespaces badly | ! +----------------------------------------------------------------------------+ ! | Bug #: 1577 Product: Xerces-J | ! | Status: RESOLVED Version: unspecified | ! | Resolution: WONTFIX Platform: PC | ! | Severity: Normal OS/Version: Linux | ! | Priority: High Component: Other | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | When an attribute uses an undeclared namespace prefix Crimson will put nulls into the nsuri and localname slots in AttributesImpl. The result is that when you look for other names using getValue(nsuri, localname) you get a NullPointerException. In order to allow applications to continue processing it is necessary to handle this in a different way. Below is a proposed patch: *************** *** 33,35 **** --- 33,39 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-04-30 01:31 ------- Forgot to say this: the patch is against Crimson 1.1. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-22 09:17 ------- + This is XercesJ product.. we don't maintain code for Crimson (as far as I know + it's pretty dead). You might want to try asking on [EMAIL PROTECTED] \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
