Bug 52958 - not valid xml in mbeans-descriptors.xml
Summary: not valid xml in mbeans-descriptors.xml
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Integration (show other bugs)
Version: 7.0.26
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 14:54 UTC by Alien_Huker
Modified: 2012-03-21 15:07 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alien_Huker 2012-03-21 14:54:51 UTC
in src

apache-tomcat-7.0.25-src and apache-tomcat-7.0.26-src

\java\org\apache\catalina\realm\mbeans-descriptors.xml

have not valid xml file

--------
<attribute   name="useContextClassLoader"
          description="Sets whether to use the context or default ClassLoader."
                   is="true"/>
                 type="boolean"/>

    <attribute   name="validate"
          description="Should we validate client certificate chains when they are presented?"
                 type="boolean"/>

------------

"type="boolean"/>" this incorrect

___

P.S. Sorry, i am bad speek english.
Comment 1 Mark Thomas 2012-03-21 15:07:34 UTC
Thanks for the report. Fixed in 7.0.x and will be included in 7.0.27 onwards.