]
Aslak Knutsen updated ARQ-1201:
-------------------------------
Fix Version/s: tomcat_1.0.0.Final
FileNotFound exception when trying to access static web resouces -
tomcat-embedded-6
------------------------------------------------------------------------------------
Key: ARQ-1201
URL:
https://issues.jboss.org/browse/ARQ-1201
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Tomcat Containers
Affects Versions: tomcat_1.0.0.CR4
Environment: Embedded
Reporter: George Vagenas
Labels: resources, static, tomcat-embedded-6,, webResources
Fix For: tomcat_1.0.0.Final
Attachments: arquillian-container-tomcat-embedded-6.patch,
SimpleArqTest_DefaultWebXML.tar.gz
When trying to access static web resource inside WAR, such as hello_world.txt:
WAR
|--WEB-INF/
|--demo/
|--hello_world.txt
A FileNotFoundException is fired.