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