This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch BZ-63835/9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
omit 38fdae1 BZ 63835: Add support for Keep-Alive header add 8096561 Polish. Align with 8.5.x. add ec782a0 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63865 add 071d63e Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63831 add 70b54a9 Small typo in changelog add 63ea6ad Correct link target for RewriteMap in documentation add e70ef85 Add more documentation about usage of RewriteMap add 3f9d9de Add javadoc for RewriteMap add 7fb643d Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63836 add 8cb570d Update guidance for Eclipse 4.13 add a54fff8 Fix imports new d7f8616 BZ 63835: Add support for Keep-Alive header This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (38fdae1) \ N -- N -- N refs/heads/BZ-63835/9.0.x (d7f8616) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/catalina/startup/ContextConfig.java | 23 ++++++++-- .../apache/catalina/valves/rewrite/RewriteMap.java | 33 ++++++++++++++ java/org/apache/coyote/http11/Constants.java | 1 + java/org/apache/coyote/http11/Http11Processor.java | 10 ++--- .../tomcat/util/http/CookieProcessorBase.java | 2 +- .../tomcat/util/http/LegacyCookieProcessor.java | 2 +- .../tomcat/util/http/LocalStrings.properties | 2 +- .../tomcat/util/http/Rfc6265CookieProcessor.java | 2 +- .../apache/tomcat/util/http/SameSiteCookies.java | 7 ++- .../eclipse/java-compiler-errors-warnings.txt | 6 ++- .../coyote/http2/TestHttp2InitialConnection.java | 10 ++++- .../util/http/TestCookieProcessorGeneration.java | 20 +++++++-- .../tomcat/util/http/TestSameSiteCookies.java | 19 ++++++++ webapps/docs/changelog.xml | 15 ++++++- webapps/docs/config/cookie-processor.xml | 10 ++++- webapps/docs/rewrite.xml | 51 +++++++++++++++++++++- 16 files changed, 188 insertions(+), 25 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org