You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bu...@apache.org on 2021/03/13 22:22:23 UTC

svn commit: r1072336 [2/2] - in /websites/production/tapestry/content: cache/main.pageCache documentation.html download.html getting-started.html release-notes-563.html release-notes-571.html

Added: websites/production/tapestry/content/release-notes-563.html
==============================================================================
--- websites/production/tapestry/content/release-notes-563.html (added)
+++ websites/production/tapestry/content/release-notes-563.html Sat Mar 13 22:22:22 2021
@@ -0,0 +1,374 @@
+<!DOCTYPE html>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="keywords" content="tapestry, apache, apache tapestry, framework, java, web, component, open source, application, dynamic, scalable, robust, servlet">
+  <meta name="description" content="Apache Tapestry is a open-source component-oriented framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.">
+
+  <title>
+          Release Notes 5.6.3 - Apache Tapestry
+      </title>
+
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apache-tapestry-icon-144.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apache-tapestry-icon-114.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apache-tapestry-icon-72.png">
+  <link rel="apple-touch-icon-precomposed" href="/images/apache-tapestry-icon-57.png">
+  <link rel="shortcut icon" href="/images/apache-tapestry-icon-32.png">
+
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,400;0,700;1,400;1,700&display=swap"> 
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/themes/prism.min.css">
+  <link rel="stylesheet" href="/styles/main.css">
+
+  <script type="text/javascript">
+    if (window.location.protocol === 'http:' && window.location.hostname !== 'localhost') {
+      window.location = window.location.href.replace('http://', 'https://');
+    }
+  </script>
+
+  <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous" defer></script>
+  <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous" defer></script>
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous" defer></script>
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/prism.min.js" defer></script>
+	<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/plugins/autoloader/prism-autoloader.min.js" defer></script>
+
+  <script type="text/javascript">
+    window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
+    ga('create', 'UA-400821-1', 'auto');
+    ga('send', 'pageview');
+  </script>
+  <script async src="https://www.google-analytics.com/analytics.js"></script>
+</head>
+<body>
+  <!-- /// Navigation Start -->
+    <div id="navigation"><p><header>
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-12">
+        <nav class="navbar navbar-expand-xl navbar-light justify-content-between">
+          <a class="navbar-brand" href="/index.html">
+            <img src="/images/apache-tapestry-icon-dark.svg" width="60" alt="Apache Tapestry" title="Apache Tapestry">
+            <span>apache tapestry</span>
+          </a>
+          <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+          </button>
+          <div class="collapse navbar-collapse" id="navbarCollapse">
+            <ul class="navbar-nav mx-auto"><li class="nav-item">
+                <a class="nav-link active" href="/getting-started.html">Getting Started</a>
+              </li><li class="nav-item">
+                <a class="nav-link active" href="/documentation.html">Documentation</a>
+              </li><li class="nav-item">
+                <a class="nav-link active" href="/download.html">Download</a>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="communityNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Community
+                </a>
+                <div class="dropdown-menu" aria-labelledby="communityNavbarDropdown">
+                  <a class="dropdown-item" href="/community.html">Mailing Lists</a>
+                  <a class="dropdown-item" href="https://stackoverflow.com/questions/tagged/tapestry">StackOverflow</a>
+                  <a class="dropdown-item" href="/support.html">Support</a>
+                  <a class="dropdown-item" href="/community.html">Getting Involved</a>
+                  <a class="dropdown-item" href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=177047038" title="Edit this page (requires approval, just ask on the mailing list)">Edit this page</a>
+                  <div class="dropdown-divider"></div>
+                  <a class="dropdown-item" href="https://twitter.com/ApacheTapestry">@ApacheTapestry</a>
+                  <a class="dropdown-item" href="https://twitter.com/hashtag/tapestry5">#tapestry5</a>
+                </div>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="developmentNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Development
+                </a>
+                <div class="dropdown-menu" aria-labelledby="developmentNavbarDropdown">
+                  <a class="dropdown-item" href="https://gitbox.apache.org/repos/asf?p=tapestry-5.git">Source Code</a>
+                  <a class="dropdown-item" href="https://issues.apache.org/jira/browse/TAP5">Issues</a>
+                </div>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="apacheNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Apache
+                </a>
+                <div class="dropdown-menu" aria-labelledby="apacheNavbarDropdown">
+                  <a class="dropdown-item" href="https://www.apache.org/">About Apache</a>
+                  <a class="dropdown-item" href="https://apachecon.com/?ref=royale.apache.org">Events</a>
+                  <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                  <a class="dropdown-item" href="https://www.apache.org/licenses/LICENSE-2.0">License</a>
+                  <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                  <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks!</a>
+                </div>
+              </li></ul>
+            <form enctype="application/x-www-form-urlencoded" method="get" class="form-inline" action="search.html">
+              <input type="search" class="form-control search-input" name="q" placeholder="Search docs, issues, wikis and blogs" aria-label="Search">
+              <button type="submit" class="d-none">Search</button>
+            </form>
+          </div>
+        </nav>
+      </div>
+    </div>
+  </div>
+</header></p></div>
+  <!-- /// Navigation End -->
+
+  <article>
+    <div class="container-fluid">
+      <div class="container pt-5">
+        <div class="row">
+          <div class="col-12">
+                          <!-- /// Breadcrumb Start -->
+              <div id="breadcrumb" class="mb-2 text-small">
+                                <a href="index.html">Apache Tapestry</a>&nbsp;&gt;&nbsp;<a href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a href="release-notes.html">Release Notes</a>&nbsp;&gt;&nbsp;<a href="release-notes-563.html">Release Notes 5.6.3</a>
+              </div>
+              <!-- /// Breadcrumb End -->
+
+              <!-- /// Smallbanner Start -->
+                            <div id="smallbanner"><h1 class="title" id="title">Release Notes 5.6.3</h1></div>
+              <!-- /// Smallbanner Start -->
+            
+            <!-- /// Content Start -->
+            <div id="content">
+                            <div id="ConfluenceContent"><p>Tapestry 5.6.3 is a drop-in replacement for Tapestry 5.4, 5.5 and 5.6 releases. It's a recommended upgrade for all versions from 5.4 to 5.6.2. To upgrade, just update the dependency in your build configuration (Maven POM, Gradle build script, etc.) &#8211; or&#160;<a href="https://cwiki.apache.org/confluence/display/TAPESTRY/Download">Download</a>&#160;the new JAR file -- and the new version will just work. However, please review the&#160;<a href="https://cwiki.apache.org/confluence/display/TAPESTRY/How+to+Upgrade">How to Upgrade</a>&#160;instructions before upgrading.</p><h2 id="ReleaseNotes5.6.3-Improvementsmade">Improvements made</h2><p><span>
+
+
+
+
+
+<style type="text/css">
+    #refresh-module-740070774 .icon {
+        background-position: left center;
+        background-repeat: no-repeat;
+        display: inline-block;
+        font-size: 0;
+        max-height: 16px;
+        text-align: left;
+        text-indent: -9999em;
+        vertical-align: text-bottom;
+    }
+</style>
+</span></p><div class="refresh-module-id jira-table" id="refresh-module-740070774">
+<p>
+    
+        
+    
+        
+    </p><div class="jira-issues" id="jira-issues-740070774" style="width: 100%;  overflow: auto;">
+        <table class="table table-bordered table-responsive"><tbody><tr><td></td></tr><tr><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Key</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Summary</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">T</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Crea
 ted</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Updated</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Due</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Assignee</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Reporter</span></th><th colspan="1" rowspan="1" class="jira-macro-table-
 underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">P</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Status</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Resolution</span></th></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2665?src=confmacro">TAP5-2665</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2665?src=confmacro">
