google-code-export / wro4j

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

add SERVLET_CONTEXT_ONLY LocatorStrategy #777

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by a user: https://github.com/alexo/wro4j/pull/150

We use wro4j-maven-plugin in production, and WroFilter in development. The 
maven plugin can't load dynamic resources, so I'd like to the filter not to 
load them either.

When using SERVLET_CONTEXT_FIRST, missing resources show up as 404s in 
unrelated subsystems (wherever the request gets dispatched to).

Original issue reported on code.google.com by alex.obj...@gmail.com on 22 Aug 2013 at 7:13

GoogleCodeExporter commented 9 years ago
Contributed by nigelzor.

Original comment by alex.obj...@gmail.com on 22 Aug 2013 at 7:13

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.7.x

Original comment by alex.obj...@gmail.com on 22 Aug 2013 at 9:31