[jboss-cvs] JBossAS SVN: r97155 - projects/docs/enterprise/4.3.7/Release_Notes/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Nov 30 03:01:38 EST 2009
Author: laubai
Date: 2009-11-30 03:01:38 -0500 (Mon, 30 Nov 2009)
New Revision: 97155
Modified:
projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml
Log:
Added note for JBPAPP-3099.
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-30 08:00:26 UTC (rev 97154)
+++ projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml 2009-11-30 08:01:38 UTC (rev 97155)
@@ -440,7 +440,7 @@
<itemizedlist>
<listitem>
<para>
- <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2872">JBPAPP-2872</ulink>: Twiddle logged all command line arguments, including the JMX password, to <filename>twiddle.log</filename>, which has public read permissions, and is created in the current working directory. The password is now masked in the log, removing the risk to security. (This issue is related to CVE-2009-3554.)
+ <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2872">JBPAPP-2872</ulink>: Twiddle logged all command line arguments, including the JMX password, to <filename>twiddle.log</filename>, which has public read permissions, and is created in the current working directory. The password is now masked in the log, removing the risk to security. This issue has been assigned CVE-2009-3554.
</para>
</listitem>
<listitem>
@@ -470,7 +470,18 @@
<title>JBoss Application Server</title>
<para>
<itemizedlist>
+ <!--<listitem>
+ <para>
+ <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3103">JBPAPP-3103</ulink>: #MODIFY
+ </para>
+ </listitem>-->
+ <!-- #MODIFY - required? not broken in previous versions
<listitem>
+ <para>
+ <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3099">JBPAPP-3099</ulink>: During startup, JBoss Application Server printed repetitive messages to the log, which could negatively affect performance. The line causing the excessive logging has been removed.
+ </para>
+ </listitem>-->
+ <listitem>
<para>
<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2905">JBPAPP-2905</ulink>: The <varname>ScanPeriod</varname> in the <literal>production</literal> configuration is set to sixty seconds. If the deployment scanner thread was sleeping when shutdown was initiated, shutdown waited for the length of the deployment scanner's sleep time. The deployment scanner thread is now stopped when shutdown is initiated, and the wait no longer occurs.
</para>
@@ -494,6 +505,11 @@
<itemizedlist>
<listitem>
<para>
+ <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3109">JBPAPP-3109</ulink>: Some examples provided with Seam 2.0.2 failed on the client side because the <varname>exceptionHandler</varname> variable was not declared. The <methodname>execute()</methodname> method and method invocation generated within the event handler both require an <classname>exceptionHandler</classname> as an argument. <varname>exceptionHandler</varname> is now declared in the interface generator.
+ </para>
+ </listitem>
+ <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>
More information about the jboss-cvs-commits
mailing list