Skip to content

Commit

Permalink
more spring-security context updates to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Dec 23, 2014
1 parent 28793ce commit a2b1af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1.xsd">
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd">


<!-- this is a pidgin version of the context from opennms-webapps, start there if you haven't already -->
Expand Down
Expand Up @@ -3,7 +3,7 @@
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1.xsd">
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd">

<http pattern="/**" auto-config="true">
<intercept-url pattern="/**" access="ROLE_USER" />
Expand Down

0 comments on commit a2b1af5

Please sign in to comment.