You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/10/10 01:36:57 UTC

[Bug 61603] New: Not-well-formed XML returned from /manager/status?XML=true when running Java 9

https://bz.apache.org/bugzilla/show_bug.cgi?id=61603

            Bug ID: 61603
           Summary: Not-well-formed XML returned from
                    /manager/status?XML=true when running Java 9
           Product: Tomcat 8
           Version: 8.5.23
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Manager
          Assignee: dev@tomcat.apache.org
          Reporter: shiragumo@gmail.com
  Target Milestone: ----

Hello!

When running Tomcat 8.5.23 or Tomcat 9.0.1 for that matter with Java 9
the response from /manager/status?XML=true is returning not-well-formed XML
data.

Expected behaviour:
Getting well-formed XML.

Actual behaviour:
Getting non-well-formed XML.

Reproducible:
Always when run on Java 9.

Example snippet of offending output:
<memorypool name='CodeHeap 'non-nmethods'' type='Non-heap memory'
usageInit='2555904' usageCommitted='2555904' usageMax='5836800'
usageUsed='1469952'/>

Please note the apostrophes surrounding non-nmethods, which should be escaped.

Possible solution:
Ensure all String attribute values are XML-escaped.

Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 61603] Not-well-formed XML returned from /manager/status?XML=true when running Java 9

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61603

Remy Maucherat <re...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
It is possible other values could need escaping, but the others are rather
controlled (IMO) so it seems reasonable to keep that as is for now.
Fixed in 9.0.2, 8.5.24, 8.0.48, 7.0.83.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org