[jboss-cvs] JBossAS SVN: r96632 - projects/docs/enterprise/4.3.7/Release_Notes/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 20 03:02:33 EST 2009


Author: laubai
Date: 2009-11-20 03:02:33 -0500 (Fri, 20 Nov 2009)
New Revision: 96632

Modified:
   projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml
Log:
Adding release notes for JBPAPP-2039, JBPAPP-3095.

Modified: projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml	2009-11-20 08:00:04 UTC (rev 96631)
+++ projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml	2009-11-20 08:02:33 UTC (rev 96632)
@@ -172,6 +172,12 @@
 	</section>
 	<section id="Important_Notes">
 		<title>Important Notes</title>
+        <section id="Seam_Changes">
+          <title>Changes to Naming Structure</title>
+          <para>
+            There is no Feature Pack planned for release with Cumulative Patch 7. The previous naming structure (for example, <filename>seamfp</filename>) is therefore no longer relevant. The JBoss Installer now refers to Seam2 instead of SeamFP. The directory location for <literal>seam</literal> is now <filename>seam1</filename>, and the directory location for <literal>seam2</literal> is now <filename>seam2</filename>.
+          </para>
+        </section>
 		<section id="Seam_Applications">
 			<title>
 				Running the example Seam Applications
@@ -389,6 +395,21 @@
           </itemizedlist>
         </formalpara>
         <formalpara>
+            <title>JBoss Web</title>
+            <para>
+                <itemizedlist>
+                    <listitem>
+                        <para>
+                          <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2039">JBPAPP-2039</ulink>: The fix for <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-1992">JBPAPP-1992</ulink> means that Version 1 cookies are used in JBoss Web instead of Version 0. This older version is linked to a security issue. To return to the previous behavior despite this, add a <filename>conf/catalina.properties</filename> file and set the following property in it:
+                        </para>
+                        <programlisting>
+org.apache.tomcat.util.http.ServerCookie.VERSION_SWITCH=false
+                        </programlisting>
+                    </listitem>
+                </itemizedlist> 
+            </para>
+        </formalpara>
+        <formalpara>
             <title>JBoss Application Server</title>
             <para>
                 <itemizedlist>
@@ -416,6 +437,11 @@
             <itemizedlist>
               <listitem>
                 <para>
+                  <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3095">JBPAPP-3095</ulink>: There is no Feature Pack planned for release with Cumulative Patch 7. The previous naming structure (for example, <filename>seamfp</filename>) is therefore no longer relevant. The JBoss Installer now refers to Seam2 instead of SeamFP. The directory location for <literal>seam</literal> is now <filename>seam1</filename>, and the directory location for <literal>seam2</literal> is now <filename>seam2</filename>.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
                     <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2967">JBPAPP-2967</ulink>: A shared value binding returned a <literal>null</literal> value when under load, which caused a <exceptionname>javax.el.PropertyNotFoundException</exceptionname>. The value binding is no longer shared and the issue no longer presents.
                 </para>
               </listitem>




More information about the jboss-cvs-commits mailing list