Closed GoogleCodeExporter closed 9 years ago
The logic should have been like in the WroFilter
--------------------------------------------------------------------------------
---
final WroConfiguration configAttribute =
ServletContextAttributeHelper.create(filterConfig).getWroConfiguration();
Context.set(Context.webContext(request, response, this.filterConfig), configAttribute != null ? configAttribute : new WroConfiguration());
--------------------------------------------------------------------------------
---
Original comment by doncarea...@gmail.com
on 31 Jul 2012 at 6:24
Original comment by alex.obj...@gmail.com
on 31 Jul 2012 at 6:38
Thanks for the hint.
Fixed in branch 1.4.x.
Original comment by alex.obj...@gmail.com
on 31 Jul 2012 at 7:15
Original issue reported on code.google.com by
doncarea...@gmail.com
on 31 Jul 2012 at 6:16