We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a056b commit 6b77149Copy full SHA for 6b77149
opengrok-web/src/main/webapp/WEB-INF/web.xml
@@ -51,6 +51,7 @@
51
<filter-name>ExpiresOneDayFilter</filter-name>
52
<url-pattern>/default/*</url-pattern>
53
<url-pattern>/js/*</url-pattern>
54
+ <url-pattern>/webjars/*</url-pattern>
55
<dispatcher>REQUEST</dispatcher>
56
</filter-mapping>
57
<filter-mapping>
0 commit comments