Re: [VOTE] Release Apache Tomcat 7.0.98

2019-11-23 Thread Michael Osipov
Am 2019-11-22 um 14:19 schrieb 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/orgapach

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

2019-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63949 --- Comment #5 from justin.w...@edge-technologies.com --- Thanks for the fast turn around! -- You are receiving this mail because: You are the assignee for the bug. - To unsub

[tomcat] branch master updated: .gitignore - Add .ant-targets-build.xml file to gitignore.

2019-11-23 Thread kkolinko
This is an automated email from the ASF dual-hosted git repository. kkolinko 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 b2e3596 .gitignore - Add .ant-targets-build.x

[tomcat] branch 8.5.x updated: .gitignore - Add .ant-targets-build.xml file to gitignore.

2019-11-23 Thread kkolinko
This is an automated email from the ASF dual-hosted git repository. kkolinko 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 55dd280 .gitignore - Add .ant-targets-build.xml

[tomcat] branch 7.0.x updated: .gitignore - Delete .ant-targets-build.xml file and add it to gitignore.

2019-11-23 Thread kkolinko
This is an automated email from the ASF dual-hosted git repository. kkolinko 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 bc0b4d8 .gitignore - Delete .ant-targets-build.

Re: [CANCEL][VOTE] Release Apache Tomcat 7.0.98

2019-11-23 Thread Violeta Georgieva
На пт, 22.11.2019 г. в 15: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: > https://repository.apache.org/content/repo

Nexus: Staging Repository Dropped

2019-11-23 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Tomcat 7.0.98 vote did not passDeployer 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 orgapachetomcat-1239 staging repository has been dropped.Action perfo

svn commit: r36889 - /dev/tomcat/tomcat-7/v7.0.98/

2019-11-23 Thread violetagg
Author: violetagg Date: Sat Nov 23 18:49:41 2019 New Revision: 36889 Log: Tomcat 7.0.98 vote did not pass Removed: dev/tomcat/tomcat-7/v7.0.98/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional comm

[tomcat] branch 7.0.x updated: Tomcat 7.0.98 vote did not pass

2019-11-23 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg 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 080e8d1 Tomcat 7.0.98 vote did not pass 080e8d

Re: Drop SocketWrapperBase.write(Non)BlockingDirect methods

2019-11-23 Thread Mark Thomas
On 22/11/2019 15:25, Rémy Maucherat wrote: > 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

[tomcat] branch 7.0.x updated: BZ 63950 - Limit wait time in a test case.

2019-11-23 Thread kkolinko
This is an automated email from the ASF dual-hosted git repository. kkolinko 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 858f7e7 BZ 63950 - Limit wait time in a test ca

Re: [tomcat] branch 7.0.x updated: BZ 63950 - Limit wait time in a test case.

2019-11-23 Thread Michael Osipov
Am 2019-11-23 um 20:57 schrieb kkoli...@apache.org: This is an automated email from the ASF dual-hosted git repository. kkolinko 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:

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

2019-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950 --- Comment #4 from Konstantin Kolinko --- Created attachment 36898 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36898&action=edit Log output - waiting is limited to 10 seconds (858f7e7d) 1. In the following commit I limited the wait

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

2019-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63950 --- Comment #5 from Michael Osipov --- I just went back in history and even the first compilable version in 7.0.x this test does block forever. Your change does not block forever anymore, but makes the test fail after 10 seconds. So I will alw

Re: [tomcat] branch 7.0.x updated: BZ 63950 - Limit wait time in a test case.

2019-11-23 Thread Konstantin Kolinko
сб, 23 нояб. 2019 г. в 23:03, Michael Osipov : > > Am 2019-11-23 um 20:57 schrieb kkoli...@apache.org: > > This is an automated email from the ASF dual-hosted git repository. > > > > kkolinko pushed a commit to branch 7.0.x > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > >

[CONF] Apache Tomcat > All about bugs

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   All about bugs Konstantin Kolinko edited this page Here's the version commen

[CONF] Apache Tomcat > FAQ

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   FAQ Konstantin Kolinko edited this page Here's the version comment

[CONF] Apache Tomcat > Character Encoding

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   Character Encoding Konstantin Kolinko edited this page Here's the version co

[CONF] Apache Tomcat > Class Not Found Issues

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   Class Not Found Issues Konstantin Kolinko edited this page Here's the versio

[CONF] Apache Tomcat > Clustering

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   Clustering Konstantin Kolinko edited this page Here's the version comment

[CONF] Apache Tomcat > ClusteringCloud

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 2 new edits on this page   ClusteringCloud Konstantin Kolinko edited this page Here's the version comm

[CONF] Apache Tomcat > Memory Related Bugs

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   Memory Related Bugs Konstantin Kolinko edited this page Here's the version c

[CONF] Apache Tomcat > ClusteringOverview

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   ClusteringOverview Konstantin Kolinko edited this page Here's the version co

[CONF] Apache Tomcat > AJP with stunnel

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   AJP with stunnel Konstantin Kolinko edited this page Here's the version comm

[CONF] Apache Tomcat > Connectors

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   Connectors Konstantin Kolinko edited this page Here's the version comment

[CONF] Apache Tomcat > Troubleshooting and Diagnostics

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   Troubleshooting and Diagnostics Konstantin Kolinko edited this page Here's t

[CONF] Apache Tomcat > Developing

2019-11-23 Thread Konstantin Kolinko (Confluence)
Title: Message Title There's 1 new edit on this page   Developing Konstantin Kolinko edited this page Here's the version comment

Bug report for Tomcat 9 [2019/11/24]

2019-11-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2019/11/24]

2019-11-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2019/11/24]

2019-11-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2019/11/24]

2019-11-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2019/11/24]

2019-11-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2019/11/24]

2019-11-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2019/11/24]

2019-11-23 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned