[Bug 56663] New: Can not get all data from InputStream in onDataAvailable

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 Bug ID: 56663 Summary: Can not get all data from InputStream in onDataAvailable Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.4

[Bug 56663] Can not get all data from InputStream in onDataAvailable

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 --- Comment #1 from Long Zou long...@hotmail.com --- public void onDataAvailable() throws IOException { byte[] buf = new byte[1024]; int len = 0; try{ while ( _input.isReady() (len =

[Bug 56663] Can not get all data from InputStream in onDataAvailable

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- 1. Exact version of Tomcat 8.0.x = ? 2. What connector implementation is being used (NIO, NIO2, APR, BIO) ? (See startup logs of your Tomcat, or ask on the Users mailing

svn commit: r1605054 - in /tomcat/trunk/java/org/apache/tomcat/websocket: PerMessageDeflate.java Transformation.java TransformationResult.java WsFrameBase.java

2014-06-24 Thread markt
Author: markt Date: Tue Jun 24 10:40:56 2014 New Revision: 1605054 URL: http://svn.apache.org/r1605054 Log: Refactor transformations to enable the handing of overflow (the previous code ignored this possibility). Added: tomcat/trunk/java/org/apache/tomcat/websocket/TransformationResult.java

[Bug 56663] Can not get all data from InputStream in onDataAvailable

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1605061 - in /tomcat/trunk/java/org/apache/tomcat/websocket: Util.java WsFrameBase.java

2014-06-24 Thread markt
Author: markt Date: Tue Jun 24 12:05:01 2014 New Revision: 1605061 URL: http://svn.apache.org/r1605061 Log: Add a new utility method and make use of it (will also be used in permessage-deflate) Modified: tomcat/trunk/java/org/apache/tomcat/websocket/Util.java

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 tom.jenni...@jdsu.com changed: What|Removed |Added CC||tom.jenni...@jdsu.com --

svn commit: r1605066 - in /tomcat/trunk/java/org/apache/tomcat/websocket: PerMessageDeflate.java Transformation.java WsFrameBase.java

2014-06-24 Thread markt
Author: markt Date: Tue Jun 24 12:31:32 2014 New Revision: 1605066 URL: http://svn.apache.org/r1605066 Log: Handle decompression for messages split across multiple frames. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PerMessageDeflate.java

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com --- See Comment 20 (and Comment 7) in issue 56363. https://issues.apache.org/bugzilla/show_bug.cgi?id=56363#c20 -- You are receiving this mail because: You are the assignee for

[Bug 56665] New: XML schema validation exception for effective web.xml generated for servlet-mapping with empty url-pattern

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56665 Bug ID: 56665 Summary: XML schema validation exception for effective web.xml generated for servlet-mapping with empty url-pattern Product: Tomcat 7 Version: 7.0.54

[Bug 56665] XML schema validation exception for effective web.xml generated for servlet-mapping with empty url-pattern

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56665 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added OS||All

buildbot failure in ASF Buildbot on tomcat-trunk

2014-06-24 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/212 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56663] Can not get all data from InputStream in onDataAvailable

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 Long Zou long...@hotmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56663] Can not get all data from InputStream in onDataAvailable

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 56666] New: Improve code that clears SSO cookie

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=5 Bug ID: 5 Summary: Improve code that clears SSO cookie Product: Tomcat 8 Version: 8.0.8 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 56663] Can not get all data from InputStream in onDataAvailable

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 Konstantin Preißer kpreis...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56663] Can not get all data from InputStream in onDataAvailable

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 --- Comment #6 from Long Zou long...@hotmail.com --- Created attachment 31748 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31748action=edit TestAsyncServlet is the full code by this case. Client will send below code by

[Bug 56667] New: commit_all_members logs wrong to activation state

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56667 Bug ID: 56667 Summary: commit_all_members logs wrong to activation state Product: Tomcat Connectors Version: 1.2.40 Hardware: PC OS: Linux Status: NEW

[Bug 56667] commit_all_members logs wrong to activation state

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56667 --- Comment #1 from Martin Knoblauch kn...@knobisoft.de --- Created attachment 31749 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31749action=edit modify output of activation change logging -- You are receiving this mail

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 Bill bb...@opentext.com changed: What|Removed |Added CC||bb...@opentext.com --

Re: Building tcnative on win32 [x86_64, failing]

2014-06-24 Thread Christopher Schultz
Konstantin, On 6/22/14, 1:40 PM, Konstantin Kolinko wrote: 2014-06-19 23:21 GMT+04:00 Christopher Schultz ch...@christopherschultz.net: All, I'm stuck on trying to get tcnative to build for x86_64. When I run nmake with BUILD_CPU=x86_64, I get a bunch of compiler warnings followed by a

[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- Not yet verified (by me), but the Servlet API Javadoc pretty clearly says this method should return an IP address (and not a hostname). -- You are receiving this

Possible TomEE release news?

2014-06-24 Thread David Blevins
Wonder what people's thoughts are about possibly including TomEE releases in the Tomcat news feed on occasion? Having some mention of TomEE on tomcat.apache.org would be nice -- most users still do not know it exists. However, I've never mentioned it as I personally couldn't think of a good

[VOTE][RESULT] Release Apache Tomcat 8.0.9

2014-06-24 Thread Mark Thomas
The following votes were cast: Binding: Stable: remm, jfarcand, fhanik, violettagg, markt Non-binding: Stable: mgrigorov The release vote therefore passes and 8.0.9 will be released as stable. Thank you to everyone who contributed to this release. Mark

svn commit: r5664 - /dev/tomcat/tomcat-8/v8.0.9/ /release/tomcat/tomcat-8/v8.0.9/

2014-06-24 Thread markt
Author: markt Date: Tue Jun 24 18:30:29 2014 New Revision: 5664 Log: Release Tomcat 8.0.9 Added: release/tomcat/tomcat-8/v8.0.9/ - copied from r5601, dev/tomcat/tomcat-8/v8.0.9/ Removed: dev/tomcat/tomcat-8/v8.0.9/

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-06-24 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140624-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-06-24 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140624-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar

[GUMP@vmgump]: Project tomcat-trunk-test-bio (in module tomcat-trunk) failed

2014-06-24 Thread Bill Barker
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140624-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump

[Bug 56668] New: Restarting Tomcat fails to load versioned webapp

2014-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56668 Bug ID: 56668 Summary: Restarting Tomcat fails to load versioned webapp Product: Tomcat 7 Version: 7.0.47 Hardware: PC OS: Linux Status: NEW

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-06-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-06-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio2 has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-test-bio (in module tomcat-trunk) failed

2014-06-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-bio has an issue affecting its community integration.

Re: Possible TomEE release news?

2014-06-24 Thread vaibhav kulkarni
Good thought. vaibhav k - sent from samsung galaxy On Jun 24, 2014 11:32 PM, David Blevins david.blev...@gmail.com wrote: Wonder what people's thoughts are about possibly including TomEE releases in the Tomcat news feed on occasion? Having some mention of TomEE on tomcat.apache.org would be