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:

[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 ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 nick...@gmail.com --- Thanks Mark, It works just fine. -- You are receiving this mail because: You are the assignee for the bug. - To

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

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:

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()) {

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

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:

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:

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: