Brian Stansberry created WFCORE-627:
---------------------------------------
Summary: Response headers do not propagate through the domain
Key: WFCORE-627
URL:
https://issues.jboss.org/browse/WFCORE-627
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Beta2
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 1.0.0.CR1
There's no access-control response header here:
{code}
[domain@localhost:9999 /]
/host=master/server=server-one/subsystem=datasources/data-source=ExampleDS:read-resource{roles=Monitor}
{
"outcome" => "success",
"result" => {
....
}
}
{code}
ProxyStepHandler needs to pass through response-header data.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)