From 9114f80b6811da15fbcd3bf1f69f219252440c21 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 11 Oct 2010 19:59:16 +0000 Subject: [PATCH] SPR-7641 - Added Principal to listing of supported method parameter types. --- spring-framework-reference/src/mvc.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index aeebc8eb40..8211105edf 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -1025,6 +1025,11 @@ public class RelativePathUriTemplateController { exposed by the Servlet API. + + java.security.Principal + containing the currently authenticated user. + + @PathVariable annotated parameters for access to URI template variables. See