Skip to content

Commit

Permalink
fix: Fix ResourceRequestFilter url-pattern - EXO-72981 (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
azayati authored Feb 19, 2025
1 parent fccbec6 commit 6f71c13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documents-webapp/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@

<filter-mapping>
<filter-name>ResourceRequestFilter</filter-name>
<url-pattern>/*</url-pattern>
<url-pattern>*.css</url-pattern>
<url-pattern>*.js</url-pattern>
<url-pattern>*.html</url-pattern>
<url-pattern>/images/*</url-pattern>
</filter-mapping>

</web-app>

0 comments on commit 6f71c13

Please # to comment.