We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f00eef commit b99476cCopy full SHA for b99476c
servlet/xml/java/contacts/src/main/resources/applicationContext-security.xml
@@ -13,9 +13,9 @@
13
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
14
http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security.xsd">
15
16
- <global-method-security pre-post-annotations="enabled">
+ <method-security>
17
<expression-handler ref="expressionHandler"/>
18
- </global-method-security>
+ </method-security>
19
20
<http realm="Contacts Realm">
21
<intercept-url pattern="/" access="permitAll"/>
0 commit comments