Brian Stansberry created WFCORE-4420:
----------------------------------------
Summary: ParseUtil.readProperty incorrectly checks for
XMLConstants.NULL_NS_URI
Key: WFCORE-4420
URL:
https://issues.jboss.org/browse/WFCORE-4420
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
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 '""').
--
This message was sent by Atlassian Jira
(v7.12.1#712002)