+                                            Disallow requests for folders in the classpath by default
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2665?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21140&amp;avatarType=issuetype" alt="Improvement"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Mar 09, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Mar 09, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr><td colspan="11" rowspan="1">
+                        <div class="jira-oauth-message-marker">
+                            <div class="aui-message-container">
+                                <div class="aui-message aui-message-info info">
+                                    <span><a class="static-oauth-init" href="https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b">Authenticate</a> to retrieve your issues</span>
+                                    <span class="aui-icon icon-info"></span>
+                                </div>
+                            </div>
+                        </div>
+                    </td></tr></tbody></table>
+    </div>
+            <div class="refresh-issues-bottom">
+                            <span class="total-issues-count" id="total-issues-count">
+                                                                    <a title="View all matching issues in Jira." href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D%22Tapestry+5%22+and+fixVersion+%3D+5.6.3+and+type+%21%3D+bug++++++&amp;src=confmacro">
+                                                                1 issue
+                                                        </a>
+                                        </span>
+                                </div>
+        
+
+    
+</div>
+<p></p><h2 id="ReleaseNotes5.6.3-Bugsfixed">Bugs fixed</h2><p><span style="letter-spacing: 0.0px;">
+
+
+
+
+
+<style type="text/css">
+    #refresh-module-1238132915 .icon {
+        background-position: left center;
+        background-repeat: no-repeat;
+        display: inline-block;
+        font-size: 0;
+        max-height: 16px;
+        text-align: left;
+        text-indent: -9999em;
+        vertical-align: text-bottom;
+    }
+</style>
+</span></p><div class="refresh-module-id jira-table" id="refresh-module-1238132915">
+<p>
+    
+        
+    
+        
+    </p><div class="jira-issues" id="jira-issues-1238132915" style="width: 100%;  overflow: auto;">
+        <table class="table table-bordered table-responsive"><tbody><tr><td></td></tr><tr><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Key</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Summary</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">T</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Crea
 ted</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Updated</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Due</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Assignee</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Reporter</span></th><th colspan="1" rowspan="1" class="jira-macro-table-
 underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">P</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Status</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Resolution</span></th></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2664?src=confmacro">TAP5-2664</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2664?src=confmacro">
