This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 8ace059ec Updates stage by Jenkins 8ace059ec is described below commit 8ace059ec621bcfa25fbbf2e7abf2bfa5fcd81eb Author: jenkins <bui...@apache.org> AuthorDate: Tue Sep 5 06:04:29 2023 +0000 Updates stage by Jenkins --- content/announce-2023.html | 55 ++++++++------ content/tag-developers/generator-tag.html | 80 ++++++++++++++++----- .../tag-developers/inputtransferselect-tag.html | 83 +--------------------- 3 files changed, 97 insertions(+), 121 deletions(-) diff --git a/content/announce-2023.html b/content/announce-2023.html index 027d93488..13e8417f8 100644 --- a/content/announce-2023.html +++ b/content/announce-2023.html @@ -160,29 +160,38 @@ See <a href="https://issues.apache.org/jira/browse/WW-5233">WW-5233</a> for more <p>Below is a full list of all changes:</p> -<p><strong>Bug</strong> -WW-5330 - Issue when submitting a form with a textarea containing more than 4000 characters. -WW-5331 - Access to request attributes via tags is broken</p> - -<p><strong>Improvement</strong> -WW-5233 - Include Apache Tiles code base in the Tiles plugin -WW-5321 - notify / document about new maxStringLength limitation -WW-5327 - Stop using JavaBeans notation for setters in SecurityMemberAccess & MemberAccessValueStack -WW-5332 - Validate excluded package name list for missing commas -WW-5334 - Misc VelocityManager code cleanup -WW-5336 - Merge OgnlTool class into StrutsUtil class -WW-5337 - Improve performance of excluded classes and packages</p> - -<p><strong>Dependency</strong> -WW-5315 - Upgrades ASM to version 9.5 -WW-5316 - Upgrades commons-io to version 2.13.0 -WW-5317 - Upgrades log4j-api to version 2.20.0 -WW-5318 - Upgrades slf4j-api to version 2.0.7 -WW-5320 - finish Reproducible Builds -WW-5322 - Upgrade Jackson version to 2.15.2 -WW-5323 - Upgrade JasperReports to version 6.20.5 -WW-5325 - Upgrade commons-lang3 to version 2.13.0 -WW-5329 - Upgrade xstream to version 1.4.20</p> +<p><strong>Bug</strong></p> + +<ul> + <li>WW-5330 - Issue when submitting a form with a textarea containing more than 4000 characters.</li> + <li>WW-5331 - Access to request attributes via tags is broken</li> +</ul> + +<p><strong>Improvement</strong></p> + +<ul> + <li>WW-5233 - Include Apache Tiles code base in the Tiles plugin</li> + <li>WW-5321 - notify / document about new maxStringLength limitation</li> + <li>WW-5327 - Stop using JavaBeans notation for setters in SecurityMemberAccess & MemberAccessValueStack</li> + <li>WW-5332 - Validate excluded package name list for missing commas</li> + <li>WW-5334 - Misc VelocityManager code cleanup</li> + <li>WW-5336 - Merge OgnlTool class into StrutsUtil class</li> + <li>WW-5337 - Improve performance of excluded classes and packages</li> +</ul> + +<p><strong>Dependency</strong></p> + +<ul> + <li>WW-5315 - Upgrades ASM to version 9.5</li> + <li>WW-5316 - Upgrades commons-io to version 2.13.0</li> + <li>WW-5317 - Upgrades log4j-api to version 2.20.0</li> + <li>WW-5318 - Upgrades slf4j-api to version 2.0.7</li> + <li>WW-5320 - finish Reproducible Builds</li> + <li>WW-5322 - Upgrade Jackson version to 2.15.2</li> + <li>WW-5323 - Upgrade JasperReports to version 6.20.5</li> + <li>WW-5325 - Upgrade commons-lang3 to version 2.13.0</li> + <li>WW-5329 - Upgrade xstream to version 1.4.20</li> +</ul> <blockquote> <p>Please read the <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.3.0">Version Notes</a> to find more details about performed diff --git a/content/tag-developers/generator-tag.html b/content/tag-developers/generator-tag.html index 7b32c261b..53330f5c7 100644 --- a/content/tag-developers/generator-tag.html +++ b/content/tag-developers/generator-tag.html @@ -147,22 +147,70 @@ <h2 id="attributes">Attributes</h2> -<p><?xml version=”1.0” encoding=”utf-8”?> -<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” - “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”></p> -<html> - <head> - <title>503 backend read error</title> - </head> - <body> - <h1>Error 503 backend read error</h1> - <p>backend read error</p> - <h3>Error 54113</h3> - <p>Details: cache-iad-kcgs7200096-IAD 1693893730 1060536189</p> - <hr /> - <p>Varnish cache server</p> - </body> -</html> +<table class="tag-reference"> + <tr> + <td colspan="6"><h4>Dynamic Attributes Allowed:</h4> false</td> + </tr> + <tr> + <td colspan="6"><hr /></td> + </tr> + <tr> + <th class="tag-header"><h4>Name</h4></th> + <th class="tag-header"><h4>Required</h4></th> + <th class="tag-header"><h4>Default</h4></th> + <th class="tag-header"><h4>Evaluated</h4></th> + <th class="tag-header"><h4>Type</h4></th> + <th class="tag-header"><h4>Description</h4></th> + </tr> + <tr> + <td class="tag-attribute">converter</td> + <td class="tag-attribute">false</td> + <td class="tag-attribute"></td> + <td class="tag-attribute">false</td> + <td class="tag-attribute">org.apache.struts2.util.IteratorGenerator.Converter</td> + <td class="tag-attribute">The converter to convert the String entry parsed from <i>val</i> into an object</td> + </tr> + <tr> + <td class="tag-attribute">count</td> + <td class="tag-attribute">false</td> + <td class="tag-attribute"></td> + <td class="tag-attribute">false</td> + <td class="tag-attribute">Integer</td> + <td class="tag-attribute">The max number entries to be in the iterator</td> + </tr> + <tr> + <td class="tag-attribute">performClearTagStateForTagPoolingServers</td> + <td class="tag-attribute">false</td> + <td class="tag-attribute">false</td> + <td class="tag-attribute">false</td> + <td class="tag-attribute">Boolean</td> + <td class="tag-attribute">Whether to clear all tag state during doEndTag() processing</td> + </tr> + <tr> + <td class="tag-attribute">separator</td> + <td class="tag-attribute"><strong>true</strong></td> + <td class="tag-attribute"></td> + <td class="tag-attribute">false</td> + <td class="tag-attribute">String</td> + <td class="tag-attribute">The separator to be used in separating the <i>val</i> into entries of the iterator</td> + </tr> + <tr> + <td class="tag-attribute">val</td> + <td class="tag-attribute"><strong>true</strong></td> + <td class="tag-attribute"></td> + <td class="tag-attribute">false</td> + <td class="tag-attribute">String</td> + <td class="tag-attribute">The source to be parsed into an iterator</td> + </tr> + <tr> + <td class="tag-attribute">var</td> + <td class="tag-attribute">false</td> + <td class="tag-attribute"></td> + <td class="tag-attribute">false</td> + <td class="tag-attribute">String</td> + <td class="tag-attribute">The name to store the resultant iterator into page context, if such name is supplied</td> + </tr> +</table> <h2 id="examples">Examples</h2> diff --git a/content/tag-developers/inputtransferselect-tag.html b/content/tag-developers/inputtransferselect-tag.html index 5cb50dd17..309f1ae1d 100644 --- a/content/tag-developers/inputtransferselect-tag.html +++ b/content/tag-developers/inputtransferselect-tag.html @@ -147,88 +147,7 @@ tag is being used in a form tag. The generated id and doubleId will be <code cla and <code class="language-plaintext highlighter-rouge"><form_id>_<inputtransferselect_doubleName></code> respectively.</p> </blockquote> -<p><!DOCTYPE html> -<!–</p> - -<p>Hello future GitHubber! I bet you’re here to remove those nasty inline styles, -DRY up these templates and make ‘em nice and re-usable, right?</p> - -<p>Please, don’t. https://github.com/styleguide/templates/2.0</p> - -<p>–></p> -<html> - <head> - <title>Unicorn! · GitHub</title> - <style type="text/css" media="screen"> - body { - background-color: #f1f1f1; - margin: 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - } - - .container { margin: 50px auto 40px auto; width: 600px; text-align: center; } - - a { color: #4183c4; text-decoration: none; } - a:hover { text-decoration: underline; } - - h1 { letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px; text-shadow: 0 1px 0 #fff; } - p { color: rgba(0, 0, 0, 0.5); margin: 10px 0 10px; font-size: 18px; font-weight: 200; line-height: 1.6em;} - - ul { list-style: none; margin: 25px 0; padding: 0; } - li { display: table-cell; font-weight: bold; width: 1%; } - - .logo { display: inline-block; margin-top: 35px; } - .logo-img-2x { display: none; } - @media - only screen and (-webkit-min-device-pixel-ratio: 2), - only screen and ( min--moz-device-pixel-ratio: 2), - only screen and ( -o-min-device-pixel-ratio: 2/1), - only screen and ( min-device-pixel-ratio: 2), - only screen and ( min-resolution: 192dpi), - only screen and ( min-resolution: 2dppx) { - .logo-img-1x { display: none; } - .logo-img-2x { display: inline-block; } - } - - #suggestions { - margin-top: 35px; - color: #ccc; - } - #suggestions a { - color: #666666; - font-weight: 200; - font-size: 14px; - margin: 0 10px; - } - - </style> - </head> - <body> - - <div class="container"> - <p> - <img width="200" src="data:image/png;base64, -iVBORw0KGgoAAAANSUhEUgAAAZAAAAGZCAMAAACQbpc2AAADAFBMVEWEBz6FAD6FAD6GAD+MAEGOAEOKAEGOAEOGAD+IAECOAEOOAUOOAEOOAEOOAEOOAEOOAEOOAEOCACyOAEQAAACKAEJpoJ2KADqu0eSKAD2BAD+KAD6AxCNqwoX1Ziawo9LYnGuwhL7aiwaIyYudst6DlrnhcWvCcVvlbE9PvsL2u3uYmdCZum9Rns7clUYsreOYp2nuj37kiZLUfqhvxafqfmrNWEjA22uz1Vu6lsiRAArWhLfgdoONnF36rWrzpz/ajy/LbqR8pdWDVXx8faN6m0+6hE3+1pmHP2mTy1b4k1p/ueFlj7vMfzyBs1v/2GfLpFL5rQD+7teQABj4n0/rpCz6r1Z8apP+4rrfw1iV0JyLUkqQACTDnah5AACtaEt9zcGNhleJbU5lsOFRvE5FuOPS4WLSt7+8ajvXcJpcyNvhztSwUkTG [...] - </p> - - <p><strong>We had issues producing the response to your request.</strong></p> - <p>Sorry about that. Please try refreshing and contact us if the problem persists.</p> - <div id="suggestions"> - <a href="https://github.com/contact">Contact Support</a> — - <a href="https://www.githubstatus.com">GitHub Status</a> — - <a href="https://twitter.com/githubstatus">@githubstatus</a> - </div> - - <a href="/" class="logo logo-img-1x"> - <img width="32" height="32" title="" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyL [...] - </a> - - <a href="/" class="logo logo-img-2x"> - <img width="32" height="32" title="" alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyL [...] - </a> - </div> - </body> -</html> +<p>Renders an input form</p> <h2 id="attributes">Attributes</h2>