google-code-export / wro4j

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

wildcard doesn't match folders #667

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a wildcard is used to match a folder in a path, the resource is not found.

Example:
Given the following uri
 classpath:META-INF/resources/webjars/jquery/*/jquery.js

Expected behavior: the locator should match a file located under
 classpath:META-INF/resources/webjars/jquery/1.9.0/jquery.js

Actual behavior: the locator doesn't find the resource.

Original issue reported on code.google.com by alex.obj...@gmail.com on 2 Feb 2013 at 10:55