+                                            PropertyShadowBuilder fails when interface inherits same method more than once
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2664?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 28, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 28, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2663?src=confmacro">TAP5-2663</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2663?src=confmacro">
+                                            ChecksumPath should ignore slashes at the end of URLs
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2663?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 28, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 28, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr><td colspan="11" rowspan="1">
+                        <div class="jira-oauth-message-marker">
+                            <div class="aui-message-container">
+                                <div class="aui-message aui-message-info info">
+                                    <span><a class="static-oauth-init" href="https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b">Authenticate</a> to retrieve your issues</span>
+                                    <span class="aui-icon icon-info"></span>
+                                </div>
+                            </div>
+                        </div>
+                    </td></tr></tbody></table>
+    </div>
+            <div class="refresh-issues-bottom">
+                            <span class="total-issues-count" id="total-issues-count">
+                                                                    <a title="View all matching issues in Jira." href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D%22Tapestry+5%22+and+fixVersion+%3D+5.6.3+and+type+%3D+bug+++++&amp;src=confmacro">
+                                                            2 issues
+                                                    </a>
+                                        </span>
+                                </div>
+        
+
+    
+</div>
+<p></p></div>
+            </div>
+            <!-- /// Content End -->
+          </div>
+        </div>
+      </div>
+    </div>
+  </article>
+
+  <!-- /// Footer Start -->
+    <div id="footer"><p>Apache Tapestry, Tapestry, Apache, the Apache feather logo, and the Apache Tapestry project logo are trademarks of The Apache Software Foundation.</p><p><br clear="none"><footer class="py-3">
+  <div class="container-fluid">
+    <div class="container">
+      <div class="row">
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Apache Tapestry</span>
+          <ul><li><a href="index.html">Home</a></li><li><a href="download.html">Download</a></li><li><a href="about.html">Team</a></li><li><a href="https://www.apache.org/licenses/LICENSE-2.0">License</a></li></ul>
+          <span class="font-weight-bold">Documentation</span>
+          <ul><li><a href="introduction.html">Introduction</a></li><li><a href="principles.html">Principles</a></li><li><i class="fas fa-play"></i> <a href="getting-started.html">Getting Started</a></li><li><i class="fas fa-play"></i> <a href="user-guide.html">User Guide</a></li><li><i class="fas fa-book"></i> <a href="documentation.html">Docs</a></li><li><i class="fas fa-book"></i> <a href="component-reference.html">Component Reference</a></li><li><i class="fas fa-book"></i> <a href="current/apidocs">Apidocs</a></li><li><a href="frequently-asked-questions.html">FAQ</a></li></ul>
+        </div>
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Community</span>
+          <ul><li><i class="fas fa-envelope-open-text"></i> <a href="community.html">Mailing Lists</a></li><li><i class="fab fa-stack-overflow"> </i> <a href="https://stackoverflow.com/questions/tagged/tapestry">StackOverflow</a></li><li><a href="support.html">Support</a></li><li><a href="community.html">Getting Involved</a></li><li><a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=177047038" title="Edit this page (requires approval, just ask on the mailing list)">Edit this page</a></li></ul>
+          <span class="font-weight-bold">Social</span>
+          <ul><li><i class="fab fa-twitter"></i> <a href="https://twitter.com/ApacheTapestry">@ApacheTapestry</a></li><li><i class="fas fa-hashtag"></i> <a href="https://twitter.com/hashtag/tapestry5">#tapestry5</a></li></ul>
+          <span class="font-weight-bold">Development</span>
+          <ul><li><i class="fab fa-git"></i> <a href="https://gitbox.apache.org/repos/asf?p=tapestry-5.git">Source Code</a></li><li><i class="fab fa-jira"></i> <a href="https://issues.apache.org/jira/browse/TAP5">Issues</a></li></ul>
+        </div>
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Apache</span>
+          <ul><li><a href="https://www.apache.org/">About Apache</a></li><li><a href="https://apachecon.com/?ref=royale.apache.org">Events</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="https://www.apache.org/licenses/LICENSE-2.0">License</a></li><li><a href="https://www.apache.org/security/">Security</a></li><li><a href="https://www.apache.org/foundation/thanks.html">Thanks!</a></li></ul>
+        </div>
+        <div class="col-md-12 col-lg-6 clearfix">
+          <span class="font-weight-bold d-block">About us</span>
+          <p class="float-right ml-3 mb-0"><img src="images/apache-tapestry-icon-light.svg" width="100" alt="Apache Tapestry" title="Apache Tapestry"></p>
+          <p><a href="https://tapestry.apache.org/">Apache Tapestry&#8482;</a> is an open-source component-oriented framework for creating dynamic, robust, highly scalable web applications in Java.</p>
+          <p>Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.</p>
+          <p class="float-right ml-3 mb-0"><img src="images/apache-powered-by.svg" width="100" alt="Apache PoweredBy" title="Apache PoweredBy"></p>
+          <p>
+            <a href="https://tapestry.apache.org/">Apache Tapestry&#8482;</a>, <a href="https://www.apache.org/">Apache&#8482;</a> and the <a href="https://www.apache.org/foundation/press/kit/">Apache feather logo&#8482;</a>
+            are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+          </p>
+        </div>
+      </div>
+      <div class="row">
+        <div class="col-12">
+          Copyright &#169; 2020 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        </div>
+      </div>
+    </div>
+  </div>
+</footer><br clear="none"></p><p><br clear="none"></p></div>
+  <!-- /// Footer End -->
+</body>
+</html>

