[jboss-remoting-commits] JBoss Remoting SVN: r5748 - remoting2/branches/2.2/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Feb 21 10:38:54 EST 2010


Author: ron.sigal at jboss.com
Date: 2010-02-21 10:38:54 -0500 (Sun, 21 Feb 2010)
New Revision: 5748

Modified:
   remoting2/branches/2.2/docs/guide/en/chap5.xml
Log:
JBREM-1172: Revised note about use of "NONE" in SSLSocketBuilder.

Modified: remoting2/branches/2.2/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap5.xml	2010-02-21 15:36:27 UTC (rev 5747)
+++ remoting2/branches/2.2/docs/guide/en/chap5.xml	2010-02-21 15:38:54 UTC (rev 5748)
@@ -5410,8 +5410,9 @@
               <classname>SSLSocketBuilder</classname> will look for the
               keystore file. This can be relative to the thread's classloader
               or can be an absolute path on the file system or can be a
-              URL. If there is no keystore, then this property should be set to "NONE".
-              The use of "NONE" is available as of release 2.2.3.SP2.</para></entry>
+              URL. It can also be set to "NONE", in which case the keystore
+              will be initialized but not populated from a file.  This feature
+              might be useful in the case of a PKCS#11 smart card.</para></entry>
             </row>
 
             <row>



More information about the jboss-remoting-commits mailing list