From 30f1e5729af0afb79aab3362314001da775e5a97 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 11 Jul 2008 07:52:52 +0000 Subject: [PATCH] SEC-914: Corrected tagllib descriptor documentation for var attribute in authentication tag. --- taglibs/src/main/resources/META-INF/security.tld | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/taglibs/src/main/resources/META-INF/security.tld b/taglibs/src/main/resources/META-INF/security.tld index 5aaad516c7..87b979d4f6 100644 --- a/taglibs/src/main/resources/META-INF/security.tld +++ b/taglibs/src/main/resources/META-INF/security.tld @@ -65,7 +65,7 @@ Property of the Authentication object which should be output. Supports nested properties. For example if the principal object is an instance of UserDetails, - te property "principal.username" will return the username. Alternatively, using + the property "principal.username" will return the username. Alternatively, using "name" will call getName method on the Authentication object directly. @@ -75,8 +75,7 @@ false Name of the exported scoped variable for the - exception thrown from a nested action. The type of the - scoped variable is the type of the exception thrown. + evaluated property of the Authentication object.