[jboss-cvs] JBossAS SVN: r89451 - projects/docs/enterprise/4.3.5/readme/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 23:07:44 EDT 2009


Author: irooskov at redhat.com
Date: 2009-05-26 23:07:43 -0400 (Tue, 26 May 2009)
New Revision: 89451

Modified:
   projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml
Log:
updated release notes with new JIRA


Modified: projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml
===================================================================
--- projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml	2009-05-26 20:48:51 UTC (rev 89450)
+++ projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml	2009-05-27 03:07:43 UTC (rev 89451)
@@ -439,6 +439,11 @@
 								<ulink url="http://jira.jboss.com/jira/browse/JBMESSAGING-1456">JBMESSAGING-1456</ulink>: Messages would not move from the <property>being-delivered</property> state when clients used a clustered XA connection factory in a cluster of at least two nodes.
 							</para>
 						</listitem>
+						<listitem>
+							<para>
+								<ulink url="http://jira.jboss.com/jira/browse/JBMESSAGING-1131">JBMESSAGING-1131</ulink>: JBoss Messaging used to only use socket transport for delivering messages. In this latest release, JBoss Messaging now supports servlet transport through cooperation with the JBoss Remoting component, improving the functionality of JBoss Messaging.
+							</para>
+						</listitem>
 					</itemizedlist>
 				</listitem>
 			</itemizedlist>
@@ -506,11 +511,11 @@
 									<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1974">JBPAPP-1974</ulink>: The optimisation within the <classname>JBossXSModel</classname> implementation for traversing a XML schema was insufficient, allowing for high deployment overhead when dealing with complex schemas. Correcting this has been a process of modifying the <filename>JBossXSModel.java</filename> file by adding calls to clear the <classname>HashSet</classname> periodically throughout the traversing process.
 								</para>
 							</listitem>
-						<!--	<listitem>
+							<listitem>
 								<para>
-									<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1961">JBPAPP-1961</ulink>: A bug existed within Xerces 
+									<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1961">JBPAPP-1961</ulink>: A bug existed within Xerces that displayed a security vulnerability by permitting external entity definitions that produced <exceptionname>Denial of Service</exceptionname> attacks on a server that accpets XML data from external sources. In order to fix this issue, secure XML processing has now been implemented in JBoss Web Services wherever the document builder factory is constructed within the code.
 								</para>
-							</listitem> -->
+							</listitem>
 							<listitem>
 								<para>
 									<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1956">JBPAPP-1956</ulink>: The <classname>wscompile</classname> class would fail to create a valid package name when the namespace contained a capitalised reserved keyword. Rectifying this issue has seen the <filename>NameConverter.java</filename> file modified to include code that transforms all characters in the namespace to lower case.
@@ -839,18 +844,21 @@
 				</itemizedlist>
 			</para>
 		</formalpara>
-	<!--	<formalpara>
+		<formalpara>
 			<title>Security Issues</title>
 			<para>
 				<itemizedlist>
 					<listitem>
 						<para>
-						
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1961">JBPAPP-1961</ulink>: A bug existed within Xerces that displayed a security vulnerability by permitting external entity definitions that produced <exceptionname>Denial of Service</exceptionname> attacks on a server that accpets XML data from external sources. In order to fix this issue, secure XML processing has now been implemented in JBoss Web Services wherever the document builder factory is constructed within the code.
 						</para>
+						<para>
+							This bug fix is part of the JBoss Web Services 2.0.1.SP2_CP06 upgrade.
+						</para>
 					</listitem>
 				</itemizedlist>
 			</para>
-		</formalpara> -->
+		</formalpara> 
 		<formalpara>
 			<title>Documentation</title>
 			<para>




More information about the jboss-cvs-commits mailing list