From dd5edbcce97ca8d716dbe9a0c415dea08cac6ae0 Mon Sep 17 00:00:00 2001
From: Luke Taylor
Date: Mon, 30 Jun 2008 20:59:27 +0000
Subject: [PATCH] Added labels to faqs
---
src/site/fml/faq.fml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
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
-
+
-
\ No newline at end of file
+
\ No newline at end of file