svn commit: r1294576 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2012-02-28 Thread markt
Author: markt Date: Tue Feb 28 11:02:21 2012 New Revision: 1294576 URL: http://svn.apache.org/viewvc?rev=1294576view=rev Log: Re-factor to get NIO closer to working and with an eye on switching to non-blocking (where supported by the endpoint). Modified:

svn commit: r1294578 - /tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java

2012-02-28 Thread markt
Author: markt Date: Tue Feb 28 11:03:07 2012 New Revision: 1294578 URL: http://svn.apache.org/viewvc?rev=1294578view=rev Log: Get NIO working using blocking IO Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java Modified:

WebSocket status

2012-02-28 Thread Mark Thomas
WebSocket is working with good performance and passing all Autobahn tests on BIO, NIO and APR. Currently, all three connectors using blocking IO throughout so there is a one to one mapping between threads and connections. Therefore, scalability is not what it could be for NIO and APR. The

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #41 from Johno Crawford jo...@sulake.com 2012-02-28 11:43:52 UTC --- Created attachment 28396 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28396 Autobahn websocket report Thought it might be interesting to try out

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 Johno Crawford jo...@sulake.com changed: What|Removed |Added Attachment #28396|Autobahn websocket report |Autobahn fail

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #42 from Mark Thomas ma...@apache.org 2012-02-28 11:56:35 UTC --- (In reply to comment #41) Thought it might be interesting to try out Autobahn with latest trunk (r1294541) on a couple of different platforms to see how things

svn commit: r1294633 - /tomcat/trunk/test/org/apache/catalina/websocket/TestUtf8.java

2012-02-28 Thread kkolinko
Author: kkolinko Date: Tue Feb 28 13:15:57 2012 New Revision: 1294633 URL: http://svn.apache.org/viewvc?rev=1294633view=rev Log: svn:eol-style=native Modified: tomcat/trunk/test/org/apache/catalina/websocket/TestUtf8.java (contents, props changed) Modified:

svn commit: r1294662 - /tomcat/native/tags/TOMCAT_NATIVE_1_1_23/

2012-02-28 Thread mturk
Author: mturk Date: Tue Feb 28 14:02:08 2012 New Revision: 1294662 URL: http://svn.apache.org/viewvc?rev=1294662view=rev Log: Tag 1.1.23 Added: tomcat/native/tags/TOMCAT_NATIVE_1_1_23/ (props changed) - copied from r1294661, tomcat/native/branches/1.1.x/ Propchange:

[VOTE] Release Apache Tomcat Native 1.1.23

2012-02-28 Thread Mladen Turk
Version 1.1.23 is both bugfix release with couple of additional features that does not change ABI (namely OCSP and pkcs12 support). The proposed release artefacts can be found at [1], and the build was done using tag [2]. Please vote. The vote will be open for at least 72 hours. Apache Tomcat

Re: [VOTE] Release Apache Tomcat Native 1.1.23

2012-02-28 Thread Henri Gomez
2012/2/28 Mladen Turk mt...@apache.org: Version 1.1.23 is both bugfix release with couple of additional features that does not change ABI (namely OCSP and pkcs12 support). The proposed release artefacts can be found at [1], and the build was done using tag [2]. Please vote. The vote will be

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-28 Thread Jeremy Boynes
A gentle call for more votes please, only one at the moment. On Feb 26, 2012, at 11:15 PM, Olivier Lamy wrote: +1 2012/2/27 Jeremy Boynes jboy...@apache.org: OK. Artefacts re-staged at https://repository.apache.org/content/repositories/orgapachetomcat-084/ Thanks Jeremy On Feb 26,

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-28 Thread Mladen Turk
On 02/27/2012 12:33 AM, Jeremy Boynes wrote: OK. Artefacts re-staged at https://repository.apache.org/content/repositories/orgapachetomcat-084/ +1 Signatures and content OK. Although not sure why you have LICENSE and LICENSE.txt as well as NOTICE and NOTICE.txt with the same content (well,

Re: WebSocket status

