Skip to content

Commit

Permalink
The urls under /_ah/* are handled by GAE security
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Aug 13, 2013
1 parent 2e6ae59 commit 415b68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GAE/war/WEB-INF/webapp-security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<intercept-url pattern="/remote_api**" access="permitAll"/>
<intercept-url pattern="/admin/logout.html" access="permitAll"/>
<intercept-url pattern="/rest/placemark**" method="GET" access="permitAll"/>
<intercept-url pattern="/_ah/admin/**" access="permitAll"/> <!-- dev environment -->
<intercept-url pattern="/_ah/**" access="permitAll"/>
<intercept-url pattern="/webapp/testharness**" access="hasRole('SUPER_ADMIN')"/>
<intercept-url pattern="/dashboard.html" access="hasRole('SUPER_ADMIN')"/>
<intercept-url pattern="/rest/survey_instances**" method="DELETE" access="hasRole('ADMIN')"/>
Expand Down

0 comments on commit 415b68a

Please sign in to comment.