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

ParseUtil.readProperty incorrectly checks for XMLConstants.NULL_NS_URI

    XMLWordPrintable

Details

    Description

      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 '""').

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: