diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 3c6851d172..10acece57a 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -92,9 +92,9 @@ - + Common Problems - + My application goes into an "endless loop" when I try to login, what's going on?

A common user problem with infinite loop and redirecting to the login page is caused by accidently configuring the login page as a "secured" resource. Make sure your configuration @@ -110,7 +110,7 @@

- + I get an exception with the message "Access is denied (user is anonymous);". What's wrong?

@@ -126,7 +126,7 @@ org.springframework.security.AccessDeniedException: Access is denied

- + I'm using Tomcat and have enabled HTTPS for my login page, switching back to HTTP afterwards. It doesn't work - I just end up back at the login page after authenticating. @@ -138,7 +138,7 @@ org.springframework.security.AccessDeniedException: Access is denied

- + I'm forwarding a request to another URL using the RequestDispatcher, but my security constraints aren't being applied. @@ -148,9 +148,9 @@ org.springframework.security.AccessDeniedException: Access is denied
- + Common "How To" Requests - + I need to login in with more information than just the username. How do I add support for extra login fields (e.g. a company name)?

This question comes up repeatedly in the Spring Security forum so you will find more information there.

@@ -169,4 +169,4 @@ org.springframework.security.AccessDeniedException: Access is denied
- \ No newline at end of file + \ No newline at end of file