[Bug 63949] ERR_INCOMPLETE_CHUNKED_ENCODING errors when using NIO Connector with HTTPS

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

[GitHub] [tomcat] michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-22 Thread GitBox
michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r349608794 ## File path: java/org/apache/catalina/realm/CombinedRealm.java ## @@ -386,6

[Bug 63949] ERR_INCOMPLETE_CHUNKED_ENCODING errors when using NIO Connector with HTTPS

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 --- Comment #3 from justin.w...@edge-technologies.com --- Made that change, and don't have the problem anymore. Would adding that write loop back in be a possibility? Thanks, Justin -- You are receiving this mail because: You are the

[VOTE] Release Apache Tomcat 7.0.98

2019-11-22 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.98 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.98/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1239/ The git tag is:

[GitHub] [tomcat] markt-asf commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-22 Thread GitBox
markt-asf commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r349625352 ## File path: java/org/apache/catalina/Realm.java ## @@ -116,6 +118,17 @@

[tomcat] branch master updated: BZ63949: Restore write loop which was present in the selector code

2019-11-22 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new f5f2b62 BZ63949: Restore write loop which was

[GitHub] [tomcat] michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-22 Thread GitBox
michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r349685255 ## File path: java/org/apache/catalina/Realm.java ## @@ -116,6 +118,17 @@

[GitHub] [tomcat] michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-22 Thread GitBox
michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r349685255 ## File path: java/org/apache/catalina/Realm.java ## @@ -116,6 +118,17 @@

svn commit: r36876 [1/2] - in /dev/tomcat/tomcat-7/v7.0.98: ./ bin/ bin/embed/ bin/extras/ src/

2019-11-22 Thread violetagg
Author: violetagg Date: Fri Nov 22 13:15:58 2019 New Revision: 36876 Log: Stage Tomcat 7.0.98 Added: dev/tomcat/tomcat-7/v7.0.98/ dev/tomcat/tomcat-7/v7.0.98/KEYS dev/tomcat/tomcat-7/v7.0.98/README.html dev/tomcat/tomcat-7/v7.0.98/RELEASE-NOTES

svn commit: r36876 [2/2] - in /dev/tomcat/tomcat-7/v7.0.98: ./ bin/ bin/embed/ bin/extras/ src/

2019-11-22 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.98/bin/extras/tomcat-juli-adapters.jar.sha512 == --- dev/tomcat/tomcat-7/v7.0.98/bin/extras/tomcat-juli-adapters.jar.sha512 (added) +++

[GitHub] [tomcat] michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-22 Thread GitBox
michael-o commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r349609923 ## File path: java/org/apache/catalina/Realm.java ## @@ -116,6 +118,17 @@

Drop SocketWrapperBase.write(Non)BlockingDirect methods

2019-11-22 Thread Rémy Maucherat
Hi, I'm looking at the endpoint code a lot in preparation for ports to 8.5. I noticed the write(Non)BlockingDirect methods in particular as they had a fixme which wondered about the buffering strategy. Given the use, the thinking seems very legacy optimization oriented, because: - If the socket

svn commit: r1870174 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2019-11-22 Thread markt
Author: markt Date: Fri Nov 22 17:05:36 2019 New Revision: 1870174 URL: http://svn.apache.org/viewvc?rev=1870174=rev Log: Correct copy/paste error in date Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

Re: [tomcat] branch 8.5.x updated: Add RFC references.

2019-11-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 11/21/19 12:36, Konstantin Kolinko wrote: > чт, 21 нояб. 2019 г. в 20:14, : >> >> This is an automated email from the ASF dual-hosted git >> repository. >> >> schultz pushed a commit to branch 8.5.x in repository >>

Re: [VOTE] Release Apache Tomcat 7.0.98

2019-11-22 Thread Konstantin Kolinko
пт, 22 нояб. 2019 г. в 16:19, Violeta Georgieva : > > The proposed Apache Tomcat 7.0.98 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.98/ > The Maven staging repo is: >

[Bug 63950] org.apache.catalina.core.TestAsyncContextStateChanges with APR blocks forever on FreeBSD

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950 --- Comment #2 from Konstantin Kolinko --- Created attachment 36896 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36896=edit Thread dump of locked JVM - Windows, Java 13.0.1 -- You are receiving this mail because: You are the

