Shorten faq question

This commit is contained in:
Luke Taylor 2008-06-03 15:48:30 +00:00
parent ea25299bd0
commit 70826f1202

View File

@ -128,8 +128,8 @@ org.springframework.security.AccessDeniedException: Access is denied
</faq>
<faq>
<question>
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.
</question>
<answer>
<p>
@ -140,7 +140,7 @@ org.springframework.security.AccessDeniedException: Access is denied
</faq>
<faq>
<question>
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.
</question>
<answer>
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,