Added: websites/production/tapestry/content/release-notes-571.html
==============================================================================
--- websites/production/tapestry/content/release-notes-571.html (added)
+++ websites/production/tapestry/content/release-notes-571.html Sat Mar 13 22:22:22 2021
@@ -0,0 +1,374 @@
+<!DOCTYPE html>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta name="keywords" content="tapestry, apache, apache tapestry, framework, java, web, component, open source, application, dynamic, scalable, robust, servlet">
+  <meta name="description" content="Apache Tapestry is a open-source component-oriented framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.">
+
+  <title>
+          Release Notes 5.7.1 - Apache Tapestry
+      </title>
+
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apache-tapestry-icon-144.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apache-tapestry-icon-114.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apache-tapestry-icon-72.png">
+  <link rel="apple-touch-icon-precomposed" href="/images/apache-tapestry-icon-57.png">
+  <link rel="shortcut icon" href="/images/apache-tapestry-icon-32.png">
+
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,400;0,700;1,400;1,700&display=swap"> 
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/themes/prism.min.css">
+  <link rel="stylesheet" href="/styles/main.css">
+
+  <script type="text/javascript">
+    if (window.location.protocol === 'http:' && window.location.hostname !== 'localhost') {
+      window.location = window.location.href.replace('http://', 'https://');
+    }
+  </script>
+
+  <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous" defer></script>
+  <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous" defer></script>
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous" defer></script>
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/prism.min.js" defer></script>
+	<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/plugins/autoloader/prism-autoloader.min.js" defer></script>
+
+  <script type="text/javascript">
+    window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
+    ga('create', 'UA-400821-1', 'auto');
+    ga('send', 'pageview');
+  </script>
+  <script async src="https://www.google-analytics.com/analytics.js"></script>
+</head>
+<body>
+  <!-- /// Navigation Start -->
+    <div id="navigation"><p><header>
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-12">
+        <nav class="navbar navbar-expand-xl navbar-light justify-content-between">
+          <a class="navbar-brand" href="/index.html">
+            <img src="/images/apache-tapestry-icon-dark.svg" width="60" alt="Apache Tapestry" title="Apache Tapestry">
+            <span>apache tapestry</span>
+          </a>
+          <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+          </button>
+          <div class="collapse navbar-collapse" id="navbarCollapse">
+            <ul class="navbar-nav mx-auto"><li class="nav-item">
+                <a class="nav-link active" href="/getting-started.html">Getting Started</a>
+              </li><li class="nav-item">
+                <a class="nav-link active" href="/documentation.html">Documentation</a>
+              </li><li class="nav-item">
+                <a class="nav-link active" href="/download.html">Download</a>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="communityNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Community
+                </a>
+                <div class="dropdown-menu" aria-labelledby="communityNavbarDropdown">
+                  <a class="dropdown-item" href="/community.html">Mailing Lists</a>
+                  <a class="dropdown-item" href="https://stackoverflow.com/questions/tagged/tapestry">StackOverflow</a>
+                  <a class="dropdown-item" href="/support.html">Support</a>
+                  <a class="dropdown-item" href="/community.html">Getting Involved</a>
+                  <a class="dropdown-item" href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=177047040" title="Edit this page (requires approval, just ask on the mailing list)">Edit this page</a>
+                  <div class="dropdown-divider"></div>
+                  <a class="dropdown-item" href="https://twitter.com/ApacheTapestry">@ApacheTapestry</a>
+                  <a class="dropdown-item" href="https://twitter.com/hashtag/tapestry5">#tapestry5</a>
+                </div>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="developmentNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Development
+                </a>
+                <div class="dropdown-menu" aria-labelledby="developmentNavbarDropdown">
+                  <a class="dropdown-item" href="https://gitbox.apache.org/repos/asf?p=tapestry-5.git">Source Code</a>
+                  <a class="dropdown-item" href="https://issues.apache.org/jira/browse/TAP5">Issues</a>
+                </div>
+              </li><li class="nav-item dropdown">
+                <a class="nav-link dropdown-toggle active" id="apacheNavbarDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+                  Apache
+                </a>
+                <div class="dropdown-menu" aria-labelledby="apacheNavbarDropdown">
+                  <a class="dropdown-item" href="https://www.apache.org/">About Apache</a>
+                  <a class="dropdown-item" href="https://apachecon.com/?ref=royale.apache.org">Events</a>
+                  <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                  <a class="dropdown-item" href="https://www.apache.org/licenses/LICENSE-2.0">License</a>
+                  <a class="dropdown-item" href="https://www.apache.org/security/">Security</a>
+                  <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks!</a>
+                </div>
+              </li></ul>
+            <form enctype="application/x-www-form-urlencoded" method="get" class="form-inline" action="search.html">
+              <input type="search" class="form-control search-input" name="q" placeholder="Search docs, issues, wikis and blogs" aria-label="Search">
+              <button type="submit" class="d-none">Search</button>
+            </form>
+          </div>
+        </nav>
+      </div>
+    </div>
+  </div>
+</header></p></div>
+  <!-- /// Navigation End -->
+
+  <article>
+    <div class="container-fluid">
+      <div class="container pt-5">
+        <div class="row">
+          <div class="col-12">
+                          <!-- /// Breadcrumb Start -->
+              <div id="breadcrumb" class="mb-2 text-small">
+                                <a href="index.html">Apache Tapestry</a>&nbsp;&gt;&nbsp;<a href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a href="release-notes.html">Release Notes</a>&nbsp;&gt;&nbsp;<a href="release-notes-571.html">Release Notes 5.7.1</a>
+              </div>
+              <!-- /// Breadcrumb End -->
+
+              <!-- /// Smallbanner Start -->
+                            <div id="smallbanner"><h1 class="title" id="title">Release Notes 5.7.1</h1></div>
+              <!-- /// Smallbanner Start -->
+            
+            <!-- /// Content Start -->
+            <div id="content">
+                            <div id="ConfluenceContent"><p>Tapestry 5.7.1 is a drop-in replacement and recommended 5.7.0.upgrade.</p><h2 id="ReleaseNotes5.7.1-Improvementsmade">Improvements made</h2><p>
+
+
+
+
+
+<style type="text/css">
+    #refresh-module-168569556 .icon {
+        background-position: left center;
+        background-repeat: no-repeat;
+        display: inline-block;
+        font-size: 0;
+        max-height: 16px;
+        text-align: left;
+        text-indent: -9999em;
+        vertical-align: text-bottom;
+    }
+</style>
+</p><div class="refresh-module-id jira-table" id="refresh-module-168569556">
+<p>
+    
+        
+    
+        
+    </p><div class="jira-issues" id="jira-issues-168569556" style="width: 100%;  overflow: auto;">
+        <table class="table table-bordered table-responsive"><tbody><tr><td></td></tr><tr><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Key</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Summary</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">T</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Crea
 ted</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Updated</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Due</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Assignee</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Reporter</span></th><th colspan="1" rowspan="1" class="jira-macro-table-
 underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">P</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Status</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Resolution</span></th></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2665?src=confmacro">TAP5-2665</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2665?src=confmacro">
