google-code-export / wro4j

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

Handling Request, forward and error dispatches with grails plugin #764

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
By default, servlet filters only handle REQUEST. Which means that if an ERROR 
is handled, the filters don't execute. So in this case, if WRO is used during 
the processing of the ERROR request, the context won't be set (because the 
wroContextFilter didn't execute) resulting in a context not set exception.

Original issue reported on code.google.com by alex.obj...@gmail.com on 25 Jul 2013 at 7:46

GoogleCodeExporter commented 9 years ago
The fix was contributed by @candrews: 
https://github.com/alexo/wro4j/commit/8c3d24b4c028f12b2b6b6d7d2c406b7a3e8c7bff

Original comment by alex.obj...@gmail.com on 25 Jul 2013 at 7:47

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 18 Aug 2013 at 10:35