mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Uses proper exclude pattern to avoid processing JS, CSS and images
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<constant name="struts.serve.static" value="true" />
|
||||
<constant name="struts.serve.static.browserCache" value="false" />
|
||||
|
||||
<constant name="struts.action.excludePattern" value=".*\.gif,.*\.css,.*\.js"/>
|
||||
<constant name="struts.action.excludePattern" value=".*/images/.*\.gif,.*/img/.*\.gif,.*/styles/.*\.css,.*/js/.*\.js"/>
|
||||
|
||||
<include file="struts-interactive.xml" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user