Skip to content

Commit

Permalink
Add webjars path to ExpiresOneDayFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
ahornace authored and Vladimir Kotal committed Oct 8, 2020
1 parent 30a056b commit 6b77149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opengrok-web/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<filter-name>ExpiresOneDayFilter</filter-name>
<url-pattern>/default/*</url-pattern>
<url-pattern>/js/*</url-pattern>
<url-pattern>/webjars/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
<filter-mapping>
Expand Down

0 comments on commit 6b77149

Please sign in to comment.