[tomcat] branch 7.0.x updated: Fix javadoc @see reference.

2019-11-22 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 0a8532b Fix javadoc @see reference. 0a8532b is

[Bug 63950] org.apache.catalina.core.TestAsyncContextStateChanges with APR blocks forever on FreeBSD

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950 --- Comment #3 from Konstantin Kolinko --- Created attachment 36897 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36897=edit Captured stdout/stderr of Apache Ant - Windows, Java 13.0.1 -- You are receiving this mail because: You are

[Bug 63950] org.apache.catalina.core.TestAsyncContextStateChanges with APR blocks forever on FreeBSD

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950 Konstantin Kolinko changed: What|Removed |Added Attachment #36893|Thread dump of locked JVM |Thread dump of locked JVM -

[Bug 63950] org.apache.catalina.core.TestAsyncContextStateChanges with APR blocks forever on FreeBSD

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950 --- Comment #1 from Konstantin Kolinko --- I am testing release candidate of Tomcat 7.0.98 on Windows 10, and it hangs on the same test class and with the same stacktrace, but - Michael's version of Tomcat Native is different, - a different

[tomcat] branch master updated: Fix javadoc @see reference.

2019-11-22 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 76ab416 Fix javadoc @see reference. 76ab416

[tomcat] branch 8.5.x updated: Fix javadoc @see reference.

2019-11-22 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 dd7019b Fix javadoc @see reference. dd7019b is

Re: [tomcat] branch 8.5.x updated: Add RFC references.

2019-11-22 Thread Konstantin Kolinko
пт, 22 нояб. 2019 г. в 22:49, Christopher Schultz : > > Konstantin, > > On 11/21/19 12:36, Konstantin Kolinko wrote: > > чт, 21 нояб. 2019 г. в 20:14, : > >> > >> [...] > >> > >> commit fdf0ba0aaebaffd588077defea0f56d6ba81396e Author: > >> Christopher Schultz AuthorDate: > >> Thu Nov 21 11:17:54

buildbot success in on tomcat-85-trunk

2019-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-85-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/2055 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

buildbot success in on tomcat-trunk

2019-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/4764 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

svn commit: r1870157 [3/3] - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2019-11-22 Thread markt
Modified: tomcat/site/trunk/docs/oldnews-2010.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2010.html?rev=1870157=1870156=1870157=diff == --- tomcat/site/trunk/docs/oldnews-2010.html (original) +++

svn commit: r1870157 [1/3] - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2019-11-22 Thread markt
Author: markt Date: Fri Nov 22 11:34:11 2019 New Revision: 1870157 URL: http://svn.apache.org/viewvc?rev=1870157=rev Log: Comment out the 'current event' image as it is out of date yet again Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html

svn commit: r1870157 [2/3] - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2019-11-22 Thread markt
Modified: tomcat/site/trunk/docs/migration-7.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1870157=1870156=1870157=diff == --- tomcat/site/trunk/docs/migration-7.html (original) +++

[Bug 63951] Website references ApacheCon Berlin which has already happened

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

[GitHub] [tomcat] markt-asf commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-22 Thread GitBox
markt-asf commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r34955 ## File path: java/org/apache/catalina/realm/CombinedRealm.java ## @@ -386,6

[GitHub] [tomcat] markt-asf commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an…

2019-11-22 Thread GitBox
markt-asf commented on a change in pull request #225: BZ 63681: Introduce RealmBase#authenticate(GSSName, GSSCredential) an… URL: https://github.com/apache/tomcat/pull/225#discussion_r349562347 ## File path: java/org/apache/catalina/Realm.java ## @@ -116,6 +118,17 @@

svn commit: r1870148 - in /tomcat/site/trunk: ./ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi/javax/ann

2019-11-22 Thread markt
Author: markt Date: Fri Nov 22 08:55:44 2019 New Revision: 1870148 URL: http://svn.apache.org/viewvc?rev=1870148=rev Log: Update docs for 8.5.49 release [This commit notification would consist of 70 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1870149 - in /tomcat/site/trunk: docs/ xdocs/

