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 c6ded24  Updates production by Jenkins
c6ded24 is described below

commit c6ded241ab8d7f10fb11319482aa7ae0bd523bcd
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Nov 23 18:01:26 2017 +0000

    Updates production by Jenkins
---
 .../configuration-provider-and-configuration.html     | 19 ++-----------------
 content/core-developers/file-upload.html              | 14 ++------------
 content/tag-developers/form-tags.html                 | 17 +----------------
 3 files changed, 5 insertions(+), 45 deletions(-)

diff --git 
a/content/core-developers/configuration-provider-and-configuration.html 
b/content/core-developers/configuration-provider-and-configuration.html
index 20ac6c7..32a6ac6 100644
--- a/content/core-developers/configuration-provider-and-configuration.html
+++ b/content/core-developers/configuration-provider-and-configuration.html
@@ -169,17 +169,7 @@
 <div class="highlighter-rouge"><pre 
class="highlight"><code>StrutsXmlConfigurationProvider
 </code></pre>
 </div>
-<p>- primary configuration provider, represents </p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>struts.xml
-</code></pre>
-</div>
-<p>and </p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>struts-plugin.xml
-</code></pre>
-</div>
-<p>files</p>
+<p>- primary configuration provider, represents <code 
class="highlighter-rouge">struts.xml</code> and <code 
class="highlighter-rouge">struts-plugin.xml</code> files</p>
 
 <ul>
   <li></li>
@@ -201,12 +191,7 @@
 <div class="highlighter-rouge"><pre 
class="highlight"><code>ServletContextAwareConfigurationProvider
 </code></pre>
 </div>
-<p>- marking interface allowing to inject </p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>ServletContext
-</code></pre>
-</div>
-<p>into provider</p>
+<p>- marking interface allowing to inject <code 
class="highlighter-rouge">ServletContext</code> into provider</p>
 
 <p>To inject your custom configuration provider use </p>
 
diff --git a/content/core-developers/file-upload.html 
b/content/core-developers/file-upload.html
index f0d9389..290643d 100644
--- a/content/core-developers/file-upload.html
+++ b/content/core-developers/file-upload.html
@@ -589,12 +589,7 @@ struts.multipart.maxSize=2097152
 
 <p>The <code class="highlighter-rouge">struts.multipart.parser</code> used by 
the fileUpload interceptor to handle HTTP POST requests, encoded using the 
MIME-type multipart/form-data, can be changed out. Currently there are two 
choices, jakarta and pell. The jakarta parser is a standard part of the Struts 
2 framework needing only its required libraries added to a project. The pell 
parser uses Jason Pell’s multipart parser instead of the Commons-FileUpload 
library. The pell parser is a St [...]
 
-<p>As from Struts version 2.3.18 a new implementation of </p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>MultiPartRequest
-</code></pre>
-</div>
-<p>was added - </p>
+<p>As from Struts version 2.3.18 a new implementation of <code 
class="highlighter-rouge">MultiPartRequest</code> was added - </p>
 
 <div class="highlighter-rouge"><pre 
class="highlight"><code>JakartaStreamMultiPartRequest
 </code></pre>
@@ -640,12 +635,7 @@ struts.multipart.maxSize=2097152
 </code></pre>
 </div>
 
-<p>With this constant in place, Struts will ignore a </p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>Content-Type
-</code></pre>
-</div>
-<p>header and will treat each request as an ordinary http request. This option 
is available since Struts 2.3.11.</p>
+<p>With this constant in place, Struts will ignore a <code 
class="highlighter-rouge">Content-Type</code> header and will treat each 
request as an ordinary http request. This option is available since Struts 
2.3.11.</p>
 
 <p> </p>
 
diff --git a/content/tag-developers/form-tags.html 
b/content/tag-developers/form-tags.html
index a42a121..c75c274 100644
--- a/content/tag-developers/form-tags.html
+++ b/content/tag-developers/form-tags.html
@@ -543,22 +543,7 @@ All form tags automatically assign an ID to the control, 
but the ID can be overr
 
 __Form labelposition propagation__
 
-When 
-
-~~~~~~~
-labelposition
-~~~~~~~
- attribute was defined for 
-
-~~~~~~~
-<s:form>
-~~~~~~~
- tag it will be propagated to all form elements, but if form element defines 
its own 
-
-~~~~~~~
-labelposition
-~~~~~~~
- it will take precedence over 
+When `labelposition` attribute was defined for `<s:form>` tag it will be 
propagated to all form elements, but if form element defines its own 
`labelposition` it will take precedence over 
 
 ~~~~~~~
 <s:form>

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to