]
Brian Stansberry updated WFCORE-185:
------------------------------------
Fix Version/s: 2.0.0.Beta1
(was: 1.0.0.CR1)
Api returns internal server error instead of not found for
non-existing path
----------------------------------------------------------------------------
Key: WFCORE-185
URL:
https://issues.jboss.org/browse/WFCORE-185
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Rupp
Assignee: Brian Stansberry
Labels: rhq
Fix For: 2.0.0.Beta1
When I try to e.g. /subsystem=foo:read-resource the api returns a 500 internal server
error.
In http-land, the return code for "not found" is normally 404.