changed name of secured authorities to attributes

This commit is contained in:
Scott Andrews
2008-03-07 17:08:01 +00:00
parent 63e7ea2197
commit b6fba51f02
12 changed files with 105 additions and 96 deletions

View File

@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
<secured authorities="ROLE_USER" />
<secured attributes="ROLE_USER" />
<persistence-context/>

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/webflow
http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd">
<secured authorities="ROLE_USER" />
<secured attributes="ROLE_USER" />
<persistence-context/>