SEC-1638: Added paragraph to docs explaining that for complete security, an app should not switch out of HTTPS at all.
This commit is contained in:
		
							parent
							
								
									7cf9740fd4
								
							
						
					
					
						commit
						48ea0a6249
					
				|  | @ -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> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue