Author: lukaszlenart Date: Wed Mar 6 12:22:14 2013 New Revision: 853275 Log: Updates draft docs
Modified: websites/production/struts/content/development/2.x/docs/building-struts-2-normal-release.html websites/production/struts/content/development/2.x/docs/guides.html websites/production/struts/content/development/2.x/docs/migration-guide.html websites/production/struts/content/development/2.x/docs/spring-plugin.html websites/production/struts/content/development/2.x/docs/version-notes-2312.html Modified: websites/production/struts/content/development/2.x/docs/building-struts-2-normal-release.html ============================================================================== --- websites/production/struts/content/development/2.x/docs/building-struts-2-normal-release.html (original) +++ websites/production/struts/content/development/2.x/docs/building-struts-2-normal-release.html Wed Mar 6 12:22:14 2013 @@ -125,11 +125,11 @@ under the License. <DIV class="wiki-content"> <H1><A name="BuildingStruts2-Normalrelease-Content"></A>Content</H1> <STYLE type="text/css">/*<![CDATA[*/ -div.rbtoc1360223026950 {margin-left: 0px;padding: 0px;} -div.rbtoc1360223026950 ul {list-style: none;margin-left: 0px;} -div.rbtoc1360223026950 li {margin-left: 0px;padding-left: 0px;} +div.rbtoc1362566644196 {margin-left: 0px;padding: 0px;} +div.rbtoc1362566644196 ul {list-style: none;margin-left: 0px;} +div.rbtoc1362566644196 li {margin-left: 0px;padding-left: 0px;} -/*]]>*/</STYLE><DIV class="rbtoc1360223026950"> +/*]]>*/</STYLE><DIV class="rbtoc1362566644196"> <UL> <LI><SPAN class="TOCOutline">1</SPAN> <A href="#BuildingStruts2-Normalrelease-BuildingSteps%2528Struts%2529">Building Steps (Struts)</A></LI> <UL> @@ -282,7 +282,7 @@ mvn release:perform -Dusername=yourSvnUs <PRE class="code-java"> svn co https:<SPAN class="code-comment">//svn.apache.org/repos/asf/struts/struts2/tags/$VERSION </SPAN>cd $VERSION -mvn javadoc:javadoc deploy site-deploy --no-plugin-updates -DperformRelease=<SPAN class="code-keyword">true</SPAN> -Papache-release +mvn javadoc:javadoc deploy --no-plugin-updates -DperformRelease=<SPAN class="code-keyword">true</SPAN> -Papache-release </PRE> </DIV></DIV> Modified: websites/production/struts/content/development/2.x/docs/guides.html ============================================================================== --- websites/production/struts/content/development/2.x/docs/guides.html (original) +++ websites/production/struts/content/development/2.x/docs/guides.html Wed Mar 6 12:22:14 2013 @@ -352,7 +352,7 @@ under the License. <H3><A name="Guides-VersionNotes2.3.x"></A>Version Notes 2.3.x</H3> <UL> - <LI><A href="version-notes-2311.html" title="Version Notes 2.3.11">Version Notes 2.3.11</A></LI> + <LI><A href="version-notes-2312.html" title="Version Notes 2.3.12">Version Notes 2.3.12</A></LI> <LI><A href="version-notes-238.html" title="Version Notes 2.3.8">Version Notes 2.3.8</A></LI> <LI><A href="version-notes-237.html" title="Version Notes 2.3.7">Version Notes 2.3.7</A></LI> <LI><A href="version-notes-2341.html" title="Version Notes 2.3.4.1">Version Notes 2.3.4.1</A></LI> Modified: websites/production/struts/content/development/2.x/docs/migration-guide.html ============================================================================== --- websites/production/struts/content/development/2.x/docs/migration-guide.html (original) +++ websites/production/struts/content/development/2.x/docs/migration-guide.html Wed Mar 6 12:22:14 2013 @@ -129,7 +129,7 @@ under the License. <H3><A name="MigrationGuide-VersionNotes2.3.x"></A>Version Notes 2.3.x</H3> <UL> - <LI><A href="version-notes-2311.html" title="Version Notes 2.3.11">Version Notes 2.3.11</A></LI> + <LI><A href="version-notes-2312.html" title="Version Notes 2.3.12">Version Notes 2.3.12</A></LI> <LI><A href="version-notes-238.html" title="Version Notes 2.3.8">Version Notes 2.3.8</A></LI> <LI><A href="version-notes-237.html" title="Version Notes 2.3.7">Version Notes 2.3.7</A></LI> <LI><A href="version-notes-2341.html" title="Version Notes 2.3.4.1">Version Notes 2.3.4.1</A></LI> @@ -424,7 +424,7 @@ under the License. <A href="version-notes-238.html" title="Version Notes 2.3.8">Version Notes 2.3.8</A> <SPAN class="smalltext">(Apache Struts 2 Documentation)</SPAN> <BR> - <A href="version-notes-2311.html" title="Version Notes 2.3.11">Version Notes 2.3.11</A> + <A href="version-notes-2312.html" title="Version Notes 2.3.12">Version Notes 2.3.12</A> <SPAN class="smalltext">(Apache Struts 2 Documentation)</SPAN> <BR> </DIV> Modified: websites/production/struts/content/development/2.x/docs/spring-plugin.html ============================================================================== --- websites/production/struts/content/development/2.x/docs/spring-plugin.html (original) +++ websites/production/struts/content/development/2.x/docs/spring-plugin.html Wed Mar 6 12:22:14 2013 @@ -218,7 +218,7 @@ under the License. <SPAN class="code-tag"><?xml version=<SPAN class="code-quote">"1.0"</SPAN> encoding=<SPAN class="code-quote">"UTF-8"</SPAN>?></SPAN> <SPAN class="code-tag"><!DOCTYPE beans PUBLIC <SPAN class="code-quote">"-//SPRING//DTD BEAN//EN"</SPAN> <SPAN class="code-quote">"http://www.springframework.org/dtd/spring-beans.dtd"</SPAN>></SPAN> <SPAN class="code-tag"><beans default-autowire=<SPAN class="code-quote">"autodetect"</SPAN>></SPAN> - <SPAN class="code-tag"><bean id=<SPAN class="code-quote">"personManager"</SPAN> class=<SPAN class="code-quote">"com.acme.PersonManager"</SPAN>/></SPAN> + <SPAN class="code-tag"><bean id=<SPAN class="code-quote">"personManager"</SPAN> class=<SPAN class="code-quote">"com.acme.PersonManager"</SPAN> scope=<SPAN class="code-quote">"prototype"</SPAN>/></SPAN> ... <SPAN class="code-tag"></beans></SPAN> </PRE> Modified: websites/production/struts/content/development/2.x/docs/version-notes-2312.html ============================================================================== --- websites/production/struts/content/development/2.x/docs/version-notes-2312.html (original) +++ websites/production/struts/content/development/2.x/docs/version-notes-2312.html Wed Mar 6 12:22:14 2013 @@ -74,13 +74,13 @@ under the License. hide.style.display = 'none'; } </SCRIPT> - <TITLE>Version Notes 2.3.1.2</TITLE> + <TITLE>Version Notes 2.3.12</TITLE> <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD> <BODY onload="init()"> <TABLE border="0" cellpadding="2" cellspacing="0" width="100%"> <TR class="topBar"> <TD align="left" valign="middle" class="topBarDiv" align="left" nowrap=""> - <A href="home.html" title="Apache Struts 2 Documentation">Apache Struts 2 Documentation</A> > <A href="home.html" title="Home">Home</A> > <A href="guides.html" title="Guides">Guides</A> > <A href="migration-guide.html" title="Migration Guide">Migration Guide</A> > <A href="" title="Version Notes 2.3.1.2">Version Notes 2.3.1.2</A> + <A href="home.html" title="Apache Struts 2 Documentation">Apache Struts 2 Documentation</A> > <A href="home.html" title="Home">Home</A> > <A href="guides.html" title="Guides">Guides</A> > <A href="migration-guide.html" title="Migration Guide">Migration Guide</A> > <A href="" title="Version Notes 2.3.12">Version Notes 2.3.12</A> </TD> <TD align="right" valign="middle" nowrap=""> <FORM name="search" action="http://www.google.com/search" method="get"> @@ -100,32 +100,32 @@ under the License. <!-- We'll enable this once we figure out how to access (and save) the logo resource --> <!--img src="/wiki/images/confluence_logo.gif" style="float: left; margin: 4px 4px 4px 10px;" border="0"--> <DIV style="margin: 0px 10px 0px 10px" class="smalltext">Apache Struts 2 Documentation</DIV> - <DIV style="margin: 0px 10px 8px 10px" class="pagetitle">Version Notes 2.3.1.2</DIV> + <DIV style="margin: 0px 10px 8px 10px" class="pagetitle">Version Notes 2.3.12</DIV> <DIV class="greynavbar" align="right" style="padding: 2px 10px; margin: 0px;"> - <A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=27836158"> + <A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=30746909"> <IMG src="https://cwiki.apache.org/confluence/images/icons/notep_16.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page"></A> - <A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=27836158">Edit Page</A> + <A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=30746909">Edit Page</A> <A href="https://cwiki.apache.org/confluence/pages/listpages.action?key=WW"> <IMG src="https://cwiki.apache.org/confluence/images/icons/browse_space.gif" height="16" width="16" border="0" align="absmiddle" title="Browse Space"></A> <A href="https://cwiki.apache.org/confluence/pages/listpages.action?key=WW">Browse Space</A> - <A href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=WW&fromPageId=27836158"> + <A href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=WW&fromPageId=30746909"> <IMG src="https://cwiki.apache.org/confluence/images/icons/add_page_16.gif" height="16" width="16" border="0" align="absmiddle" title="Add Page"></A> - <A href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=WW&fromPageId=27836158">Add Page</A> + <A href="https://cwiki.apache.org/confluence/pages/createpage.action?spaceKey=WW&fromPageId=30746909">Add Page</A> - <A href="https://cwiki.apache.org/confluence/pages/createblogpost.action?spaceKey=WW&fromPageId=27836158"> + <A href="https://cwiki.apache.org/confluence/pages/createblogpost.action?spaceKey=WW&fromPageId=30746909"> <IMG src="https://cwiki.apache.org/confluence/images/icons/add_blogentry_16.gif" height="16" width="16" border="0" align="absmiddle" title="Add News"></A> - <A href="https://cwiki.apache.org/confluence/pages/createblogpost.action?spaceKey=WW&fromPageId=27836158">Add News</A> + <A href="https://cwiki.apache.org/confluence/pages/createblogpost.action?spaceKey=WW&fromPageId=30746909">Add News</A> </DIV> </DIV> <DIV class="pagecontent"> <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.1.2 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"> These are the notes for the Struts 2.3.12 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-2311.html" title="Version Notes 2.3.1.1">Version Notes 2.3.1.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-238.html" title="Version Notes 2.3.8">Version Notes 2.3.8</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> @@ -137,7 +137,7 @@ under the License. <PRE class="code-xml"><SPAN class="code-tag"><dependency></SPAN> <SPAN class="code-tag"><groupId></SPAN>org.apache.struts<SPAN class="code-tag"></groupId></SPAN> <SPAN class="code-tag"><artifactId></SPAN>struts2-core<SPAN class="code-tag"></artifactId></SPAN> - <SPAN class="code-tag"><version></SPAN>2.3.1.2<SPAN class="code-tag"></version></SPAN> + <SPAN class="code-tag"><version></SPAN>2.3.12<SPAN class="code-tag"></version></SPAN> <SPAN class="code-tag"></dependency></SPAN></PRE> </DIV></DIV> @@ -145,7 +145,7 @@ under the License. <DIV class="code panel" style="border-width: 1px;"><DIV class="codeHeader panelHeader" style="border-bottom-width: 1px;"><B>Struts Archetype Catalog</B></DIV><DIV class="codeContent panelContent"> <PRE class="code-none"> -mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/2.3.1.2/ +mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/2.3.12/ </PRE> </DIV></DIV> @@ -159,29 +159,35 @@ mvn archetype:generate -DarchetypeCatalo <SPAN class="code-tag"></repositories></SPAN></PRE> </DIV></DIV> -<H2><A name="VersionNotes2.3.1.2-InternalChanges"></A>Internal Changes</H2> +<H2><A name="VersionNotes2.3.12-InternalChanges"></A>Internal Changes</H2> <UL> - <LI>Default acceptedParamNames were further updated to more restrictive values to solve security vulnerabilities in ParameterInterceptor.<BR> -Also a new method was added to ValueStack called setParameter to prevent remote code execution through the evaluation of parameter names. </LI> + <LI>All validators were refactored and right now parameters can be set via OGNL also parameter <EM>parse</EM> was removed - <A href="https://issues.apache.org/jira/browse/WW-2923" class="external-link" rel="nofollow">WW-2923</A> - please be aware that param names changed a bit, review documentation <A href="validation.html#Validation-BundledValidators">Validation</A></LI> + <LI><IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/warning.gif" height="16" width="16" align="absmiddle" alt="" border="0"> tag's <EM>required</EM> attribute was renamed to <EM>requiredLabel</EM> to allow support of Html5 required attribute in the tags - <A href="https://issues.apache.org/jira/browse/WW-3908" class="external-link" rel="nofollow">WW-3908</A></LI> + <LI>new <A href="tiles-3-plugin.html" class="external-link" rel="nofollow">Tiles 3 plugin</A> added to support Tiles 3 result type - <A href="https://issues.apache.org/jira/browse/WW-3931" class="external-link" rel="nofollow">WW-3931</A></LI> + <LI>as mentioned in <A href="https://issues.apache.org/jira/browse/WW-3973" class="external-link" rel="nofollow">WW-3973</A> with previous release behaviour of <A href="parameters-interceptor.html" title="Parameters Interceptor">Parameters Interceptor</A> changed a bit - please read careful over the linked page</LI> + <LI>migrated site to the Apache CMS and SvnPubSub</LI> + <LI>support for JBoss 5 to work with the <A href="convention-plugin.html" title="Convention Plugin">Convention Plugin</A> was improved, check <A href="https://issues.apache.org/jira/browse/WW-3984" class="external-link" rel="nofollow">WW-3984</A> for more details</LI> </UL> -<H3><A name="VersionNotes2.3.1.2-IssueDetail"></A>Issue Detail</H3> +<H3><A name="VersionNotes2.3.12-IssueDetail"></A>Issue Detail</H3> <UL> - <LI><A href="s2-009.html" title="S2-009">S2-009</A></LI> + <LI><A href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311041&version=12324067" class="external-link" rel="nofollow">JIRA Release Notes 2.3.12</A></LI> </UL> -<H3><A name="VersionNotes2.3.1.2-IssueList"></A>Issue List</H3> +<H3><A name="VersionNotes2.3.12-IssueList"></A>Issue List</H3> <UL> - <LI><A href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12318399" class="external-link" rel="nofollow">Struts 2.3.x TODO </A></LI> + <LI><A href="https://issues.apache.org/jira/issues/?filter=12323498" class="external-link" rel="nofollow">Struts 2.3.12 DONE</A></LI> + <LI><A href="https://issues.apache.org/jira/issues/?filter=12323499" class="external-link" rel="nofollow">Struts 2.3.13 TODO</A></LI> + <LI><A href="https://issues.apache.org/jira/issues/?filter=12318399" class="external-link" rel="nofollow">Struts 2.3.x TODO</A></LI> </UL> -<H3><A name="VersionNotes2.3.1.2-Otherresources"></A>Other resources</H3> +<H3><A name="VersionNotes2.3.12-Otherresources"></A>Other resources</H3> <UL> <LI><A href="http://www.mail-archive.com/commits@struts.apache.org/" class="external-link" rel="nofollow">Commit Logs (Struts 1 and Struts 2)</A></LI>