SEC-733: AspectJ Pointcut Expression Parsing support.

This commit is contained in:
Ben Alex
2008-03-25 08:28:53 +00:00
parent f4eb15b08b
commit 0860333a3f
21 changed files with 1492 additions and 1927 deletions

View File

@@ -12,7 +12,7 @@
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">
<annotation-driven/>
<global-method-security secured="true"/>
<http>
<intercept-url pattern="/secure/extreme/**" access="ROLE_SUPERVISOR"/>