]
Brian Stansberry moved WFLY-5012 to WFCORE-873:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-873 (was: WFLY-5012)
Component/s: Domain Management
(was: Domain Management)
Fix Version/s: 2.0.0.Beta2
(was: 10.0.0.Beta2)
Resource alias operation inconsistencies
----------------------------------------
Key: WFCORE-873
URL:
https://issues.jboss.org/browse/WFCORE-873
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
Priority: Blocker
Fix For: 2.0.0.Beta2
Formlery we could request the ../eviction=EVICTION resource. I assume that with the
resource name change a transformer kicks that redirects the request to the
../component" => "eviction resource. The response header however contains the
wrong address, which prevents clients to correlate the request with the response.
*In HAL this breaks the access control mechanism.*
{noformat}
[domain@localhost:9990 /]
/profile=full/subsystem=infinispan/cache-container=*/invalidation-cache=*/eviction=EVICTION:read-resource-description
{
"outcome" => "success",
"result" => [{
"address" => [
("profile" => "full"),
("subsystem" => "infinispan"),
("cache-container" => "*"),
("invalidation-cache" => "*"),
("component" => "eviction")
],
"outcome" => "success",
[...]
{noformat}