Explorar o código

SEC-1638: Added paragraph to docs explaining that for complete security, an app should not switch out of HTTPS at all.

Luke Taylor %!s(int64=14) %!d(string=hai) anos
pai
achega
48ea0a6249
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      docs/manual/src/docbook/namespace-config.xml

+ 5 - 2
docs/manual/src/docbook/namespace-config.xml

@@ -468,8 +468,11 @@
       <port-mapping http="9080" https="9443"/>
     </port-mappings>
   </http>]]>
-        </programlisting><!--You can find a more in-depth discussion of channel security
-        in <xref xlink:href="#channel-security"/--></para>
+                </programlisting>
+                Note that in order to be truly secure, an application should not use HTTP at all or switch
+                between HTTP and HTTPS. It should start in HTTPS (with the user entering an HTTPS URL) and
+                use a secure connection throughout to avoid any possibility of man-in-the-middle attacks.
+            </para>
         </section>
         <section xml:id="ns-session-mgmt">
             <title>Session Management</title>