Closed GoogleCodeExporter closed 9 years ago
The only reason why this could happen, is because the servletContextUriLocator
is not used (not configured in the list of uriLocators).
As long as you configure properly, this error should not happen.
Could you post more details about how you configure the WroFilter?
Original comment by alex.obj...@gmail.com
on 16 Feb 2015 at 10:52
Original comment by alex.obj...@gmail.com
on 16 Feb 2015 at 10:53
Also, try enabling DEBUG log level to get more detailed information...
Original comment by alex.obj...@gmail.com
on 16 Feb 2015 at 10:54
Hi, alex
below is the configuration related to the wro
<filter>
<filter-name>WebResourceOptimizer</filter-name>
<filter-class>
ro.isdc.wro.http.WroFilter
</filter-class>
</filter>
<filter-mapping>
<filter-name>WebResourceOptimizer</filter-name>
<url-pattern>/wro/*</url-pattern>
</filter-mapping>
I already enable the debug level, and attach the exception as attachment in my
original post.
We are using jboss, and this issue occurred after we upgrade from 1.7.1 to 1.7.2
So, just wondering if there are some dependencies change between these version?
Thanks in advance.
Original comment by Airh...@gmail.com
on 20 Feb 2015 at 6:23
I'm not able to reproduce this issue.
There is a sample project which proves that it works:
https://github.com/wro4j/wro4j-examples/tree/master/runtime-example
You could use it as a starting point used to reproduce the issue.
I'm closing this issue with "INVALID" resolution, however you can reopen it if
you can provide an example which proves the problem.
Original comment by alex.obj...@gmail.com
on 20 Feb 2015 at 4:39
Original issue reported on code.google.com by
Airh...@gmail.com
on 15 Feb 2015 at 7:34Attachments: