From 5c7a62ce60d63c9b6a559ffb355adf1f9fa06a23 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. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3737 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 aeebc8eb409..8211105edf8 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