Author: violetagg
Date: Sun Sep 11 06:18:33 2016
New Revision: 1760227
URL: http://svn.apache.org/viewvc?rev=1760227&view=rev
Log:
Use ByteBuffer instead of byte array. Use the new method for reading the data -
SocketWrapperBase.read(boolean, ByteBuffer).
Modified:
tomcat/trunk/java/org/apa
Author: violetagg
Date: Sat Sep 10 18:40:16 2016
New Revision: 1760201
URL: http://svn.apache.org/viewvc?rev=1760201&view=rev
Log:
Format the code. No functional changes.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java
Modified: tomcat/trunk/java/org/apache/coyote
Author: violetagg
Date: Sat Sep 10 18:28:37 2016
New Revision: 1760200
URL: http://svn.apache.org/viewvc?rev=1760200&view=rev
Log:
Do not flip the buffer let the caller to flip it.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/java/org/apache/tomcat/
https://bz.apache.org/bugzilla/show_bug.cgi?id=58813
--- Comment #4 from Christian Swoboda ---
Thanks a lot for the quick conformation!
I meanwhile found my old Visual C++ 6.0 CD and will build a "custom" version as
well, because I can't put the official version into production with this bug!
@
Author: violetagg
Date: Sat Sep 10 08:37:31 2016
New Revision: 1760135
URL: http://svn.apache.org/viewvc?rev=1760135&view=rev
Log:
When AprSocketWrapper.read(boolean, ByteBuffer) is invoked with a non direct
ByteBuffer then use the socket read buffer before transferring the data to the
provided