1
0
mirror of synced 2026-08-05 09:47:05 +00:00

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
+5
View File
@@ -29,6 +29,11 @@
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
@@ -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"/>