From 70826f1202510e676b02348b60c758fe42bd2a5a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 3 Jun 2008 15:48:30 +0000 Subject: [PATCH] Shorten faq question --- src/site/fml/faq.fml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 054dcb4b6b..41a753f367 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -128,8 +128,8 @@ org.springframework.security.AccessDeniedException: Access is denied - I've configured the "requires-channel" attribute to use HTTPS for my login page and switch back to HTTP afterwards but I just end up back at - the login page after authenticating. I'm using Tomcat. Why doesn't it work? + 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.

@@ -140,7 +140,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. Why not? + I'm forwarding a request to another URL using the RequestDispatcher, but my security constraints aren't being applied. Filters are not applied by default to forwards or includes. If you really want the security filters to be applied to forwards and/or includes,