svn commit: r989636 [1/2] - /websites/production/struts/content/docs/

2016-05-31 Thread lukaszlenart
Author: lukaszlenart
Date: Tue May 31 12:41:53 2016
New Revision: 989636

Log:
Updates production

Added:
websites/production/struts/content/docs/s2-033.html
websites/production/struts/content/docs/s2-034.html
Modified:
websites/production/struts/content/docs/actionmapper.html
websites/production/struts/content/docs/div.html
websites/production/struts/content/docs/email-validator.html
websites/production/struts/content/docs/file-upload.html
websites/production/struts/content/docs/form-tags.html
websites/production/struts/content/docs/freemarker.html
websites/production/struts/content/docs/interceptors.html
websites/production/struts/content/docs/localization.html
websites/production/struts/content/docs/result-configuration.html
websites/production/struts/content/docs/s2-027.html
websites/production/struts/content/docs/security-bulletins.html
websites/production/struts/content/docs/security.html
websites/production/struts/content/docs/struts-defaultxml.html
websites/production/struts/content/docs/type-conversion.html
websites/production/struts/content/docs/validation.html
websites/production/struts/content/docs/version-notes-25.html
websites/production/struts/content/docs/xhtml-theme.html

Modified: websites/production/struts/content/docs/actionmapper.html
==
--- websites/production/struts/content/docs/actionmapper.html (original)
+++ websites/production/struts/content/docs/actionmapper.html Tue May 31 
12:41:53 2016
@@ -139,11 +139,11 @@ under the License.
 
 
 /**/
+/*]]>*/
 DescriptionDefaultActionMapper
 Method prefixAction prefix
 Custom 
ActionMapperCompositeActionMapperPrefixBasedActionMapperActionMapper and 
ActionMapping objects

Modified: websites/production/struts/content/docs/div.html
==
--- websites/production/struts/content/docs/div.html (original)
+++ websites/production/struts/content/docs/div.html Tue May 31 12:41:53 2016
@@ -140,7 +140,7 @@ under the License.
 
 Description
 
-Creates an HTML 
+Error formatting macro: snippet: java.lang.IndexOutOfBoundsException: Index: 20, Size: 20 While this tag can be used with the simple theme, xhtml theme, and others, it is really designed to work best with the ajax theme. We recommend reading the ajax div template documentation for more details. Modified: websites/production/struts/content/docs/email-validator.html == --- websites/production/struts/content/docs/email-validator.html (original) +++ websites/production/struts/content/docs/email-validator.html Tue May 31 12:41:53 2016 @@ -144,7 +144,7 @@ under the License. The regular expression used to validate that the string is an email address is: -\\b^['_a-z0-9-\\+](\\.['_a-z0-9-\\+])@[a-z0-9-](\\.[a-z0-9-])\\.([a-z]{2}|aero|arpa|asia|biz|com|coop|edu|gov|info|int|jobs|mil|mobi|museum|name|nato|net|org|pro|tel|travel|xxx)$\\b +\\b^['_a-z0-9-\\+](\\.['_a-z0-9-\\+])@[a-z0-9-](\\.[a-z0-9-])\\.([a-z]{2}|aero|arpa|asia|biz|com|coop|edu|gov|info|int|jobs|mil|mobi|museum|name|nato|net|org|pro|tel|travel|xxx|tech|cat)$\\b You can also specify expression, caseSensitive and trim params as a OGNL expression, see the example below. Modified: websites/production/struts/content/docs/file-upload.html == --- websites/production/struts/content/docs/file-upload.html (original) +++ websites/production/struts/content/docs/file-upload.html Tue May 31 12:41:53 2016 @@ -139,11 +139,11 @@ under the License. The Struts 2 framework provides built-in support for processing file uploads that conform to http://www.ietf.org/rfc/rfc1867.txt"; rel="nofollow">RFC 1867, "Form-based File Upload in HTML". When correctly configured the framework will pass uploaded file(s) into your Action class. Support for individual and multiple file uploads are provided. When a file is uploaded it will typically be stored in a temporary directory. Uploaded files should be processed or moved by your Action class to ensure the data is not lost. Be aware that servers may have a security policy in place that prohibits you from writing to directories other than the temporary directory and the directories that belong to your web application./*

svn commit: r989636 [2/2] - /websites/production/struts/content/docs/

2016-05-31 Thread lukaszlenart
Modified: websites/production/struts/content/docs/version-notes-25.html
==
--- websites/production/struts/content/docs/version-notes-25.html (original)
+++ websites/production/struts/content/docs/version-notes-25.html Tue May 31 
12:41:53 2016
@@ -155,7 +155,7 @@ under the License.
 
https://repository.apache.org/content/groups/staging/;
   
 
-Internal 
Changeshttps://cwiki.apache.org/confluence/s/en_GB/5982/f2b47fb3d636c8bc9fd0b11c0ec6d0ae18646be7.1/_/images/icons/emoticons/warning.png";
 data-emoticon-name="warning" alt="(warning)"> All security patches from 
