|
|
|
@ -10,7 +10,7 @@ |
|
|
|
xmlns:beans="http://www.springframework.org/schema/beans" |
|
|
|
xmlns:beans="http://www.springframework.org/schema/beans" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
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-2.0.xsd |
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd |
|
|
|
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd"> |
|
|
|
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.1.xsd"> |
|
|
|
|
|
|
|
|
|
|
|
<global-method-security secured-annotations="enabled"> |
|
|
|
<global-method-security secured-annotations="enabled"> |
|
|
|
<!-- AspectJ pointcut expression that locates our "post" method and applies security that way |
|
|
|
<!-- AspectJ pointcut expression that locates our "post" method and applies security that way |
|
|
|
|