[arquillian-issues] [JBoss JIRA] (ARQ-1390) @ArquillianResource URL contextPath is malformed if the web archive name contains dots

Bartosz Majsak (JIRA) jira-events at lists.jboss.org
Wed May 22 14:15:06 EDT 2013


    [ https://issues.jboss.org/browse/ARQ-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776129#comment-12776129 ] 

Bartosz Majsak commented on ARQ-1390:
-------------------------------------

Then this might be a [problem|https://github.com/wildfly/wildfly/blob/master/arquillian/common/src/main/java/org/jboss/as/arquillian/container/ManagementClient.java#L297].
                
> @ArquillianResource URL contextPath is malformed if the web archive name contains dots
> --------------------------------------------------------------------------------------
>
>                 Key: ARQ-1390
>                 URL: https://issues.jboss.org/browse/ARQ-1390
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Base Implementation
>    Affects Versions: 1.0.3.Final
>            Reporter: Ron Šmeral
>         Attachments: arq-1390-reproducer.zip
>
>
> If a WAR with dots in the name is deployed, the context path returned using {{@ArquillianResource URL contextPath}} is incorrect, as it has the segment after the last dot stripped off. 
> For example, deploying an archive called {{this.archive.has.dots.war}}, the real context path reported by the server is {{/this.archive.has.dots}} but {{@ArquillianResource URL}} points to {{/this.archive.has}}.

--
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 arquillian-issues mailing list