-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution:
Won't Fix
-
Affects Version/s: 2.3.0.GA, 2.4.0.GA, 2.5.0.GA
-
Fix Version/s: None
-
Component/s: Arquillian
-
Labels:None
-
Target Release:
-
Steps to Reproduce:
-
Workaround:Workaround Exists
-
Workaround Description:
-
Affects:Release Notes
-
Release Notes Docs Status:Documented as Known Issue
-
Release Notes Text:
The deployment url, injected by:
@ArquillianResource
URL url;
is wrong when the deployed package contains dots. Expected url was "http://localhost:8080/pushee-0.1.0/", on which the deployed war was accessible, but injected url was "http://localhost:8080/pushee-0.1/", which didn't exist on server.