Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Han Li
> 2022年11月17日 00:03,Christopher Schultz 写道: > > The proposed Apache Tomcat 8.5.84 release is now available for voting. > > The notable changes compared to 8.5.83 are: > > - Fix concurrency issue in evaluation of expression language containing > lambda expressions. > > - Correct the date

Tomcat doesn't gracefully close keep-alive connections

2022-11-17 Thread M. Thiim
Hi, We have observed that Tomcat doesn't gracefully close keep-alive connections. Tomcat waits for already started requests to complete, but once those are done, Tomcat will close all connections immediately, irrespective of any configured keepAliveTimeout. This causes problems for some HTTP

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Rémy Maucherat
On Wed, Nov 16, 2022 at 5:03 PM Christopher Schultz wrote: > > The proposed Apache Tomcat 8.5.84 release is now available for voting. > > The notable changes compared to 8.5.83 are: > > - Fix concurrency issue in evaluation of expression language containing > lambda expressions. > > - Correct

[Bug 66348] new jars in lib

2022-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66348 Mark Thomas changed: What|Removed |Added CC||andrealucian...@gmail.com --- Comment

[Bug 66353] java.lang.NoClassDefFoundError: org/apache/tomcat/jakartaee/EESpecProfile

2022-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66353 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66353] java.lang.NoClassDefFoundError: org/apache/tomcat/jakartaee/EESpecProfile

2022-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66353 Andrea Luciano changed: What|Removed |Added OS||All --- Comment #1 from Andrea

[Bug 66353] New: java.lang.NoClassDefFoundError: org/apache/tomcat/jakartaee/EESpecProfile

2022-11-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66353 Bug ID: 66353 Summary: java.lang.NoClassDefFoundError: org/apache/tomcat/jakartaee/EESpecProfile Product: Tomcat 10 Version: 10.1.2 Hardware: PC Status: NEW

[GitHub] [tomcat] sdeleuze commented on a diff in pull request #569: Refine native resources metadata

2022-11-17 Thread GitBox
sdeleuze commented on code in PR #569: URL: https://github.com/apache/tomcat/pull/569#discussion_r1025340076 ## modules/stuffed/tomcat-resource.json: ## @@ -73,9 +73,13 @@ {"name":"org.apache.tomcat.websocket.server.LocalStrings"} ], "resources":[ -

Buildbot success in on tomcat-11.0.x

2022-11-17 Thread buildbot
Build status: Build succeeded! Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/55 Blamelist: remm , vassilismourikis Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] 9ade6f42be6bc8048710fdae13b3963afc6d402e Steps:

[GitHub] [tomcat] sdeleuze commented on a diff in pull request #569: Refine native resources metadata

2022-11-17 Thread GitBox
sdeleuze commented on code in PR #569: URL: https://github.com/apache/tomcat/pull/569#discussion_r1025160017 ## modules/stuffed/tomcat-resource.json: ## @@ -73,9 +73,13 @@ {"name":"org.apache.tomcat.websocket.server.LocalStrings"} ], "resources":[ -

[tomcat] branch 10.1.x updated: conf permissions in Dockerfile

2022-11-17 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new de22418833 conf permissions in Dockerfile

[tomcat] branch main updated: conf permissions in Dockerfile

2022-11-17 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 9ade6f42be conf permissions in Dockerfile 9ade6f42be

[GitHub] [tomcat] aooohan merged pull request #567: conf permissions in Dockerfile

2022-11-17 Thread GitBox
aooohan merged PR #567: URL: https://github.com/apache/tomcat/pull/567 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Buildbot failure in on tomcat-11.0.x

2022-11-17 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb2_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/54 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] a62833cd26fb5cacc9d1af522aaf1c58b6d3bb1b

[tomcat] branch 8.5.x updated: Only add the servlet context attribute if the realm is on the context

2022-11-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 c316ab19d6 Only add the servlet context attribute

[tomcat] branch 9.0.x updated: Only add the servlet context attribute if the realm is on the context