2019-11-22 Thread markt
Author: markt Date: Fri Nov 22 08:56:33 2019 New Revision: 1870149 URL: http://svn.apache.org/viewvc?rev=1870149=rev Log: Update site for 8.5.49 release Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html

[ANN] Apache Tomcat 8.5.49 available

2019-11-22 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.49. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and Java Authentication Service Provider Interface for Containers

[tomcat] branch master updated: Add release date for 9.0.29

2019-11-22 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 50feb56 Add release date for 9.0.29 50feb56 is

[Bug 63951] New: Website references ApacheCon Berlin which has already happened

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63951 Bug ID: 63951 Summary: Website references ApacheCon Berlin which has already happened Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS: Mac OS X

[Bug 63952] New: Download page could mention JRE version needed

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63952 Bug ID: 63952 Summary: Download page could mention JRE version needed Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW

[Bug 63952] Download page could mention JRE version needed

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63952 --- Comment #1 from Mark Thomas --- A link to the which version page would be more appropriate else we'll end up duplicating all of that information on the download page. -- You are receiving this mail because: You are the assignee for the

svn commit: r1870156 - in /tomcat/site/trunk: docs/download-70.html docs/download-80.html docs/download-90.html xdocs/download-70.xml xdocs/download-80.xml xdocs/download-90.xml

2019-11-22 Thread markt
Author: markt Date: Fri Nov 22 11:17:08 2019 New Revision: 1870156 URL: http://svn.apache.org/viewvc?rev=1870156=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63952 Modified: tomcat/site/trunk/docs/download-70.html tomcat/site/trunk/docs/download-80.html

[ANN] Apache Tomcat 9.0.29 available

2019-11-22 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.29. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.29 is a bugfix and

[Bug 63950] New: org.apache.catalina.core.TestAsyncContextStateChanges with APR blocks forever on FreeBSD

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950 Bug ID: 63950 Summary: org.apache.catalina.core.TestAsyncContextStateChanges with APR blocks forever on FreeBSD Product: Tomcat 7 Version: 7.0.96 Hardware: PC

svn commit: r1870147 - in /tomcat/site/trunk: docs/ xdocs/

2019-11-22 Thread markt
Author: markt Date: Fri Nov 22 08:46:56 2019 New Revision: 1870147 URL: http://svn.apache.org/viewvc?rev=1870147=rev Log: Update site for 9.0.29 release Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-90.html tomcat/site/trunk/docs/index.html

svn commit: r1870146 - in /tomcat/site/trunk: ./ docs/tomcat-9.0-doc/ docs/tomcat-9.0-doc/annotationapi/ docs/tomcat-9.0-doc/annotationapi/javax/annotation/ docs/tomcat-9.0-doc/annotationapi/javax/ann

2019-11-22 Thread markt
Author: markt Date: Fri Nov 22 08:45:49 2019 New Revision: 1870146 URL: http://svn.apache.org/viewvc?rev=1870146=rev Log: Update docs for 9.0.29 release [This commit notification would consist of 73 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[tomcat] branch 8.5.x updated: Add release date for 8.5.49

2019-11-22 Thread markt
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 40aa617 Add release date for 8.5.49 40aa617 is

[Bug 63949] ERR_INCOMPLETE_CHUNKED_ENCODING errors when using NIO Connector with HTTPS

2019-11-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 --- Comment #2 from Remy Maucherat --- The previous code was using a write loop, that's the only difference I can see and you can try it. Such as: --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++

[tomcat] tag 7.0.98 created (now fde40d7)

2019-11-22 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a change to tag 7.0.98 in repository https://gitbox.apache.org/repos/asf/tomcat.git. at fde40d7 (commit) This tag includes the following new commits: new fde40d7 Tag 7.0.98 The 1 revisions listed

[tomcat] 01/01: Tag 7.0.98

2019-11-22 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to tag 7.0.98 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit fde40d7e0c7a1b0b2423cb84ad220a5d98b65591 Author: Violeta Georgieva AuthorDate: Fri Nov 22 13:39:32 2019 +0200 Tag

Nexus: Staging Completed

2019-11-22 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Close for voting Tomcat 7.0.98Deployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.7.0_80; Windows 8.1 6.3)""userId" = "violetagg""ip" = "78.83.99.114"Details:The following artifacts have been