]
Tomaz Cerar updated WFLY-3327:
------------------------------
Component/s: Domain Management
JNDI URL display in admin console
----------------------------------
Key: WFLY-3327
URL:
https://issues.jboss.org/browse/WFLY-3327
Project: WildFly
Issue Type: Feature Request
Components: Domain Management
Affects Versions: JBoss AS7 7.1.1.Final
Environment: Windows7, JDK 7
Reporter: malcolm davis
Assignee: Jason Greene
Priority: Minor
Attachments: jndi.view.png
The JNDI view in admin console does not always display the full value. Many times
URL's get cut-off or mangled.
The display for system properties does not have this problem.
The following 2 JNDI entries do not display correctly in the JNDI View.
<simple name="java:global/jbossDocs"
value="https://docs.jboss.org" type="java.net.URL"/>
<simple name="java:global/ConnectionUrl"
value="tcp://mymachine.example.com:8000" type="java.lang.String"/>