springuser2014 / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

ServletContext missing resources on Tomcat #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Tomcat servlet container
2. Add a context path relative resource which doesn't exist to wro.xml
3. The output for group request will write the following: "The requested 
resource (/invalid.js) is not available." 

What is the expected output? What do you see instead?
When invalid resource is encountered, empty content should be written instead.

Please use labels and text to provide additional information.
The problem can be reproduced on tomcat (and maybe on other servlet 
containers). I wasn't able to reproduce this on Jetty.

Original issue reported on code.google.com by alex.obj...@gmail.com on 5 Dec 2010 at 4:30

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 5 Dec 2010 at 4:53