Skip to content

Commit a7298e3

Browse files
authored
fix: Fix ResourceRequestFilter url-pattern - EXO-72981 (#70)
1 parent b0a02ec commit a7298e3

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

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

2222
<filter-mapping>
2323
<filter-name>ResourceRequestFilter</filter-name>
24-
<url-pattern>/*</url-pattern>
24+
<url-pattern>*.css</url-pattern>
25+
<url-pattern>*.js</url-pattern>
26+
<url-pattern>*.html</url-pattern>
27+
<url-pattern>/images/*</url-pattern>
2528
</filter-mapping>
2629

2730
</web-app>

0 commit comments

Comments
 (0)