You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/03/19 23:17:07 UTC

[Bug 1028] Changed - DeferredAttrNSImpl namespaceURI fix can force null exception

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

*** shadow/1028	Mon Mar 19 13:06:17 2001
--- shadow/1028.tmp.7298	Mon Mar 19 14:17:07 2001
***************
*** 2,9 ****
  | DeferredAttrNSImpl namespaceURI fix can force null exception               |
  +----------------------------------------------------------------------------+
  |        Bug #: 1028                        Product: Xerces-J                |
! |       Status: NEW                         Version: cvs extract (inc        |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Major                    OS/Version: Linux                   |
  |     Priority: Medium                    Component: DOM                     |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | DeferredAttrNSImpl namespaceURI fix can force null exception               |
  +----------------------------------------------------------------------------+
  |        Bug #: 1028                        Product: Xerces-J                |
! |       Status: RESOLVED                    Version: cvs extract (inc        |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Major                    OS/Version: Linux                   |
  |     Priority: Medium                    Component: DOM                     |
  +----------------------------------------------------------------------------+
***************
*** 48,51 ****
  +       if (namespaceURI == null || namespaceURI.length() == 0) {
              if (prefix != null)  {
                  if (prefix.equals("xmlns")) {
!                     namespaceURI = "http://www.w3.org/2000/xmlns/";
--- 48,54 ----
  +       if (namespaceURI == null || namespaceURI.length() == 0) {
              if (prefix != null)  {
                  if (prefix.equals("xmlns")) {
!                     namespaceURI = "http://www.w3.org/2000/xmlns/";
! 
! ------- Additional Comments From lehors@apache.org  2001-03-19 14:17 -------
! Oops, my mistake.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org