https://bz.apache.org/bugzilla/show_bug.cgi?id=66277
Mark Thomas changed:
What|Removed |Added
CC||san...@buskens.org
--- Comment #3 from M
https://bz.apache.org/bugzilla/show_bug.cgi?id=66292
Mark Thomas changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
Hi all,
Given the regression in the previous set of releases and that it is the
beginning of October, my intention is to start the October release round
shortly.
I have a couple of things I want to look at before I tag the releases as
well as running my usual checks with the unit tests. Hope
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new c9fe754e5d Requests with invalid content-length shoul
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 0d089a1504 Requests with invalid content-length s
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 4c7f4fd09d Requests with invalid content-length sho
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new a1c07906d8 Requests with invalid content-length sho
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 36d5187d6e Document nonceRequestParameterName. Based
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 5a7f4d3b73 Document nonceRequestParameterName. Ba
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 8c31d246e7 Document nonceRequestParameterName. Base
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 2dc2639c74 Document nonceRequestParameterName. Base
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 10.1.1
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 934df02dc68e72b95a38f372017f1b89b0d13a76
Author: Mark Thomas
AuthorDate: Mon Oct 3 13:53:36 2022 +0100
Tag 10.1.1
---
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to tag 10.1.1
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 934df02dc6 (commit)
This tag includes the following new commits:
new 934df02dc6 Tag 10.1.1
The 1 revisions listed a
Author: markt
Date: Mon Oct 3 13:11:29 2022
New Revision: 57138
Log:
Upload 10.1.1 for voting
Added:
dev/tomcat/tomcat-10/v10.1.1/
dev/tomcat/tomcat-10/v10.1.1/KEYS
dev/tomcat/tomcat-10/v10.1.1/README.html
dev/tomcat/tomcat-10/v10.1.1/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.1.
The proposed Apache Tomcat 10.1.1 release is now available for
voting.
Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
without changes. Java EE applications designed for Tomcat 9 and earlier
may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat
will au
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 10.0.27
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit ca8720d41f3be917dc3fcdd03fcca8d3152a13fb
Author: Mark Thomas
AuthorDate: Mon Oct 3 16:24:12 2022 +0100
Tag 10.0.27
---
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to tag 10.0.27
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at ca8720d41f (commit)
This tag includes the following new commits:
new ca8720d41f Tag 10.0.27
The 1 revisions listed
Author: markt
Date: Mon Oct 3 15:53:25 2022
New Revision: 57141
Log:
Upload 10.0.27 for voting
Added:
dev/tomcat/tomcat-10/v10.0.27/
dev/tomcat/tomcat-10/v10.0.27/KEYS
dev/tomcat/tomcat-10/v10.0.27/README.html
dev/tomcat/tomcat-10/v10.0.27/RELEASE-NOTES
dev/tomcat/tomcat-10/v
The proposed Apache Tomcat 10.0.27 release is now available for
voting.
Apache Tomcat 10.0.27 is likely to be the last release of the 10.0.x
series. Users of 10.0.x should plan to move to 10.1.x at the next update.
Apache Tomcat 10.0.x implements Jakarta EE 9 and, as such, the primary
package
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
--- Comment #4 from Stefan Mayr ---
After some testing I can reproduce this issue
demo.jsp:
<%@ page contentType="text/plain; charset=UTF-8" session="false" %>
<%
response.setHeader("Content-Length","");
for(int i = 0; i < 8192; ++i) {
https://bz.apache.org/bugzilla/show_bug.cgi?id=65901
--- Comment #5 from Stefan Mayr ---
Did anyone have a chance to look into that issue?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscri
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 3356e003c3 I'm going to RM 9.0.68
3356e003c3 is des
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to tag 9.0.68
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 0cbd87a476 (commit)
This tag includes the following new commits:
new 0cbd87a476 Tag 9.0.68
The 1 revisions listed a
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 9.0.68
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0cbd87a47606a7669c784d28b5133358a4dcff41
Author: Mark Thomas
AuthorDate: Mon Oct 3 20:43:04 2022 +0100
Tag 9.0.68
---
Modified: tomcat/site/trunk/docs/migration-7.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1904383&r1=1904382&r2=1904383&view=diff
==
--- tomcat/site/trunk/docs/migration-7.html (origin
Author: markt
Date: Mon Oct 3 19:53:43 2022
New Revision: 1904383
URL: http://svn.apache.org/viewvc?rev=1904383&view=rev
Log:
Remove beta from 10.1.x in LHS menu
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/ci.html
tomcat/site/trunk/docs/conference.html
Modified: tomcat/site/trunk/docs/security-5.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-5.html?rev=1904383&r1=1904382&r2=1904383&view=diff
==
--- tomcat/site/trunk/docs/security-5.html (original)
Modified: tomcat/site/trunk/docs/oldnews-2012.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2012.html?rev=1904383&r1=1904382&r2=1904383&view=diff
==
--- tomcat/site/trunk/docs/oldnews-2012.html (ori
Modified: tomcat/site/trunk/docs/download-connectors.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-connectors.html?rev=1904383&r1=1904382&r2=1904383&view=diff
==
--- tomcat/site/trunk/docs/download
Modified: tomcat/site/trunk/docs/oldnews-2020.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2020.html?rev=1904383&r1=1904382&r2=1904383&view=diff
==
--- tomcat/site/trunk/docs/oldnews-2020.html (ori
Modified: tomcat/site/trunk/docs/security-taglibs.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-taglibs.html?rev=1904383&r1=1904382&r2=1904383&view=diff
==
--- tomcat/site/trunk/docs/security-tagli
Modified: tomcat/site/trunk/docs/tools.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tools.html?rev=1904383&r1=1904382&r2=1904383&view=diff
==
--- tomcat/site/trunk/docs/tools.html (original)
+++ tomcat/sit
Modified: tomcat/site/trunk/docs/irc.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/irc.html?rev=1904383&r1=1904382&r2=1904383&view=diff
==
--- tomcat/site/trunk/docs/irc.html (original)
+++ tomcat/site/trun
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new e78ef9395e Increment version for next development cyc
Author: markt
Date: Mon Oct 3 19:59:50 2022
New Revision: 57143
Log:
Upload 9.0.68 for voting
Added:
dev/tomcat/tomcat-9/v9.0.68/
dev/tomcat/tomcat-9/v9.0.68/KEYS
dev/tomcat/tomcat-9/v9.0.68/README.html
dev/tomcat/tomcat-9/v9.0.68/RELEASE-NOTES
dev/tomcat/tomcat-9/v9.0.68/bin
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new ac39f58a18 Increment version for next development
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 7e0d94e01e I'll be RM for 8.5.83
7e0d94e01e is desc
The proposed Apache Tomcat 9.0.68 release is now available for voting.
The notable changes compared to 9.0.67 are:
- Fix bug 66277, a refactoring regression that broke JSP includes
amongst other functionality
- Fix unexpected timeouts that may appear as client disconnections when
using HTTP
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new c2823f8504 Increment version for next development c
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to tag 8.5.83
in repository https://gitbox.apache.org/repos/asf/tomcat.git
at 702df4f4db (commit)
This tag includes the following new commits:
new 702df4f4db Tag 8.5.83
The 1 revisions listed a
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 8.5.83
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 702df4f4db92b59e01d5d8824190ce2652d74a76
Author: Mark Thomas
AuthorDate: Mon Oct 3 22:28:58 2022 +0100
Tag 8.5.83
---
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 9001995dff Increment version for next development c
Added: dev/tomcat/tomcat-8/v8.5.83/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.5.83/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.5.83/bin/extras/catalina-ws.jar.asc Mon Oct 3
21:43:34
Author: markt
Date: Mon Oct 3 21:43:34 2022
New Revision: 57147
Log:
Upload 8.5.83 for voting
Added:
dev/tomcat/tomcat-8/v8.5.83/
dev/tomcat/tomcat-8/v8.5.83/KEYS
dev/tomcat/tomcat-8/v8.5.83/README.html
dev/tomcat/tomcat-8/v8.5.83/RELEASE-NOTES
dev/tomcat/tomcat-8/v8.5.83/bin
The proposed Apache Tomcat 8.5.83 release is now available for voting.
The notable changes compared to 8.5.82 are:
- Add support for authenticating WebSocket clients with an HTTP forward
proxy when establishing a connection to a WebSocket endpoint via a
forward proxy that requires authentica
Mark,
On 10/3/22 03:33, Mark Thomas wrote:
Hi all,
Given the regression in the previous set of releases and that it is the
beginning of October, my intention is to start the October release round
shortly.
I have a couple of things I want to look at before I tag the releases as
well as runn
46 matches
Mail list logo