2012-02-28 Thread Mark Thomas
On 28/02/2012 16:58, Filip Hanik - Dev Lists wrote: On 2/28/2012 4:08 AM, Mark Thomas wrote: WebSocket is working with good performance and passing all Autobahn tests on BIO, NIO and APR. Currently, all three connectors using blocking IO throughout so there is a one to one mapping between

Re: [VOTE] Release Apache Tomcat Native 1.1.23

2012-02-28 Thread Filip Hanik - Dev Lists
[+1] Released Filip - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: WebSocket status

2012-02-28 Thread Filip Hanik - Dev Lists
On 2/28/2012 11:39 AM, Mark Thomas wrote: On 28/02/2012 16:58, Filip Hanik - Dev Lists wrote: On 2/28/2012 4:08 AM, Mark Thomas wrote: WebSocket is working with good performance and passing all Autobahn tests on BIO, NIO and APR. Currently, all three connectors using blocking IO throughout so

DO NOT REPLY [Bug 52791] New: [PATCH] read windows installer default values from config file

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52791 Bug #: 52791 Summary: [PATCH] read windows installer default values from config file Product: Tomcat 6 Version: unspecified Platform: PC Status: NEW

DO NOT REPLY [Bug 52791] [PATCH] read windows installer default values from config file

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52791 --- Comment #1 from Sandra Madden smad...@vocera.com 2012-02-28 19:42:31 UTC --- Created attachment 28400 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28400 sample config.ini. -- Configure bugmail:

DO NOT REPLY [Bug 52791] [PATCH] read windows installer default values from config file

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52791 Sandra Madden smad...@vocera.com changed: What|Removed |Added CC|

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-28 Thread sebb
On 28 February 2012 16:43, Mladen Turk mt...@apache.org wrote: On 02/27/2012 12:33 AM, Jeremy Boynes wrote: OK. Artefacts re-staged at https://repository.apache.org/content/repositories/orgapachetomcat-084/ +1 Signatures and content OK. Although not sure why you have LICENSE and

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-28 Thread Mladen Turk
On 02/28/2012 08:57 PM, sebb wrote: On 28 February 2012 16:43, Mladen Turkmt...@apache.org wrote: Although not sure why you have LICENSE and LICENSE.txt as well as NOTICE and NOTICE.txt with the same content That is probably caused by the Apache POM, which tries to be helpful by adding the

svn commit: r1294817 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeAprProcessor.java UpgradeBioProcessor.java UpgradeNioProcessor.java

2012-02-28 Thread markt
Author: markt Date: Tue Feb 28 20:20:12 2012 New Revision: 1294817 URL: http://svn.apache.org/viewvc?rev=1294817view=rev Log: Remove unnecessary comment post refactoring. Fix new lines. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeAprProcessor.java

DO NOT REPLY [Bug 52792] New: Incomplete error message when lookup a resource that is not bound in the naming

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52792 Bug #: 52792 Summary: Incomplete error message when lookup a resource that is not bound in the naming Product: Tomcat 7 Version: 7.0.26 Platform: All

DO NOT REPLY [Bug 52792] Incomplete error message when lookup a resource that is not bound in the naming

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52792 violet...@apache.org changed: What|Removed |Added Attachment #28401|0 |1 is patch|

DO NOT REPLY [Bug 52792] Incomplete error message when lookup a resource that is not bound in the naming

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52792 --- Comment #1 from violet...@apache.org 2012-02-28 20:32:03 UTC --- Created attachment 28402 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28402 Incorrect behaviour -- Configure bugmail:

DO NOT REPLY [Bug 52792] Incomplete error message when lookup a resource that is not bound in the naming

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52792 --- Comment #2 from violet...@apache.org 2012-02-28 20:32:34 UTC --- Created attachment 28403 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28403 Correct behaviour -- Configure bugmail:

DO NOT REPLY [Bug 52792] Incomplete error message when lookup a resource that is not bound in the naming

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52792 --- Comment #3 from violet...@apache.org 2012-02-28 20:35:36 UTC --- Created attachment 28404 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28404 sample application -- Configure bugmail:

buildbot failure in ASF Buildbot on tomcat-trunk

