This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 80b804640 Automatic Site Publish by Buildbot 80b804640 is described below commit 80b804640cbe3b7086010f07f592cc7d88fc6bf9 Author: buildbot <us...@infra.apache.org> AuthorDate: Thu Mar 2 06:38:03 2023 +0000 Automatic Site Publish by Buildbot --- output/core-developers/configuration-provider-and-configuration.html | 2 +- output/core-developers/default-properties.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/output/core-developers/configuration-provider-and-configuration.html b/output/core-developers/configuration-provider-and-configuration.html index 1136d3142..be6d98308 100644 --- a/output/core-developers/configuration-provider-and-configuration.html +++ b/output/core-developers/configuration-provider-and-configuration.html @@ -155,7 +155,7 @@ through a Dispatcher’s <a href="dispatcher-listener">DispatcherListener</a>.</ There is few different implementations that are already used internally by the Apache Struts:</p> <ul> - <li><code class="language-plaintext highlighter-rouge">XmlConfigurationProvider</code> - proprietary XWork implementation which are using <code class="language-plaintext highlighter-rouge">xwork.xml</code> file as source of configuration</li> + <li><code class="language-plaintext highlighter-rouge">XmlConfigurationProvider</code> - an abstract based implementation which can use XML files as source of configuration</li> <li><code class="language-plaintext highlighter-rouge">StrutsXmlConfigurationProvider</code> - primary configuration provider, represents <code class="language-plaintext highlighter-rouge">struts.xml</code> and <code class="language-plaintext highlighter-rouge">struts-plugin.xml</code> files</li> <li><code class="language-plaintext highlighter-rouge">PropertiesConfigurationProvider</code> - used to load <code class="language-plaintext highlighter-rouge">struts.properties</code> -<code class="language-plaintext highlighter-rouge">ServletContextAwareConfigurationProvider</code> - marking interface allowing to inject <code class="language-plaintext highlighter-rouge">ServletContext</code> into provider</li> diff --git a/output/core-developers/default-properties.html b/output/core-developers/default-properties.html index a60421390..d22a34275 100644 --- a/output/core-developers/default-properties.html +++ b/output/core-developers/default-properties.html @@ -213,6 +213,7 @@ struts.multipart.parser=jakarta ### Uses javax.servlet.context.tempdir by default struts.multipart.saveDir= struts.multipart.maxSize=2097152 +struts.multipart.maxFiles=256 ### Load custom property files (does not override struts.properties!) # struts.custom.properties=application,org/apache/struts2/extension/custom