google-code-export / wro4j

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

UriLocator fails to retrieve valid resource when it contains question mark #826

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Because the "?" character is treated as special character used by 
AntPathMatcher, the UriLocator fails to retrieve a valid resource which is not 
a wildcard resource. Example:

java.io.IOException: No resource found for wildcard: 
fontawesome-webfont.woff?v=4.0.3

More details described here:
http://stackoverflow.com/questions/20892694/appfuse-font-awesome-webjars-
error/

Original issue reported on code.google.com by alex.obj...@gmail.com on 4 Jan 2014 at 2:08

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.7.x

Original comment by alex.obj...@gmail.com on 4 Jan 2014 at 4:05