Skip to content

Commit 1c43654

Browse files
authored
fix: Fix ResourceRequestFilter url-pattern - EXO-72981 (#796)
1 parent a4c5f00 commit 1c43654

File tree

1 file changed

+4
-1
lines changed
  • application/src/main/webapp/WEB-INF

1 file changed

+4
-1
lines changed

application/src/main/webapp/WEB-INF/web.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333

3434
<filter-mapping>
3535
<filter-name>ResourceRequestFilter</filter-name>
36-
<url-pattern>/*</url-pattern>
36+
<url-pattern>*.css</url-pattern>
37+
<url-pattern>*.js</url-pattern>
38+
<url-pattern>*.html</url-pattern>
39+
<url-pattern>/images/*</url-pattern>
3740
</filter-mapping>
3841
<filter-mapping>
3942
<filter-name>LocalizationFilter</filter-name>

0 commit comments

Comments
 (0)