prior versions were merged into this versionXWork source was merged 
into Struts Core source, it means that there be no more xwork 
artifact nor dedicated jarSpring 
dependency for tests and spring plugin was upgraded to version 4.1.6, see 
https://issues.apache.org/jira/browse/WW-4510"; style="line-height: 
1.42857;">WW-4510.Struts2 internal logging api was marked as 
deprecated and was replaced with new http://logging.apache.org/log
 4j/2.x/">Log4j2 api as logging layer, see https://issues.apache.org/jira/browse/WW-4504";>WW-4504.Struts2
 is now build with JDK7, see https://issues.apache.org/jira/browse/WW-4503";>WW-4503.New 
plugin to support https://cwiki.apache.org/confluence/display/WW/Bean+Validation+Plugin";>bean
 validation is now part of the distribution, see https://issues.apache.org/jira/browse/WW-4505";>WW-4505.Deprecated
 plugins are now removed from the distribution and are not longer supported 
anymore.Dojo PluginCodebehind PluginJSF 
PluginStruts1 PluginNew security option was added - 
Strict Method Invocation (also known as Strict DMI), see https://issues.apache.org/jira/browse/WW-4540";>WW-4540Ad
 ded support for latest stable AngularJS in Maven archetype, see https://issues.apache.org/jira/browse/WW-4522";>WW-4522Dropped
 support for id and name - replaced 
with var, see https://issues.apache.org/jira/browse/WW-2069";>WW-2069Dedicated
 archive with a minimal set of dependencies was introduced, see https://issues.apache.org/jira/browse/WW-4570";>WW-4570It is 
possible to use multiple names when defining a result, see https://issues.apache.org/jira/browse/WW-4590";>WW-4590Rest 
plugin honors Accept header, see https://issues.apache.org/jira/browse/WW-4588";>WW-4588New 
result 'JSONActionRedirectResult' in json-plugin was define
 d, see https://issues.apache.org/jira/browse/WW-4591";>WW-4591Tiles
 plugin was upgrade to the latest Tiles 3 and tiles3-plugin was dropped, 
see https://issues.apache.org/jira/browse/WW-4584";>WW-4584JasperReports
 plugins was upgraded to JasperReport 6.0, see https://issues.apache.org/jira/browse/WW-4381";>WW-4381OGNL 
was upgraded to version 3.1.4 and it breaks access to properties as it follows 
Java Bean Specification, see https://issues.apache.org/jira/browse/WW-4207";>WW-4207 and https://issues.apache.org/jira/browse/WW-3909";>WW-3909Annotations
 to configure Tiles, see https://issues.apache.org/jira/browse/WW-4594";>WW-4594 and https://cwiki.apache.org/confluence/display/WW/Tiles+Plugin";>Tiles 
PluginPackage 
names have changedSome classes were moved to different packages, see 
the list below for more details:New:import 
org.apache.struts2.dispatcher.filter.StrutsExecuteFilterimport 
org.apache.struts2.dispatcher.filter.StrutsPrepareFilterimport 
org.apache.struts2.dispatcher.listener.StrutsListenerimport 
org.apache.struts2.result.ServletRedirectResultOld:import 
org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilterimport 
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilterimport 
org.apache.struts2.dispatcher.ng.listener.StrutsListenerimport org.a
 pache.struts2.dispatcher.ServletRedirectResultIssue Detailhttps://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324447&projectId=12311041";>JIRA
 Release Notes 2.5Issue 
Listhttps://issues.apache.org/jira/issues/?filter=12335472";>Struts 2.3.28 
DONEhttps://issues.apache.org/jira/issues/?filter=12335667";>Struts 2.5.x 
TODOOther 
resourceshttp://www.mail-archive.com/commits%40struts.apache.org/"; 
rel="nofollow">Commit Logshttps://git-wip-us.apache.org/repos/asf?p=struts.git;a=tree;h=refs/heads/develop;hb=develop";>Source
 Code Repositoryclear="none">clear="none">
+Internal 
Changeshttps://cwiki.apache.org/confluence/s/en_GB/5982/f2b47fb3d636c8bc9fd0b11c0ec6d0ae18646be7.1/_/images/icons/emoticons/warning.png";
 data-emoticon-name="warning" alt="(warning)"> All security patches from 
prior versions were merged into this versionXWork source was merged 
into Struts Core source, it means that there be no more xwork 
artifact nor dedicated jarSpring 
dependency for tests and spring plugin was upgraded to version 4.1.6, see 
https://issues.apache.org/jira/browse/WW-4510"; style="line-height: 
1.42857;">WW-4510.Struts2 internal logging api was marked as 
deprecated and was replaced with new http://logging.apache.org/