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,