Re: [VOTE] Release Apache Tomcat 10.0.0

2020-12-06 Thread Mark Thomas
On 05/12/2020 12:59, Michael Osipov wrote: > Am 2020-12-03 um 11:43 schrieb Mark Thomas: >> The proposed Apache Tomcat 10.0.0 release is now available for >> voting. >> >> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary >> package for all the specification APIs has changed

Re: Objection to the deprecation of the tomcat-native/APR connector

2020-12-06 Thread Mark Thomas
On 05/12/2020 11:38, Michael Osipov wrote: > A suitable roadmap for libtcnative would be: > * Tag current patch version > * Move to 1.3.0 and remove everything non-TLS/networking related out > * Move to 1.4.0 drop OpenSSL support for < 1.1.1 because it requires > thread locks from APR which

Re: [VOTE] Release Apache Tomcat 9.0.41

2020-12-06 Thread Emmanuel Bourg
Le 03/12/2020 à 14:11, Mark Thomas a écrit : > The proposed 9.0.41 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 9.0.41 > +1, all good in Debian. Emmanuel Bourg - To unsubscribe, e-mail:

[GitHub] [tomcat] rainerjung opened a new pull request #385: Add peerAddress to coyote request

2020-12-06 Thread GitBox
rainerjung opened a new pull request #385: URL: https://github.com/apache/tomcat/pull/385 It contains the IP address of the direct connection peer. If a reverse proxy sits in front of Tomcat and the protocol used is AJP or HTTP in combination with the RemoteIp(Valve|Filter), the

Re: Objection to the deprecation of the tomcat-native/APR connector

2020-12-06 Thread Emmanuel Bourg
Le 06/12/2020 à 11:03, Mark Thomas a écrit : > 3. Once downstream distributions have access to 1.1.1 move Tomcat Native > 1.2.x to 1.3.x and remove all the OpenSSL <1.1.1 code. We can make 1.3.x > recommended for Tomcat 8.5.x and 9.0.x (or even required if necessary / > appropriate). The current

Re: [VOTE] Release Apache Tomcat 8.5.61

2020-12-06 Thread Rainer Jung
Am 03.12.2020 um 15:49 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.61 release is now available for voting. The notable changes compared to the 8.5.60 release are: - Align the behaviour of ServletContext.getRealPath(String path) with the recent clarification from the Servlet

[Bug 63948] MultipartFile upload big files over HTTP/2 broken

2020-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 Boris Petrov changed: What|Removed |Added CC||boris_pet...@live.com -- You are

Re: [VOTE] Release Apache Tomcat 10.0.0

2020-12-06 Thread Martin Grigorov
On Thu, Dec 3, 2020 at 12:50 PM Mark Thomas wrote: > The proposed Apache Tomcat 10.0.0 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > Applications

Re: [VOTE] Release Apache Tomcat 9.0.41

2020-12-06 Thread Martin Grigorov
On Thu, Dec 3, 2020 at 3:12 PM Mark Thomas wrote: > The proposed Apache Tomcat 9.0.41 release is now available for voting. > > The notable changes compared to the 9.0.40 release are: > > - Align the behaviour of ServletContext.getRealPath(String path) with > the recent clarification from the

Re: [VOTE] Release Apache Tomcat 8.5.61

2020-12-06 Thread Martin Grigorov
On Thu, Dec 3, 2020 at 4:50 PM Mark Thomas wrote: > The proposed Apache Tomcat 8.5.61 release is now available for voting. > > The notable changes compared to the 8.5.60 release are: > > - Align the behaviour of ServletContext.getRealPath(String path) with > the recent clarification from the