You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2013/06/14 13:15:39 UTC

svn commit: r865648 - /websites/production/struts/content/development/2.x/docs/version-notes-2315.html

Author: lukaszlenart
Date: Fri Jun 14 11:15:38 2013
New Revision: 865648

Log:
Updates draft docs

Modified:
    websites/production/struts/content/development/2.x/docs/version-notes-2315.html

Modified: websites/production/struts/content/development/2.x/docs/version-notes-2315.html
==============================================================================
--- websites/production/struts/content/development/2.x/docs/version-notes-2315.html (original)
+++ websites/production/struts/content/development/2.x/docs/version-notes-2315.html Fri Jun 14 11:15:38 2013
@@ -125,7 +125,7 @@ under the License. 
         <DIV class="wiki-content">
           <P><IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"> These are the notes for the Struts 2.3.15 distribution.</P>
 
-<P><IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"> For prior notes in this release series, see <A href="version-notes-23141.html" title="Version Notes 2.3.14.1">Version Notes 2.3.14.1</A></P>
+<P><IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"> For prior notes in this release series, see <A href="version-notes-23143.html" title="Version Notes 2.3.14.3">Version Notes 2.3.14.3</A></P>
 
 <UL>
 	<LI>If you are a Maven user, you might want to get started using the <A href="struts-2-maven-archetypes.html" title="Struts 2 Maven Archetypes">Maven Archetype</A>.</LI>
@@ -164,9 +164,9 @@ mvn archetype:generate -DarchetypeCatalo
 <H2><A name="VersionNotes2.3.15-InternalChanges"></A>Internal Changes</H2>
 
 <UL>
-	<LI>Merged security fix from version 2.3.14.1</LI>
+	<LI>Merged security fix from version 2.3.14.1, 2.3.14.2 and 2.3.14.3</LI>
 	<LI>Resolved problem with memory leak in <TT>ContainerHolder</TT></LI>
-	<LI>Resolved bug related to <TT>struts.convention.action.includeJars</TT></LI>
+	<LI>Resolved bug related to <TT>struts.convention.action.includeJars</TT>, see <A href="https://issues.apache.org/jira/browse/WW-4038" class="external-link" rel="nofollow">WW-4038</A></LI>
 	<LI>Improved OSGi support to allow work in Glassfish 3, see <A href="https://issues.apache.org/jira/browse/WW-3958" class="external-link" rel="nofollow">WW-3958</A></LI>
 	<LI>Added support to create cookies from whitin an action <A href="https://issues.apache.org/jira/browse/WW-4037" class="external-link" rel="nofollow">WW-4037</A></LI>
 	<LI>New interface - <TT>ValidationAware</TT> - was added to allow notify actions when there are action/field errors <A href="https://issues.apache.org/jira/browse/WW-4071" class="external-link" rel="nofollow">WW-4071</A></LI>