Skip to content

Commit 6b77149

Browse files
ahornaceVladimir Kotal
authored andcommitted
Add webjars path to ExpiresOneDayFilter
1 parent 30a056b commit 6b77149

File tree

1 file changed

+1
-0
lines changed
  • opengrok-web/src/main/webapp/WEB-INF

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<filter-name>ExpiresOneDayFilter</filter-name>
5252
<url-pattern>/default/*</url-pattern>
5353
<url-pattern>/js/*</url-pattern>
54+
<url-pattern>/webjars/*</url-pattern>
5455
<dispatcher>REQUEST</dispatcher>
5556
</filter-mapping>
5657
<filter-mapping>

0 commit comments

Comments
 (0)