[jboss-jira] [JBoss JIRA] (WFCORE-697) CLI does not handle paths with a value of '/'

Stuart Douglas (JIRA) issues at jboss.org
Tue May 19 19:56:19 EDT 2015


     [ https://issues.jboss.org/browse/WFCORE-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas updated WFCORE-697:
----------------------------------
    Summary: CLI does not handle paths with a value of '/'  (was: CDI does not handle paths with a value of '/')


> CLI does not handle paths with a value of '/'
> ---------------------------------------------
>
>                 Key: WFCORE-697
>                 URL: https://issues.jboss.org/browse/WFCORE-697
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.0.0.Alpha2
>            Reporter: Stuart Douglas
>            Assignee: Alexey Loubyansky
>             Fix For: 1.0.0.CR5, 2.0.0.Alpha3
>
>
> It does not appear to be possible to address nodes with a name of '/' in the CLI. This is used in the default undertow subsystem to serve the welcome content.
> {code}
> [standalone at localhost:9990 /] /subsystem=undertow/server=default-server/host=default-host/location=*:read-resource
> {
>     "outcome" => "success",
>     "result" => [{
>         "address" => [
>             ("subsystem" => "undertow"),
>             ("server" => "default-server"),
>             ("host" => "default-host"),
>             ("location" => "/")
>         ],
>         "outcome" => "success",
>         "result" => {
>             "handler" => "welcome-content",
>             "filter-ref" => undefined
>         }
>     }]
> }
> [standalone at localhost:9990 /] /subsystem=undertow/server=default-server/host=default-host/location=\/:read-resource
> Node type is not complete at index 71
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list