From 2006bddf512403ee35385bd821f752604e2b541b Mon Sep 17 00:00:00 2001
From: Ben Alex
Date: Thu, 9 Feb 2006 01:30:20 +0000
Subject: [PATCH] Remove broken links.
---
doc/xdocs/faq.html | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/doc/xdocs/faq.html b/doc/xdocs/faq.html
index 4525c9094d..0c24019a8e 100644
--- a/doc/xdocs/faq.html
+++ b/doc/xdocs/faq.html
@@ -156,7 +156,8 @@
Common Problem #1: 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.
- See this forum post for more details.
+ Generally make sure you mark your login page as requiring ROLE_ANONYMOUS.
+
Common Problem #2: My application pages don't seem to be protected.
If you are securing web resources and they dont seem to be matched in the URL patterns,
@@ -176,8 +177,6 @@
<value>
</property>
-
- See this forum post for more details.
Common Problem #3: How do I disable a user after a number of failed logins?
A common user requirement is to disable / lock an account after a number of failed login attempts.
@@ -197,16 +196,14 @@
}
}
- See this forum post for more details.
Common Problem #4: I am changing my password using a web controller and DAO, why is my password still not being refreshed?
There are three things you must do to make a user password change take affect:
- Change the password using your authentication DAO
- Remove the user from the User Cache (i.e. if you have a cache configured)
- - Update the ContextHolder to include the new Authentication object and password
+ - Update the SecurityContextHolder to include the new Authentication object and password
- See this forum post for more details.
I need some help. What files should I post?
The most important things to post with any support requests on the