[Bug 61185] New: AsynContext.dispatch() does not use encoded URI

2017-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61185 Bug ID: 61185 Summary: AsynContext.dispatch() does not use encoded URI Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC OS: Linux Status: NEW

[Bug 60461] SIGSEGV in SSLSocket.getInfos

2017-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60461 --- Comment #32 from Remy Maucherat --- Created attachment 35051 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35051=edit Test patch for OpenSSL engine As the OpenSSL engine is affected, I guess it's inevitable some

[Bug 61183] Deadlock occurs while sending to a closing session

2017-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61183 --- Comment #1 from Lorcan O'Toole --- Created attachment 35050 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35050=edit Description in txt Call stacks and comments might be easier to read with .txt -- You are

[Bug 61183] New: Deadlock occurs while sending to a closing session

2017-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61183 Bug ID: 61183 Summary: Deadlock occurs while sending to a closing session Product: Tomcat 8 Version: 8.0.33 Hardware: PC Status: NEW Severity: regression

Re: asyncError() is not valid while in Async state DISPATCHING

2017-06-13 Thread Mark Thomas
On 13/06/17 11:05, Violeta Georgieva wrote: > 2017-06-13 13:04 GMT+03:00 Violeta Georgieva : >> >> Hi, >> >> >> 2017-06-12 21:43 GMT+03:00 Mark Thomas : >>> >>> On 09/06/17 16:26, Violeta Georgieva wrote: 2017-06-09 17:25 GMT+03:00 Mark Thomas

Re: asyncError() is not valid while in Async state DISPATCHING

2017-06-13 Thread Violeta Georgieva
2017-06-13 13:04 GMT+03:00 Violeta Georgieva : > > Hi, > > > 2017-06-12 21:43 GMT+03:00 Mark Thomas : > > > > On 09/06/17 16:26, Violeta Georgieva wrote: > > > 2017-06-09 17:25 GMT+03:00 Mark Thomas : > > > > > > > > >> I've spent some

Re: asyncError() is not valid while in Async state DISPATCHING

2017-06-13 Thread Violeta Georgieva
Hi, 2017-06-12 21:43 GMT+03:00 Mark Thomas : > > On 09/06/17 16:26, Violeta Georgieva wrote: > > 2017-06-09 17:25 GMT+03:00 Mark Thomas : > > > > >> I've spent some time working through the various possible combinations > >> of events and have concluded it is

buildbot success in on tomcat-7-trunk

2017-06-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/768 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1798561 - /tomcat/trunk/README.md

2017-06-13 Thread violetagg
Author: violetagg Date: Tue Jun 13 06:59:46 2017 New Revision: 1798561 URL: http://svn.apache.org/viewvc?rev=1798561=rev Log: Add links to the corresponding documents. Modified: tomcat/trunk/README.md Modified: tomcat/trunk/README.md URL:

svn commit: r1798560 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/valves/TestCrawlerSessionManagerValve.java

2017-06-13 Thread violetagg
Author: violetagg Date: Tue Jun 13 06:24:57 2017 New Revision: 1798560 URL: http://svn.apache.org/viewvc?rev=1798560=rev Log: Collections.emptyEnumeration() does not exist in java 6, use alternative. Modified: