You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2015/12/31 12:25:35 UTC

svn commit: r1722437 - in /qpid/java/trunk/doc/jms-client-0-8/src/docbkx: JMS-Client-Binding-URL.xml JMS-Client-Connection-URL.xml JMS-Client-Message-Encryption.xml

Author: rgodfrey
Date: Thu Dec 31 11:25:35 2015
New Revision: 1722437

URL: http://svn.apache.org/viewvc?rev=1722437&view=rev
Log:
QPID-6576 : Fix typos in documentation on end-to-end encryption

Modified:
    qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Binding-URL.xml
    qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml
    qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml

Modified: qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Binding-URL.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Binding-URL.xml?rev=1722437&r1=1722436&r2=1722437&view=diff
==============================================================================
--- qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Binding-URL.xml (original)
+++ qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Binding-URL.xml Thu Dec 31 11:25:35 2015
@@ -147,9 +147,8 @@
             <row xml:id="JMS-Client-0-8-Binding-URL-Options-EncryptedRecipients">
                 <entry><para>encryptedrecipients</para></entry>
                 <entry><para>string </para></entry>
-                <entry><para>A semi-colon separated list of the names of the recipients who for whom the
-                    secret key will be made available (though encrypting with their privte key) and thus will
-                    be able to decrypt the message. </para></entry>
+                <entry><para>A semi-colon separated list of the names of the recipients who will be able to decrypt the
+                    message. </para></entry>
             </row>
         </tbody>
       </tgroup>

Modified: qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml?rev=1722437&r1=1722436&r2=1722437&view=diff
==============================================================================
--- qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml (original)
+++ qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Connection-URL.xml Thu Dec 31 11:25:35 2015
@@ -364,11 +364,11 @@
 					<entry> String </entry>
 					<entry> Trust store password. Password used to open the Message Encryption trust store. </entry>
 				</row>
-				<row xml:id="JMS-Client-0-8-Connection-URL-BrokerOptions-EncryptionRemoreTrustStore">
+				<row xml:id="JMS-Client-0-8-Connection-URL-BrokerOptions-EncryptionRemoteTrustStore">
 					<entry> encryption_remote_trust_store </entry>
 					<entry> String </entry>
 					<entry> Remote Trust Store. The address of a message source on the broker which will be used
-						to generate a trust store containing the X509 Certificates of potential recipients of
+						to obtain a trust store containing the X509 Certificates of potential recipients of
 						encrypted messages. </entry>
 				</row>
 				<row xml:id="JMS-Client-0-8-Connection-URL-BrokerOptions-EncryptionKeyStore">

Modified: qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml?rev=1722437&r1=1722436&r2=1722437&view=diff
==============================================================================
--- qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml (original)
+++ qpid/java/trunk/doc/jms-client-0-8/src/docbkx/JMS-Client-Message-Encryption.xml Thu Dec 31 11:25:35 2015
@@ -73,8 +73,8 @@
                 trust store are supplied in the <link linkend="JMS-Client-0-8-Connection-URL">connection URL</link>.
             </para>
             <para>
-                There are two distinct mechanisms for providing the encryption trist store. Firstly you can supply a
-                standard password-protected tust store file on the file system.  The location and password for this must
+                There are two distinct mechanisms for providing the encryption trust store. Firstly you can supply a
+                standard password-protected trust store file on the file system.  The location and password for this must
                 be specified using the <link linkend="JMS-Client-0-8-Connection-URL-BrokerOptions-EncryptionTrustStore">
                 encryption_trust_store</link> and
                 <link linkend="JMS-Client-0-8-Connection-URL-BrokerOptions-EncryptionTrustStorePassword">encryption_trust_store_password



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org