Skip to content

Commit 06ecd71

Browse files
authored
fix: Fix ResourceRequestFilter url-pattern - EXO-72981 (#283)
1 parent b556fd2 commit 06ecd71

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
</filter>
3333
<filter-mapping>
3434
<filter-name>ResourceRequestFilter</filter-name>
35-
<url-pattern>/*</url-pattern>
35+
<url-pattern>*.css</url-pattern>
36+
<url-pattern>*.js</url-pattern>
37+
<url-pattern>*.html</url-pattern>
38+
<url-pattern>/images/*</url-pattern>
3639
</filter-mapping>
3740
<listener>
3841
<listener-class>org.exoplatform.container.web.PortalContainerConfigOwner</listener-class>

0 commit comments

Comments
 (0)