Stripping out unnecessary dependencies from sample jars.

This commit is contained in:
Luke Taylor
2011-01-10 17:27:58 +00:00
parent 39b48c6d95
commit 19e56f4397
7 changed files with 59 additions and 8 deletions

View File

@@ -13,11 +13,7 @@
<debug />
<global-method-security pre-post-annotations="enabled">
<!-- AspectJ pointcut expression that locates our "post" method and applies security that way
<protect-pointcut expression="execution(* bigbank.*Service.post*(..))" access="ROLE_TELLER"/>
-->
</global-method-security>
<global-method-security pre-post-annotations="enabled" />
<http pattern="/loggedout.jsp" security="none"/>