svn commit: r917388 - in /websites/production/struts/content/development/2.x/docs: file-upload.html objectfactory.html ognl.html

2014-07-25 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Jul 25 15:44:19 2014
New Revision: 917388

Log:
Updates production

Modified:
websites/production/struts/content/development/2.x/docs/file-upload.html
websites/production/struts/content/development/2.x/docs/objectfactory.html
websites/production/struts/content/development/2.x/docs/ognl.html

Modified: 
websites/production/struts/content/development/2.x/docs/file-upload.html
==
--- websites/production/struts/content/development/2.x/docs/file-upload.html 
(original)
+++ websites/production/struts/content/development/2.x/docs/file-upload.html 
Fri Jul 25 15:44:19 2014
@@ -138,33 +138,19 @@ 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.
+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./*/**/
+/*]]>*/
 DependenciesBasic UsageUploading Multiple Files
 Uploading Multiple Files 
using ArraysUploading Multiple Files 
using Lists
 Advanced 
Configuration
 File Size LimitsFile TypesError MessagesTemporary DirectoriesAlternate 
Libraries
 
-
-
-Dependencies
-
-The Struts 2 framework leverages add-on libraries to handle the parsing of 
uploaded files. These libraries are not included in the Struts distribution, 
you must add them into your project. The libraries needed are:
-
- Library  URL  Struts 2.0.x  Struts 2.1.x Commons-FileUpload  http://commons.apache.org/fileupload/";>http://commons.apache.org/fileupload/
  1.1.1  1.2.1 Commons-IO  http://commons.apache.org/io/";>http://commons.apache.org/io/ 
  1.0  1.3.2 

-
-
-If you are using Maven then you can add these libraries as dependencies in 
your project's pom.xml.
-
-Struts 2.0.x File Upload 
Dependencies
-

Dependencies

The Struts 2 framework leverages add-on libraries to handle the parsing of uploaded files. These libraries are not included in the Struts distribution, you must add them into your project. The libraries needed are:

Library

URL

Struts 2.0.x

Struts 2.1.x

Commons-FileUpload

http://commons.apache.org/fileupload/";>http://commons.apache.org/fileupload/

1.1.1

1.2.1

Commons-IO

http://commons.apache.org/io/";>

svn commit: r917389 - in /websites/production/struts/content/release/2.3.x/docs: file-upload.html objectfactory.html ognl.html

Author: lukaszlenart
Date: Fri Jul 25 15:44:36 2014
New Revision: 917389

Log:
Updates production

Modified:
websites/production/struts/content/release/2.3.x/docs/file-upload.html
websites/production/struts/content/release/2.3.x/docs/objectfactory.html
websites/production/struts/content/release/2.3.x/docs/ognl.html

Modified: websites/production/struts/content/release/2.3.x/docs/file-upload.html
==
--- websites/production/struts/content/release/2.3.x/docs/file-upload.html 
(original)
+++ websites/production/struts/content/release/2.3.x/docs/file-upload.html Fri 
Jul 25 15:44:36 2014
@@ -138,33 +138,19 @@ 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.
+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./*/**/
+/*]]>*/
 DependenciesBasic UsageUploading Multiple Files
 Uploading Multiple Files 
using ArraysUploading Multiple Files 
using Lists
 Advanced 
Configuration
 File Size LimitsFile TypesError MessagesTemporary DirectoriesAlternate 
Libraries
 
-
-
-Dependencies
-
-The Struts 2 framework leverages add-on libraries to handle the parsing of 
uploaded files. These libraries are not included in the Struts distribution, 
you must add them into your project. The libraries needed are:
-
- Library  URL  Struts 2.0.x  Struts 2.1.x Commons-FileUpload  http://commons.apache.org/fileupload/";>http://commons.apache.org/fileupload/
  1.1.1  1.2.1 Commons-IO  http://commons.apache.org/io/";>http://commons.apache.org/io/ 
  1.0  1.3.2 

-
-
-If you are using Maven then you can add these libraries as dependencies in 
your project's pom.xml.
-
-Struts 2.0.x File Upload 
Dependencies
-

Dependencies

The Struts 2 framework leverages add-on libraries to handle the parsing of uploaded files. These libraries are not included in the Struts distribution, you must add them into your project. The libraries needed are:

Library

URL

Struts 2.0.x

Struts 2.1.x

Commons-FileUpload

http://commons.apache.org/fileupload/";>http://commons.apache.org/fileupload/

1.1.1

1.2.1

Commons-IO

http://commons.apache.org/io/";>[CONF] Confluence Changes in the last 24 hours
















  Confluence Changes in the last 24 hours  




 Apache Camel 

Pages

 Page: Rest DSL edited by Claus Ibsen [09:08 PM] (View Changes) 
 Page: Jasypt edited by willem jiang [01:47 PM] (View Changes) 
 Page: XStream edited by willem jiang [12:25 PM] (View Changes) 


 Apache Cloudstack 

Pages

 Page: API changes edited by Demetrius Tsitrelis [08:22 PM] (View Changes) 
 Page: Committing code from review board procedure. created by Nitin Mehta [05:17 PM] 
 Page: Adding OVM3 support edited by Funs Kessen [09:39 AM] (View Changes) 


 Apache Hive 

Pages

 Page: Hive PreCommit Patch Testing edited by Szehon Ho [05:28 PM] (View Changes) 
 Page: MiniDriver Tests edited by Szehon Ho [05:13 PM] (View Changes) 
 Home page: Home edited by Lefty Leverenz [07:57 AM] (View Changes) 
 Page: Hive on Spark: Getting Started created by Szehon Ho [12:09 AM] 
 Page: DeveloperDocs edited by Lefty Leverenz [07:40 AM] (View Changes) 


 Apache Maven 

Pages

 Page: Maven Developer Discussions edited by Hervé Boutemy [07:16 AM] (View Changes) 


 Apache Mesos 

Pages

 Page: Test created by sungjubong [12:56 AM] 


 OFBiz Project Administration Workspace 

Pages

 Page: Apache OFBiz PMC (Project Management Committee) Members and Committers edited by Jacopo Cappellato [05:53 AM] (View Changes) 
 Page: Apache OFBiz Contributors edited by Jacopo Cappellato [05:49 AM] (View Changes) 


 OFBiz (Open For Business) Project Open Wiki 

Pages

 Page: Addressing Custom Requirements In OFBiz edited by Pranay Pandey [11:14 AM] (View Changes) 


 Apa