Uses proper exclude pattern to avoid processing JS, CSS and images

This commit is contained in:
Lukasz Lenart
2020-12-03 09:41:05 +01:00
parent a7c4ef827d
commit 9bdb578540
+1 -1
View File
@@ -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" />