[jboss-jira] [JBoss JIRA] (WFCORE-697) CDI does not handle paths with a value of '/'
David Lloyd (JIRA)
issues at jboss.org
Tue May 19 09:03:19 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069189#comment-13069189 ]
David Lloyd edited comment on WFCORE-697 at 5/19/15 9:03 AM:
-------------------------------------------------------------
Well that's definitely true for path element names... but, for path element values, the only rule I can see is that {{*}} denotes a wildcard (and that it's not null).
was (Author: dmlloyd):
Well that's definitely true for resource names... but, for resource values, the only rule I can see is that {{*}} denotes a wildcard (and that it's not null).
> CDI 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