Skip to content

Commit

Permalink
auth fileupload
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjun-qima committed Oct 27, 2016
1 parent 69e26ed commit 61744b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/spring/spring-security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<sec:intercept-url pattern="/task/**" access="isAuthenticated()" />
<sec:intercept-url pattern="/taskcase/**" access="isAuthenticated()" />
<sec:intercept-url pattern="/caselist/**" access="isAuthenticated()" />
<sec:intercept-url pattern="/fileupload/**" access="isAuthenticated()" />
</sec:http>


Expand Down

0 comments on commit 61744b3

Please sign in to comment.