2022-11-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 51a4c8efcf Only add the servlet context attribute

[tomcat] branch 10.1.x updated: Only add the servlet context attribute if the realm is on the context

2022-11-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 16ef83ac5c Only add the servlet context attribute

[tomcat] branch main updated: Only add the servlet context attribute if the realm is on the context

2022-11-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 a62833cd26 Only add the servlet context attribute if

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Han Li
> 2022年11月17日 17:52,Mark Thomas 写道: > > On 17/11/2022 08:23, Han Li wrote: >>> 2022年11月17日 16:08,Mark Thomas 写道: >>> >>> On 17/11/2022 04:04, Han Li wrote: I think that I encounter a problem, shown below: org.apache.jasper.JasperException: Unable to compile class for JSP: An

[tomcat] branch 8.5.x updated: Improve the behavior of the credential handler attribute

2022-11-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 18bb5ec0c7 Improve the behavior of the credential

[tomcat] branch 9.0.x updated: Improve the behavior of the credential handler attribute

2022-11-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 b588093154 Improve the behavior of the credential

[tomcat] branch 10.1.x updated: Improve the behavior of the credential handler attribute

2022-11-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 5838094134 Improve the behavior of the credential

[tomcat] branch main updated: Improve the behavior of the credential handler attribute

2022-11-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 5e8938678c Improve the behavior of the credential

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Rémy Maucherat
On Thu, Nov 17, 2022 at 10:52 AM Mark Thomas wrote: > > On 17/11/2022 08:23, Han Li wrote: > > > > > >> 2022年11月17日 16:08,Mark Thomas 写道: > >> > >> On 17/11/2022 04:04, Han Li wrote: > >>> I think that I encounter a problem, shown below: > >>> org.apache.jasper.JasperException: Unable to compile

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Mark Thomas
On 17/11/2022 08:23, Han Li wrote: 2022年11月17日 16:08,Mark Thomas 写道: On 17/11/2022 04:04, Han Li wrote: I think that I encounter a problem, shown below: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: [17] in the jsp file:

[GitHub] [tomcat] sdeleuze commented on a diff in pull request #569: Refine native resources metadata

2022-11-17 Thread GitBox
sdeleuze commented on code in PR #569: URL: https://github.com/apache/tomcat/pull/569#discussion_r1024921333 ## modules/stuffed/tomcat-resource.json: ## @@ -73,9 +73,13 @@ {"name":"org.apache.tomcat.websocket.server.LocalStrings"} ], "resources":[ -

[GitHub] [tomcat] mhalbritter commented on a diff in pull request #569: Refine native resources metadata

2022-11-17 Thread GitBox
mhalbritter commented on code in PR #569: URL: https://github.com/apache/tomcat/pull/569#discussion_r1024913815 ## modules/stuffed/tomcat-resource.json: ## @@ -73,9 +73,13 @@ {"name":"org.apache.tomcat.websocket.server.LocalStrings"} ], "resources":[ -

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Han Li
> 2022年11月17日 16:08,Mark Thomas 写道: > > On 17/11/2022 04:04, Han Li wrote: >> I think that I encounter a problem, shown below: >> org.apache.jasper.JasperException: Unable to compile class for JSP: >> An error occurred at line: [17] in the jsp file: [/jsp/include/foo.jsp] >> System cannot be

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Han Li
> 2022年11月17日 16:08,Mark Thomas 写道: > > On 17/11/2022 04:04, Han Li wrote: >> I think that I encounter a problem, shown below: >> org.apache.jasper.JasperException: Unable to compile class for JSP: >> An error occurred at line: [17] in the jsp file: [/jsp/include/foo.jsp] >> System cannot be

Re: [VOTE] Release Apache Tomcat 8.5.84

2022-11-17 Thread Mark Thomas
On 17/11/2022 04:04, Han Li wrote: I think that I encounter a problem, shown below: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: [17] in the jsp file: [/jsp/include/foo.jsp] System cannot be resolved 14: See the License for the specific