Skip to content

Commit

Permalink
Merge pull request #982 from support-project/license
Browse files Browse the repository at this point in the history
Add assets directory to accessible resource without logging in
  • Loading branch information
koda-masaru authored Dec 6, 2017
2 parents fb244b6 + fc4ef3d commit 3ccbae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
<filter-class>org.support.project.knowledge.filter.CloseAbleAuthenticationFilter</filter-class>
<init-param>
<param-name>ignore-regular-expression</param-name>
<param-value>^/index|^/open|^/api|^/template|^/bower|^/images|^/css|^/js|^/favicon.ico|^/lang|css$|js$|jpg$|jpeg$|gif$|png$|ico$|html$</param-value>
<param-value>^/index|^/open|^/api|^/template|^/bower|^/images|^/css|^/js|^/favicon.ico|^/lang|^/assets|css$|js$|jpg$|jpeg$|gif$|png$|ico$|html$</param-value>
</init-param>
<init-param>
<param-name>close-ignore-regular-expression</param-name>
<param-value>^/index|^/template|^/bower|^/images|^/css|^/js|^/favicon.ico|^/lang|css$|js$|jpg$|jpeg$|gif$|png$|ico$|html$|^/open.signup|^/open.PasswordInitialization|^/open.account</param-value>
<param-value>^/index|^/template|^/bower|^/images|^/css|^/js|^/favicon.ico|^/lang|^/assets|css$|js$|jpg$|jpeg$|gif$|png$|ico$|html$|^/open.signup|^/open.PasswordInitialization|^/open.account</param-value>
</init-param>
<init-param>
<param-name>login-page</param-name>
Expand Down

0 comments on commit 3ccbae1

Please sign in to comment.