[teiid-commits] teiid SVN: r2579 - branches/7.1.x/build/kits/jboss-container.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Sep 15 13:53:29 EDT 2010


Author: shawkins
Date: 2010-09-15 13:53:29 -0400 (Wed, 15 Sep 2010)
New Revision: 2579

Modified:
   branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html
Log:
TEIID-1260 changing the admin connection to use anonymous ssl by default.

Modified: branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html	2010-09-15 17:07:54 UTC (rev 2578)
+++ branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html	2010-09-15 17:53:29 UTC (rev 2579)
@@ -79,9 +79,10 @@
 <h4>from 7.1</h4>
 <ul>
     <li>Teiid clients now allow the usage of anonymous SSL by default.  
-    This changes allows the admin port (default 31443) to use anonymous SSL by default, rather than just securing logon traffic.  
+    This changes allows the admin port (default 31443) to use anonymous SSL by default, rather than just securing login traffic.  
     Admin clients should therefore use the mms protocol instead of mm.  This will encrypt all admin traffic and ensure that any passwords in configuration files will
     be encrypted in transit.  See the Admin Guide to upgrade from anonymous SSL to 1-way or 2-way authentication.
+    The config properties sslEnabled and clientEncryptionEnabled for SSLConfiguration beans have been combined to a single property mode, that can have the values disabled|login|enabled.
 	<li>Apache CXF is now expected to be used as the web services stack provider through JBossWS-CXF.  See the Admin Guide for instructions on 
 	installing CXF for use with Teiid's Salesforce and web service connectors.  The WS Resource Adapter's -ds.xml files should no longer use 
 	WSSecurityConfigURL and WSSecurityConfigName, rather they should be ConfigFile and ConfigName respectively.  The property values should no longer



More information about the teiid-commits mailing list