[ANN] Apache Tomcat 11.0.0-M9 (alpha) available

2023-07-11 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.0-M9 (alpha). Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations s

[tomcat] branch main updated (5a7bb27da6 -> 52ed442408)

2023-07-11 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 5a7bb27da6 Fix string ms -> s add 52ed442408 Add release date for 11.0.0-M9 No new revisions were added by this upd

[Bug 66684] SSL HandShake failed when crlFile linked to an empty file

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66684 Michael Osipov changed: What|Removed |Added OS||All --- Comment #1 from Michael Osipo

[Bug 66684] SSL HandShake failed when crlFile linked to an empty file

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66684 --- Comment #2 from DigitalCat --- Here is my PR:https://github.com/apache/tomcat/pull/634 I expect that the Tomcat can provide services normally when the crlFile file is a blank file. Generally, the crlFile file may be a blank file at the beg

Buildbot failure in on tomcat-11.0.x

2023-07-11 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/479 Blamelist: Mark Thomas Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] 52ed44240892c96c336ac48275427547980366

[Bug 66685] New: Tomcat URL not picking correct certificate

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66685 Bug ID: 66685 Summary: Tomcat URL not picking correct certificate Product: Tomcat 8 Version: 8.5.32 Hardware: PC Status: NEW Severity: major Priority: P2

[Bug 66684] SSL HandShake failed when crlFile linked to an empty file

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66684 --- Comment #3 from Remy Maucherat --- The "empty file then do nothing" behavior sounds the most intuitive to me. Although obviously this was not handheld because it's not really expected when initially writing the code. -- You are receiving

[Bug 66684] SSL HandShake failed when crlFile linked to an empty file

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66684 --- Comment #4 from Michael Osipov --- (In reply to DigitalCat from comment #2) > Here is my PR:https://github.com/apache/tomcat/pull/634 > > I expect that the Tomcat can provide services normally when the crlFile file > is a blank file. Gener

[Bug 66686] New: Default value of maxParameterCount

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66686 Bug ID: 66686 Summary: Default value of maxParameterCount Product: Tomcat 9 Version: 9.0.78 Hardware: PC OS: Linux Status: NEW Severity: trivial

[Bug 66686] Default value of maxParameterCount

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66686 Remy Maucherat changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 66686] Default value of maxParameterCount

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66686 --- Comment #2 from michal.sobkiew...@wp.pl --- That's true. However when _unspecified_, the default is 1. Documentation is misleading. -- You are receiving this mail because: You are the assignee for the bug. -

multipart streaming as fileupload native usage?

2023-07-11 Thread Romain Manni-Bucau
Hi all, on commons fileupload list there was the need to have streaming for Parts. As of today Servlet API enables to only get a list and not an iterator - even if it uses it under the hood. Any way tomcat pushes that need (Iterator or Stream I guess) to the servlet EG for next version? Do we wan

[Bug 66686] Default value of maxParameterCount

2023-07-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66686 msobkiewicz changed: What|Removed |Added Resolution|WONTFIX |--- Status|RESOLVED