+                                            Disallow requests for folders in the classpath by default
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2665?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21140&amp;avatarType=issuetype" alt="Improvement"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Mar 09, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Mar 09, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr><td colspan="11" rowspan="1">
+                        <div class="jira-oauth-message-marker">
+                            <div class="aui-message-container">
+                                <div class="aui-message aui-message-info info">
+                                    <span><a class="static-oauth-init" href="https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b">Authenticate</a> to retrieve your issues</span>
+                                    <span class="aui-icon icon-info"></span>
+                                </div>
+                            </div>
+                        </div>
+                    </td></tr></tbody></table>
+    </div>
+            <div class="refresh-issues-bottom">
+                            <span class="total-issues-count" id="total-issues-count">
+                                                                    <a title="View all matching issues in Jira." href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D%22Tapestry+5%22+and+fixVersion+%3D+5.7.1+and+type+%21%3D+bug++++&amp;src=confmacro">
+                                                                1 issue
+                                                        </a>
+                                        </span>
+                                </div>
+        
+
+    
+</div>
+<h2 id="ReleaseNotes5.7.1-Bugsfixed">Bugs fixed</h2><p>
+
+
+
+
+
+<style type="text/css">
+    #refresh-module-454780582 .icon {
+        background-position: left center;
+        background-repeat: no-repeat;
+        display: inline-block;
+        font-size: 0;
+        max-height: 16px;
+        text-align: left;
+        text-indent: -9999em;
+        vertical-align: text-bottom;
+    }
+</style>
+</p><div class="refresh-module-id jira-table" id="refresh-module-454780582">
+<p>
+    
+        
+    
+        
+    </p><div class="jira-issues" id="jira-issues-454780582" style="width: 100%;  overflow: auto;">
+        <table class="table table-bordered table-responsive"><tbody><tr><td></td></tr><tr><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Key</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Summary</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">T</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Crea
 ted</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Updated</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Due</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Assignee</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Reporter</span></th><th colspan="1" rowspan="1" class="jira-macro-table-
 underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">P</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Status</span></th><th colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport jira-tablesorter-header" style="text-align: left; text-transform: capitalize; padding:5px !important;"><span class="jim-table-header-content">Resolution</span></th></tr><tr class="rowNormal"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2664?src=confmacro">TAP5-2664</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2664?src=confmacro">
