Ron Šmeral created ARQ-1390:
-------------------------------
Summary: @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
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