Commented-out JmxOpsAccessControlFilter in jmx console's web.xml is invalid
---------------------------------------------------------------------------
Key: JBAS-7577
URL:
https://jira.jboss.org/jira/browse/JBAS-7577
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMX/Web Console
Affects Versions: JBossAS-6.0.0.M1, JBossAS-5.1.0.GA
Reporter: James Livingston
Assignee: Darran Lofthouse
The JMX console's web.xml file contains a commented-out definition of
JmxOpsAccessControlFilter, which can be used to give read-only access to some users. The
xml parser in 5 onward is stricter than it was in 4, and complains that the
<description> element if the <init-param>s aren't expected if you just
uncomment the section.
The <description> elements need to be moved to before the <param-name>
elements.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira