springuser2014 / wro4j

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

Classpath UriLocator doesn't accept empty spaces #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a resource with the following location: 
"classpath: com/mycompany/resource/static.css " (notice the trailing spaces)
2. ClasspathUriLocator complains that it can't find the resource

What is the expected output? What do you see instead?
1. As long as the resource exist, ClasspathUriLocator should find the resource, 
no matter how many trailing spaces there are.

Original issue reported on code.google.com by alex.obj...@gmail.com on 23 Oct 2010 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 23 Oct 2010 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 24 Oct 2010 at 1:57