Bug 53398 - Incorrect tag on XML response when calling 'manager/status?XML=true'
Summary: Incorrect tag on XML response when calling 'manager/status?XML=true'
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Manager (show other bugs)
Version: 7.0.21
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 16:39 UTC by Albertico
Modified: 2012-06-11 20:20 UTC (History)
0 users



Attachments
Manager Status XML Response (1.67 KB, text/xml)
2012-06-11 16:39 UTC, Albertico
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Albertico 2012-06-11 16:39:14 UTC
Created attachment 28909 [details]
Manager Status XML Response

When calling 'manager/status?XML=true' on Tomcat Server the XML response includes incorrect 'requestBytesRecieved' attributes on some '<worker>' nodes.

Attribute should read 'requestBytesReceived'.  Seems like a typo when generating the 'requestBytesReceived' attribute for some nodes (Recieved != Received).

Error can be generated using the CURL command to get the Tomcat status response:

curl "http://<tomcat-server-address>/manager/status?XML=true" --basic -u <user>

(This assumes a user has already been defined with the proper privileges to access the status API command).
Comment 1 Mark Thomas 2012-06-11 20:20:44 UTC
Thanks for the report. This has been fixed in trunk and 7.0.x and will be included in 7.0.28 onwards.