svn commit: r1487618 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2013-05-29 Thread markt
Author: markt Date: Wed May 29 19:54:47 2013 New Revision: 1487618 URL: http://svn.apache.org/r1487618 Log: More test code - sorry for the noise Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNio

svn commit: r1487604 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2013-05-29 Thread markt
Author: markt Date: Wed May 29 19:27:43 2013 New Revision: 1487604 URL: http://svn.apache.org/r1487604 Log: Simplify Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java URL: http

svn commit: r1487600 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2013-05-29 Thread markt
Author: markt Date: Wed May 29 19:13:10 2013 New Revision: 1487600 URL: http://svn.apache.org/r1487600 Log: Remove some accidentally committed test code Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Int

svn commit: r1487598 - in /tomcat/trunk/java/org/apache/coyote: ActionCode.java Response.java http11/AbstractHttp11Processor.java http11/InternalNioOutputBuffer.java

2013-05-29 Thread markt
Author: markt Date: Wed May 29 19:10:43 2013 New Revision: 1487598 URL: http://svn.apache.org/r1487598 Log: Simplify. Buffered data left over after a non-blcoking write is written in the processor Modified: tomcat/trunk/java/org/apache/coyote/ActionCode.java tomcat/trunk/java/org/apache/

Re: AsyncContext.dispatch(path) invoked more than once

2013-05-29 Thread Violeta Georgieva
2013/5/28 Konstantin Kolinko wrote: > > > I think that your patch is wrong. > > Looking at how ActionCode.ASYNC_DISPATCH is handled in different > connector implementations in Tomcat 7, the code is like the following: > > if (asyncStateMachine.asyncDispatch()) { > ((AprE

svn commit: r1487556 - /tomcat/trunk/java/org/apache/coyote/Response.java

2013-05-29 Thread markt
Author: markt Date: Wed May 29 17:26:10 2013 New Revision: 1487556 URL: http://svn.apache.org/r1487556 Log: Fix logic error Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL: http://svn.apache.org/viewvc/tomcat/trunk/

svn commit: r1487523 - in /tomcat/trunk/java/org/apache: catalina/connector/ coyote/ coyote/http11/

2013-05-29 Thread markt
Author: markt Date: Wed May 29 15:55:28 2013 New Revision: 1487523 URL: http://svn.apache.org/r1487523 Log: Align onWritePossible behaviour with the spec. This passes the unit tests on Windows. Still some TODOs to resolve once I have checked this passes the tests on other platforms (including the

[Bug 54997] SSL Handshake implementation in AsycnChannelWrapperSecure does not handle SSLEngineResult.Status.BUFFER_UNDERFLOW and SSLEngineResult.Status.BUFFER_OVERFLOW states

2013-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54997 --- Comment #3 from Niki Dokovski --- Thanks Mark, It works just fine. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail

[Bug 54997] SSL Handshake implementation in AsycnChannelWrapperSecure does not handle SSLEngineResult.Status.BUFFER_UNDERFLOW and SSLEngineResult.Status.BUFFER_OVERFLOW states

2013-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54997 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1487430 - /tomcat/trunk/java/org/apache/tomcat/websocket/AsyncChannelWrapperSecure.java

2013-05-29 Thread markt
Author: markt Date: Wed May 29 10:17:20 2013 New Revision: 1487430 URL: http://svn.apache.org/r1487430 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54997 Handle BUFFER_UNDERFLOW during SSL handshake. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/AsyncChannelWrapperSec