https://issues.apache.org/bugzilla/show_bug.cgi?id=53398
Priority: P2
Bug ID: 53398
Assignee: [email protected]
Summary: Incorrect tag names on XML response when calling
'manager/status?XML=true'
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 7.0.21
Component: Manager
Product: Tomcat 7
Created attachment 28909
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28909&action=edit
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).
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]