Brian Stansberry created WFCORE-1888:
----------------------------------------
Summary: HTTP management response caching is broken
Key: WFCORE-1888
URL:
https://issues.jboss.org/browse/WFCORE-1888
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
The HTTP handling for the management API supports caching of read-resource-description and
read-operation-description responses. But the ETag calculation used in support of this is
broken. It was written to calculate an MD5 hash of the toString() representation of a DMR
response but the object being hashed got changed to an OperationResponse. The toString()
representation of that is unique for each request.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)