2012-02-28 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/2794 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1294837 - in /tomcat/trunk/java/org/apache: catalina/websocket/ coyote/http11/upgrade/

2012-02-28 Thread markt
Author: markt Date: Tue Feb 28 21:20:55 2012 New Revision: 1294837 URL: http://svn.apache.org/viewvc?rev=1294837view=rev Log: Update the upgrade API to support non-blocking reads. Neither NIO nor APR implements them yet. Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java

svn commit: r1294838 - /tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java

2012-02-28 Thread markt
Author: markt Date: Tue Feb 28 21:21:37 2012 New Revision: 1294838 URL: http://svn.apache.org/viewvc?rev=1294838view=rev Log: Better name for methods Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java Modified: tomcat/trunk/java/org/apache/catalina/websocket/WsFrame.java

svn commit: r1294839 - in /tomcat/trunk/java/org/apache/catalina/websocket: StreamInbound.java WsFrame.java WsInputStream.java

2012-02-28 Thread markt
Author: markt Date: Tue Feb 28 21:22:19 2012 New Revision: 1294839 URL: http://svn.apache.org/viewvc?rev=1294839view=rev Log: Support non-blocking IO for WebSockets (between messages) if the endpoint supports it. Modified: tomcat/trunk/java/org/apache/catalina/websocket/StreamInbound.java

svn commit: r1294840 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: LocalStrings.properties UpgradeAprProcessor.java

2012-02-28 Thread markt
Author: markt Date: Tue Feb 28 21:23:04 2012 New Revision: 1294840 URL: http://svn.apache.org/viewvc?rev=1294840view=rev Log: Add non-blocking support for APR. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/LocalStrings.properties

Re: WebSocket status

2012-02-28 Thread Mark Thomas
On 28/02/2012 18:53, Filip Hanik - Dev Lists wrote: On 2/28/2012 11:39 AM, Mark Thomas wrote: You may also be able to help with some problems I am having getting non-blocking behaviour between messages with NIO. I'm not 100% clear what is happening yet, but I think it is something like: -

buildbot success in ASF Buildbot on tomcat-trunk

2012-02-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2795 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1294943 - in /tomcat/taglibs/taglibs-parent/trunk: LICENSE.txt NOTICE.txt

2012-02-28 Thread jboynes
Author: jboynes Date: Wed Feb 29 02:19:53 2012 New Revision: 1294943 URL: http://svn.apache.org/viewvc?rev=1294943view=rev Log: remove LICENCE.txt and NOTICE.txt as they are automatically added by Maven release process Removed: tomcat/taglibs/taglibs-parent/trunk/LICENSE.txt

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-28 Thread Jeremy Boynes
Removed from svn. A dry run of the next release shows they are automatically added to the source bundle. Thanks Jeremy On Feb 28, 2012, at 12:12 PM, Mladen Turk wrote: On 02/28/2012 08:57 PM, sebb wrote: On 28 February 2012 16:43, Mladen Turkmt...@apache.org wrote: Although not sure why

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-28 Thread Konstantin Kolinko
2012/2/29 Jeremy Boynes jboy...@apache.org: Removed from svn. A dry run of the next release shows they are automatically added to the source bundle. 1. Where it takes those files from? Is their content correct. Besides extra blank lines before and after the text in NOTICE file, there is

DO NOT REPLY [Bug 52793] New: jk sending the activate of null to server.

2012-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52793 Bug #: 52793 Summary: jk sending the activate of null to server. Product: Tomcat Connectors Version: 1.2.32 Platform: PC OS/Version: Linux Status: NEW

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-02-28 Thread Gump
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-taglibs-standard has an issue affecting its community

Re: [VOTE] Release Apache Taglibs Parent POM 1

2012-02-28 Thread Jeremy Boynes
On Feb 28, 2012, at 9:11 PM, Konstantin Kolinko wrote: 2012/2/29 Jeremy Boynes jboy...@apache.org: Removed from svn. A dry run of the next release shows they are automatically added to the source bundle. 1. Where it takes those files from? Is their content correct. The remote-resources