[jboss-jira] [JBoss JIRA] (WFLY-1343) Undertow: Cannot read filter and error-handler resources
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Thu May 16 02:21:06 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774652#comment-12774652 ]
Stuart Douglas commented on WFLY-1343:
--------------------------------------
So this works:
/subsystem=undertow/configuration=handler/file=welcome-content:read-resource
The corresponding one for filters would work for XML as well, however the intermediate 'configuration=filter' has to be added first:
[code]
/subsystem=undertow/configuration=filter:add
/subsystem=undertow/configuration=filter/basic-auth=test:add(security-domain=basic)
[code]
I need to figure out if there is a nice way of getting rid of the intermediate node.
> Undertow: Cannot read filter and error-handler resources
> --------------------------------------------------------
>
> Key: WFLY-1343
> URL: https://issues.jboss.org/browse/WFLY-1343
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Reporter: Heiko Braun
> Assignee: Stuart Douglas
>
> {noformat}
> [standalone at localhost:9999 /] /subsystem=undertow/configuration=filter:read-resource
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014807: Management resource '[
> (\"subsystem\" => \"undertow\"),
> (\"configuration\" => \"filter\")
> ]' not found",
> "rolled-back" => true,
> "response-headers" => {"process-state" => "reload-required"}
> }
> {noformat}
> {noformat}
> [standalone at localhost:9999 /] /subsystem=undertow/configuration=error-handler:read-resource
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014807: Management resource '[
> (\"subsystem\" => \"undertow\"),
> (\"configuration\" => \"error-handler\")
> ]' not found",
> "rolled-back" => true,
> "response-headers" => {"process-state" => "reload-required"}
> }
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list