Skip to content

Commit

Permalink
Add dispatchers for UrlRewriteFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Aug 12, 2024
1 parent ef75f1b commit 7667973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Site/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
<filter-mapping>
<filter-name>UrlRewriteFilter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
</filter-mapping>
<!-- End UrlRewrite filter -->

Expand Down

0 comments on commit 7667973

Please sign in to comment.