Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4420

ParseUtil.readProperty incorrectly checks for XMLConstants.NULL_NS_URI

XMLWordPrintable

      This will always return false:

      if (uri != null&&!"".equals(XMLConstants.NULL_NS_URI))

      The second test should use 'uri', not '""'. (The value of XMLConstants.NULL_NS_URI is '""').

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: