diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml
index 36a4151766..ed26e79b6e 100644
--- a/doc/docbook/acegi.xml
+++ b/doc/docbook/acegi.xml
@@ -1307,6 +1307,15 @@ if (obj instanceof UserDetails) {
wired up by default to many Acegi Security beans. Please refer to the
JavaDocs for PortResolverImpl for further
details.
+
+ You should note that using a secure channel is recommended if
+ usernames and passwords are to be kept secure during the login
+ process. If you do decide to use
+ ChannelProcessingFilter with form-based login,
+ please ensure that your login page is set to
+ REQUIRES_SECURE_CHANNEL, and that the
+ AuthenticationProcessingFilterEntryPoint.forceHttps
+ property is true.