svn commit: r1533347 - in /tomcat/trunk: java/org/apache/tomcat/websocket/Util.java test/org/apache/tomcat/websocket/TestUtil.java test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java

2013-10-18 Thread markt
Author: markt Date: Fri Oct 18 07:40:00 2013 New Revision: 1533347 URL: http://svn.apache.org/r1533347 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55664 Correctly handle Encoder, Decoder and MessageHandler implementations that use a generic type such as Encoder.TextListString

svn commit: r1533349 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/Util.java test/org/apache/tomcat/websocket/TestUtil.java test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding

2013-10-18 Thread markt
Author: markt Date: Fri Oct 18 07:43:42 2013 New Revision: 1533349 URL: http://svn.apache.org/r1533349 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55664 Correctly handle Encoder, Decoder and MessageHandler implementations that use a generic type such as Encoder.TextListString

svn commit: r1533350 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-10-18 Thread markt
Author: markt Date: Fri Oct 18 07:44:43 2013 New Revision: 1533350 URL: http://svn.apache.org/r1533350 Log: Provide credit for the test case. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

[Bug 55664] [websocket] NPE in Util$DecoderMatch during application start

2013-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55664 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [VOTE] Release Apache Tomcat 8.0.0-RC5

2013-10-18 Thread Ognjen Blagojevic
Mark, On 16.10.2013 20:21, Mark Thomas wrote: The proposed Apache Tomcat 8.0.0 release candidate 5 is now available for voting. ... The proposed 8.0.0-RC5 release is: [ ] Broken - do not release [X] Alpha - go ahead and release as 8.0.0-RC5 alpha Tested .zip distribution on Windows 7

Re: [VOTE] Release Apache Tomcat 8.0.0-RC5

2013-10-18 Thread Yoav Shapira
On Wed, Oct 16, 2013 at 2:21 PM, Mark Thomas ma...@apache.org wrote: The proposed 8.0.0-RC5 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 8.0.0-RC5 alpha Yoav - To unsubscribe, e-mail:

svn commit: r3293 [2/2] - in /dev/tomcat/tomcat-7/v7.0.47: ./ bin/ bin/embed/ bin/extras/ src/

2013-10-18 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.47/src/apache-tomcat-7.0.47-src.tar.gz.asc == --- dev/tomcat/tomcat-7/v7.0.47/src/apache-tomcat-7.0.47-src.tar.gz.asc (added) +++

[VOTE] Release Apache Tomcat 7.0.47

2013-10-18 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.47 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.47/ The Maven

svn commit: r1533391 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2013-10-18 Thread violetagg
Author: violetagg Date: Fri Oct 18 11:18:33 2013 New Revision: 1533391 URL: http://svn.apache.org/r1533391 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified:

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Mark Thomas
On 17/10/2013 00:44, Konstantin Preißer wrote: snip/ Additional information: When I try this with r1532720, then when this close of the Websocket connection happens, Tomcat logs following exception: 17-Oct-2013 01:38:28.378 SEVERE [http-apr-8443-exec-1]

Re: [VOTE] Release Apache Tomcat 8.0.0-RC5

2013-10-18 Thread Violeta Georgieva
2013/10/16 Mark Thomas ma...@apache.org The proposed Apache Tomcat 8.0.0 release candidate 5 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. The main changes since RC4 are: - Stability fixes in the APR/native

[Bug 55663] Incorrect text in NOTICE file

2013-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55663 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Component|Catalina|Catalina

svn commit: r1533416 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-10-18 Thread violetagg
Author: violetagg Date: Fri Oct 18 12:15:58 2013 New Revision: 1533416 URL: http://svn.apache.org/r1533416 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Konstantin Kolinko
2013/10/18 Mark Thomas ma...@apache.org: On 17/10/2013 00:44, Konstantin Preißer wrote: snip/ There is a long series of these results: Read result [1] Read result [48] Read result [-120002] which looks fairly normal (I need to look into why we see a single byte and then 48 bytes rather

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Mark Thomas
On 18/10/2013 13:46, Konstantin Kolinko wrote: 2013/10/18 Mark Thomas ma...@apache.org: On 17/10/2013 00:44, Konstantin Preißer wrote: snip/ There is a long series of these results: Read result [1] Read result [48] Read result [-120002] which looks fairly normal (I need to look into

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Mark Thomas
On 18/10/2013 12:48, Mark Thomas wrote: When it goes wrong, the sequence is: Read result [1] Read result [48] Read result [-20014] 18-Oct-2013 12:23:25.298 SEVERE [http-apr-8443-exec-1] websocket.drawboard.DrawboardEndpoint.onError onError: java.io.IOException: Unexpected error [20,014]

svn commit: r1533433 - /tomcat/tc7.0.x/trunk/res/META-INF/jsp-api.jar.notice

2013-10-18 Thread kkolinko
Author: kkolinko Date: Fri Oct 18 12:59:49 2013 New Revision: 1533433 URL: http://svn.apache.org/r1533433 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55663 Notice files are corrected according to http://www.apache.org/legal/src-headers.html#notice Followup to r1533316. Apply the

svn commit: r1533437 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-10-18 Thread kkolinko
Author: kkolinko Date: Fri Oct 18 13:04:59 2013 New Revision: 1533437 URL: http://svn.apache.org/r1533437 Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Bug 55671] New: Backport genStringAsCharArray patch to Tomcat 6.x branch.

2013-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55671 Bug ID: 55671 Summary: Backport genStringAsCharArray patch to Tomcat 6.x branch. Product: Tomcat 6 Version: 6.0.37 Hardware: All OS: All

[Bug 55671] Backport genStringAsCharArray patch to Tomcat 6.x branch.

2013-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55671 Jeremy Whiting jwhit...@redhat.com changed: What|Removed |Added Keywords||PortBack --

RE: Possible IIS SPDY Redirector for Tomcat

2013-10-18 Thread Konstantin Preißer
Hi all, I would like to let you know some updates on this: 1) Results of performance measurement with various configurations and the SPDY-Redirector 2) Switching to Async I/O for the implementation of the IIS module 1) Performance -Original Message- From: Christopher Schultz

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Mark Thomas
On 18/10/2013 13:54, Mark Thomas wrote: On 18/10/2013 12:48, Mark Thomas wrote: When it goes wrong, the sequence is: Read result [1] Read result [48] Read result [-20014] 18-Oct-2013 12:23:25.298 SEVERE [http-apr-8443-exec-1] websocket.drawboard.DrawboardEndpoint.onError onError:

websocket connection (at startup) between 2 webapps in same Tomcat 7.0.47 instance hangs indefinitely

2013-10-18 Thread Bob DeRemer
Hi Guys, In our implementation, we have a gateway app that uses jsr websockets to communication with our main application server. In a small system, we want to run them both on a single Tomcat instance using the same Tomcat NIO connector, but directing to different respective WS paths. This

[Bug 55674] New: ThreadLocal memory leak clean-up causes huge log

2013-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55674 Bug ID: 55674 Summary: ThreadLocal memory leak clean-up causes huge log Product: Tomcat 7 Version: 7.0.42 Hardware: All OS: All Status: NEW

[Bug 55675] New: Checking and handling invalid configuration option values

2013-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55675 Bug ID: 55675 Summary: Checking and handling invalid configuration option values Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW