You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2016/02/13 12:52:36 UTC

svn commit: r1730190 - /mina/site/trunk/content/mina-project/userguide/ch11-ssl-filter/ch11-ssl-filter.mdtext

Author: elecharny
Date: Sat Feb 13 11:52:35 2016
New Revision: 1730190

URL: http://svn.apache.org/viewvc?rev=1730190&view=rev
Log:
Fixed some unclosed HTML tag

Modified:
    mina/site/trunk/content/mina-project/userguide/ch11-ssl-filter/ch11-ssl-filter.mdtext

Modified: mina/site/trunk/content/mina-project/userguide/ch11-ssl-filter/ch11-ssl-filter.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch11-ssl-filter/ch11-ssl-filter.mdtext?rev=1730190&r1=1730189&r2=1730190&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/userguide/ch11-ssl-filter/ch11-ssl-filter.mdtext (original)
+++ mina/site/trunk/content/mina-project/userguide/ch11-ssl-filter/ch11-ssl-filter.mdtext Sat Feb 13 11:52:35 2016
@@ -134,12 +134,13 @@ It's not that different for incoming mes
 
 
 <DIV class="note" markdown="1">
-What is important here is that the <strong>SslHander<strong> can't process more than one message at a time.
+What is important here is that the <strong>SslHander</strong> can't process more than one message at a time.
 </DIV>
 
 ## SSL/TLS in MINA 2
 
 Now, we will dive a bit deeper into **MINA** code. We will cover all the filter operations:
+
 * Management
 ** init()
 ** destroy()