You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2013/11/01 22:47:54 UTC

svn commit: r885117 - in /websites/production/cxf/content: cache/main.pageCache migration-guide-11.html

Author: buildbot
Date: Fri Nov  1 21:47:54 2013
New Revision: 885117

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/migration-guide-11.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/migration-guide-11.html
==============================================================================
--- websites/production/cxf/content/migration-guide-11.html (original)
+++ websites/production/cxf/content/migration-guide-11.html Fri Nov  1 21:47:54 2013
@@ -166,19 +166,15 @@ Apache CXF -- Migration Guide 1.1
 
 
 <h3><a shape="rect" name="MigrationGuide1.1-Examples"></a>Examples</h3>
-<ul><li>Signer certificate changed to support more than one realm. All examples trusted the Realm A by default whereas Realm B is used for authentication only.<br clear="none">
- Add the following issuer to <tt>&lt;trustedIssuers&gt;</tt> in the fediz configuration file:</li></ul>
+<ul><li>Signer certificate changed to support more than one realm. All examples trust the Realm A by default whereas Realm B is used for authentication only.<br clear="none">
+ Configure the following issuer in <tt>&lt;trustedIssuers&gt;</tt> in the fediz configuration file:</li></ul>
 
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-    &lt;issuer subject=".*CN=REALMA.*" certificateValidation="ChainTrust"
-        name="REALM A"/&gt;
+    &lt;issuer certificateValidation="PeerTrust" /&gt;
 ]]></script>
-</div></div>
-
-<ul><li>Sample Keystore <tt>tomcat-rp.jks</tt> includes Realm A and Realm B signer certificate</li></ul>
-</div>
+</div></div></div>
            </div>
            <!-- Content -->
          </td>