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 1f5f57ac4 Automatic Site Publish by Buildbot 1f5f57ac4 is described below commit 1f5f57ac4619039437c40516727d5881ec820d41 Author: buildbot <us...@infra.apache.org> AuthorDate: Mon Apr 4 06:32:04 2022 +0000 Automatic Site Publish by Buildbot --- output/announce-2022.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/output/announce-2022.html b/output/announce-2022.html index 964d795a3..38a1a91e4 100644 --- a/output/announce-2022.html +++ b/output/announce-2022.html @@ -150,8 +150,9 @@ release. The GA designation is our highest quality grade.</p> <p>Yasser’s PR has been merged which contains a fix to double evaluation security vulnerability - it should solve any future attack vectors, yet it can impact your application if you have been depending on double evaluation.</p> -<p><strong>How to test</strong> -Run all your app tests, you shouldn’t see any WARN log like below:</p> +<p><strong>How to test</strong></p> + +<p>Run all your app tests, you shouldn’t see any <code class="highlighter-rouge">WARN</code> log like below:</p> <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Expression [so-and-so] isn't allowed by pattern [so-and-so]! See Accepted / Excluded patterns at https://struts.apache.org/security/ @@ -160,8 +161,8 @@ https://struts.apache.org/security/ <p>See if following components are still functioning correctly regarding java-scripts:</p> <ul> <li>forms with client side validations</li> - <li>doubleselect</li> - <li>combobox</li> + <li><code class="highlighter-rouge">doubleselect</code> tag</li> + <li><code class="highlighter-rouge">combobox</code> tag</li> </ul> <p>Check also <code class="highlighter-rouge">StreamResult</code>, <code class="highlighter-rouge">AliasInterceptor</code> and <code class="highlighter-rouge">JasperReportResult</code> if they are still working as expected.</p>