From 178765cf8324eedbb86dcb755e1423d85e34ffc2 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 1 Nov 2011 00:19:37 +0000 Subject: [PATCH] SEC-1836: Forgot taglib comment update. --- taglibs/src/main/resources/META-INF/security.tld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taglibs/src/main/resources/META-INF/security.tld b/taglibs/src/main/resources/META-INF/security.tld index cb3e33fc16..19de53628d 100644 --- a/taglibs/src/main/resources/META-INF/security.tld +++ b/taglibs/src/main/resources/META-INF/security.tld @@ -42,9 +42,9 @@ - Can be used to narrow down the HTTP method (typically GET or POST) to which the URL - applies. Only has any meaning when used in combination with the "url" attribute. This method will - be used when looking up the security metadata for the URL. Defaults to GET. + Can be used to specify the HTTP method (typically GET or POST) which is used in combination + with the URL when consulting the AccessDecisionManager. Only has any meaning when used in combination + with the "url" attribute. Defaults to GET. method false