Skip to content

Commit

Permalink
#441 Metadata editor can be accessed after user logout in html5ui (sa…
Browse files Browse the repository at this point in the history
…ving metadata fails as expected)
  • Loading branch information
josegar74 committed Apr 8, 2014
1 parent 777c212 commit ea138a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main/webapp/WEB-INF/config-security-mapping.xml
Expand Up @@ -285,7 +285,7 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans
<sec:intercept-url pattern="/srv/[a-z]{2,3}/xml.metadata.status.get!?.*" access="permitAll"></sec:intercept-url>
<sec:intercept-url pattern="/srv/[a-z]{2,3}/search!?.*" access="permitAll"></sec:intercept-url>
<sec:intercept-url pattern="/srv/[a-z]{2,3}/view!?.*" access="permitAll"></sec:intercept-url>
<sec:intercept-url pattern="/srv/[a-z]{2,3}/edit!?.*" access="permitAll"></sec:intercept-url>
<sec:intercept-url pattern="/srv/[a-z]{2,3}/edit!?.*" access="hasRole('Editor')"></sec:intercept-url>
<sec:intercept-url pattern="/srv/[a-z]{2,3}/q!?.*" access="permitAll"></sec:intercept-url>
<sec:intercept-url pattern="/srv/[a-z]{2,3}/portal.search!?.*" access="permitAll"></sec:intercept-url>
<sec:intercept-url pattern="/srv/[a-z]{2,3}/portal.opensearch!?.*" access="permitAll"></sec:intercept-url>
Expand Down

0 comments on commit ea138a3

Please sign in to comment.