contactssample application is set up to use localized messages. +
<%= request.getAttribute("SPRING_SECURITY_403_EXCEPTION")%>
-<% Authentication auth = SecurityContextHolder.getContext().getAuthentication();
- if (auth != null) { %>
- Authentication object as a String: <%= auth.toString() %>
+<% Authentication auth = SecurityContextHolder.getContext().getAuthentication();
+ if (auth != null) { %>
+ Authentication object as a String: <%= auth.toString() %>
<% } %>