+                                            PropertyShadowBuilder fails when interface inherits same method more than once
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2664?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 28, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 28, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr class="rowAlternate"><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2663?src=confmacro">TAP5-2663</a>
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2663?src=confmacro">
+                                            ChecksumPath should ignore slashes at the end of URLs
+                                        </a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <a href="https://issues.apache.org/jira/browse/TAP5-2663?src=confmacro"><img class="icon" src="https://issues.apache.org/jira/secure/viewavatar?size=xsmall&amp;avatarId=21133&amp;avatarType=issuetype" alt="Bug"></a>
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 28, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            Feb 28, 2021
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Thiago Henrique De Paula Figueiredo
+                                                                    </td><td colspan="1" nowrap>
+                                                                            <img class="icon" src="https://issues.apache.org/jira/images/icons/priorities/major.svg" alt="Major">
+                                                                    </td><td colspan="1" nowrap>
+                                                                            
+                                                                                    <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success">
+                                                Closed
+                                            </span>
+                                                                                                            </td><td colspan="1" rowspan="1" class="jira-macro-table-underline-pdfexport" style="padding:5px !important;vertical-align: top;">
+                                                                            Fixed
+                                                                    </td></tr><tr><td colspan="11" rowspan="1">
+                        <div class="jira-oauth-message-marker">
+                            <div class="aui-message-container">
+                                <div class="aui-message aui-message-info info">
+                                    <span><a class="static-oauth-init" href="https://cwiki.apache.org/confluence/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=5aa69414-a9e9-3523-82ec-879b028fb15b">Authenticate</a> to retrieve your issues</span>
+                                    <span class="aui-icon icon-info"></span>
+                                </div>
+                            </div>
+                        </div>
+                    </td></tr></tbody></table>
+    </div>
+            <div class="refresh-issues-bottom">
+                            <span class="total-issues-count" id="total-issues-count">
+                                                                    <a title="View all matching issues in Jira." href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D%22Tapestry+5%22+and+fixVersion+%3D5.7.1+and+type+%3Dbug++++++&amp;src=confmacro">
+                                                            2 issues
+                                                    </a>
+                                        </span>
+                                </div>
+        
+
+    
+</div>
+</div>
+            </div>
+            <!-- /// Content End -->
+          </div>
+        </div>
+      </div>
+    </div>
+  </article>
+
+  <!-- /// Footer Start -->
+    <div id="footer"><p>Apache Tapestry, Tapestry, Apache, the Apache feather logo, and the Apache Tapestry project logo are trademarks of The Apache Software Foundation.</p><p><br clear="none"><footer class="py-3">
+  <div class="container-fluid">
+    <div class="container">
+      <div class="row">
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Apache Tapestry</span>
+          <ul><li><a href="index.html">Home</a></li><li><a href="download.html">Download</a></li><li><a href="about.html">Team</a></li><li><a href="https://www.apache.org/licenses/LICENSE-2.0">License</a></li></ul>
+          <span class="font-weight-bold">Documentation</span>
+          <ul><li><a href="introduction.html">Introduction</a></li><li><a href="principles.html">Principles</a></li><li><i class="fas fa-play"></i> <a href="getting-started.html">Getting Started</a></li><li><i class="fas fa-play"></i> <a href="user-guide.html">User Guide</a></li><li><i class="fas fa-book"></i> <a href="documentation.html">Docs</a></li><li><i class="fas fa-book"></i> <a href="component-reference.html">Component Reference</a></li><li><i class="fas fa-book"></i> <a href="current/apidocs">Apidocs</a></li><li><a href="frequently-asked-questions.html">FAQ</a></li></ul>
+        </div>
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Community</span>
+          <ul><li><i class="fas fa-envelope-open-text"></i> <a href="community.html">Mailing Lists</a></li><li><i class="fab fa-stack-overflow"> </i> <a href="https://stackoverflow.com/questions/tagged/tapestry">StackOverflow</a></li><li><a href="support.html">Support</a></li><li><a href="community.html">Getting Involved</a></li><li><a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=177047040" title="Edit this page (requires approval, just ask on the mailing list)">Edit this page</a></li></ul>
+          <span class="font-weight-bold">Social</span>
+          <ul><li><i class="fab fa-twitter"></i> <a href="https://twitter.com/ApacheTapestry">@ApacheTapestry</a></li><li><i class="fas fa-hashtag"></i> <a href="https://twitter.com/hashtag/tapestry5">#tapestry5</a></li></ul>
+          <span class="font-weight-bold">Development</span>
+          <ul><li><i class="fab fa-git"></i> <a href="https://gitbox.apache.org/repos/asf?p=tapestry-5.git">Source Code</a></li><li><i class="fab fa-jira"></i> <a href="https://issues.apache.org/jira/browse/TAP5">Issues</a></li></ul>
+        </div>
+        <div class="col-4 col-lg-2">
+          <span class="font-weight-bold">Apache</span>
+          <ul><li><a href="https://www.apache.org/">About Apache</a></li><li><a href="https://apachecon.com/?ref=royale.apache.org">Events</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="https://www.apache.org/licenses/LICENSE-2.0">License</a></li><li><a href="https://www.apache.org/security/">Security</a></li><li><a href="https://www.apache.org/foundation/thanks.html">Thanks!</a></li></ul>
+        </div>
+        <div class="col-md-12 col-lg-6 clearfix">
+          <span class="font-weight-bold d-block">About us</span>
+          <p class="float-right ml-3 mb-0"><img src="images/apache-tapestry-icon-light.svg" width="100" alt="Apache Tapestry" title="Apache Tapestry"></p>
+          <p><a href="https://tapestry.apache.org/">Apache Tapestry&#8482;</a> is an open-source component-oriented framework for creating dynamic, robust, highly scalable web applications in Java.</p>
+          <p>Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.</p>
+          <p class="float-right ml-3 mb-0"><img src="images/apache-powered-by.svg" width="100" alt="Apache PoweredBy" title="Apache PoweredBy"></p>
+          <p>
+            <a href="https://tapestry.apache.org/">Apache Tapestry&#8482;</a>, <a href="https://www.apache.org/">Apache&#8482;</a> and the <a href="https://www.apache.org/foundation/press/kit/">Apache feather logo&#8482;</a>
+            are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+          </p>
+        </div>
+      </div>
+      <div class="row">
+        <div class="col-12">
+          Copyright &#169; 2020 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        </div>
+      </div>
+    </div>
+  </div>
+</footer><br clear="none"></p><p><br clear="none"></p></div>
+  <!-- /// Footer End -->
+</body>
+</html>