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

2013-10-07 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 has an issue affecting its community integration. This i

[Bug 55639] Add Drawboard Websocket Example

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55639 Konstantin Preißer changed: What|Removed |Added Attachment #30909|0 |1 is obsolete|

[Bug 55639] Add Drawboard Websocket Example

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55639 Konstantin Preißer changed: What|Removed |Added Attachment #30909|0 |1 is patch|

[Bug 55639] New: Add Drawboard Websocket Example

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55639 Bug ID: 55639 Summary: Add Drawboard Websocket Example Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement

Re: svn commit: r1530057 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2013-10-07 Thread Mark Thomas
On 07/10/2013 22:29, Konstantin Preißer wrote: > Mark, > >> -Original Message- >> From: ma...@apache.org [mailto:ma...@apache.org] >> Sent: Monday, October 7, 2013 10:44 PM >> To: dev@tomcat.apache.org >> Subject: svn commit: r1530057 - >> /tomcat/trunk/java/org/apache/tomcat/util/net/NioE

svn commit: r1530103 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/snake/Snake.java

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 23:00:59 2013 New Revision: 1530103 URL: http://svn.apache.org/r1530103 Log: If the browser crashes or a similar event occurs writing messages will start failing. Rather than ignoring these failures, close the session. Modified: tomcat/trunk/webapps/examples/WE

[Bug 55633] [websocket] Tomcat can't read data from the client after the client temporarily pauses

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55633 --- Comment #1 from Mark Thomas --- This has been fixed in 8.0.x for APR/native and for NIO. Still TODO: - backport to 7.0.x - Investigate client side WebSocket closes that don't appear to make it to the server. This is most easily observe

svn commit: r1530081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 21:44:09 2013 New Revision: 1530081 URL: http://svn.apache.org/r1530081 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55633 for APR. If the socket was registered for read and write and only one occurred, the registration for the other event was lost. E

RE: svn commit: r1530057 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2013-10-07 Thread Konstantin Preißer
Mark, > -Original Message- > From: ma...@apache.org [mailto:ma...@apache.org] > Sent: Monday, October 7, 2013 10:44 PM > To: dev@tomcat.apache.org > Subject: svn commit: r1530057 - > /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java > > Author: markt > Date: Mon Oct 7 20:44:

svn commit: r1530057 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 20:44:04 2013 New Revision: 1530057 URL: http://svn.apache.org/r1530057 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55633 for NIO. The Comet code that ensured that multiple threads didn't process the same socket when the selector indicated that a soc

svn commit: r1530030 - in /tomcat/trunk: conf/catalina.properties webapps/docs/changelog.xml

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 19:09:27 2013 New Revision: 1530030 URL: http://svn.apache.org/r1530030 Log: Trailing whitespace police Modified: tomcat/trunk/conf/catalina.properties tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/conf/catalina.properties URL: http://svn.

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

2013-10-07 Thread Bill Barker
/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20131007.jar:/srv/g

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
Hi Niki, > -Original Message- > From: Niki Dokovski [mailto:nick...@gmail.com] > Sent: Monday, October 7, 2013 7:20 PM > To: Tomcat Developers List > Subject: Re: 8.0.x / 7.0.x progress > > > Looking into the javadoc of those methods and the implementation this > seems > to be the correc

svn commit: r1530026 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 18:54:24 2013 New Revision: 1530026 URL: http://svn.apache.org/r1530026 Log: It isn't available yet but make sure no-one tries to use 8.0.x with anything less than Tomcat Native 1.1.29 as all prior versions are known to be broken for WebSocket. Modified: tomca

[Bug 55630] clean way to avoid setURLStreamHandlerFactory call

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55630 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1530025 - /tomcat/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 18:49:56 2013 New Revision: 1530025 URL: http://svn.apache.org/r1530025 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55630 Provide a way to disable the custom URLStreamHandlerFactory Modified: tomcat/trunk/java/org/apache/catalina/webresources/To

svn commit: r1530021 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 18:29:42 2013 New Revision: 1530021 URL: http://svn.apache.org/r1530021 Log: Fix comment typo Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java URL: htt

Re: [OT] 8.0.x / 7.0.x progress

2013-10-07 Thread Christopher Schultz
Niki, On 10/7/13 11:24 AM, Niki Dokovski wrote: > On Mon, Oct 7, 2013 at 5:39 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> Konstantin, >> >> On 10/7/13 10:24 AM, Konstantin Preißer wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christo

Re: 8.0.x / 7.0.x progress

2013-10-07 Thread Niki Dokovski
On Mon, Oct 7, 2013 at 6:34 PM, Konstantin Preißer wrote: > > > > -Original Message- > > From: Konstantin Preißer [mailto:kpreis...@apache.org] > > Sent: Monday, October 7, 2013 4:10 PM > > To: 'Tomcat Developers List' > > Subject: RE: 8.0.x / 7.0.x progress > > > > Hi Mark, > > > > >

[Bug 55638] [websocket] Tomcat corrupts binary websocket messages when using the NIO connector

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55638 Konstantin Preißer changed: What|Removed |Added Attachment #30907|0 |1 is patch|

[Bug 55638] New: [websocket] Tomcat corrupts binary websocket messages when using the NIO connector

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55638 Bug ID: 55638 Summary: [websocket] Tomcat corrupts binary websocket messages when using the NIO connector Product: Tomcat 8 Version: trunk Hardware: PC St

svn commit: r1529976 - in /tomcat/sandbox: storeconfig6/trunk/ storeconfig6/trunk/src/main/java/org/apache/catalina/storeconfig/ storeconfig6/trunk/src/main/resources/org/apache/catalina/storeconfig/

2013-10-07 Thread remm
Author: remm Date: Mon Oct 7 15:40:18 2013 New Revision: 1529976 URL: http://svn.apache.org/r1529976 Log: Port fixes to storeconfig for TC 6 and 7. Modified: tomcat/sandbox/storeconfig6/trunk/pom.xml tomcat/sandbox/storeconfig6/trunk/src/main/java/org/apache/catalina/storeconfig/Connect

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
> -Original Message- > From: Konstantin Preißer [mailto:kpreis...@apache.org] > Sent: Monday, October 7, 2013 4:10 PM > To: 'Tomcat Developers List' > Subject: RE: 8.0.x / 7.0.x progress > > Hi Mark, > > > -Original Message- > > From: Mark Thomas [mailto:ma...@apache.org] > > Se

Re: 8.0.x / 7.0.x progress

2013-10-07 Thread Niki Dokovski
On Mon, Oct 7, 2013 at 5:39 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Konstantin, > > On 10/7/13 10:24 AM, Konstantin Preißer wrote: > >> -Original Message- > >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > >> Sent: Monday, October 7, 2013 3:29 P

Re: 8.0.x / 7.0.x progress

2013-10-07 Thread Christopher Schultz
Konstantin, On 10/7/13 10:24 AM, Konstantin Preißer wrote: >> -Original Message- >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Sent: Monday, October 7, 2013 3:29 PM >> To: Tomcat Developers List >> Subject: Re: 8.0.x / 7.0.x progress >> >> Konstantin, >> >> >> Note

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
Hi Christopher, thank you for your reply. > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Monday, October 7, 2013 3:29 PM > To: Tomcat Developers List > Subject: Re: 8.0.x / 7.0.x progress > > Konstantin, > > > Note that it's not Tomcat se

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, October 7, 2013 3:53 PM > To: Tomcat Developers List > Subject: Re: 8.0.x / 7.0.x progress > > > To me this reads that by default (value = -1), there is no limit when > processing whole messages,

Re: svn commit: r1529816 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/Bootstrap.java test/org/apache/catalina/startup/TestBootstrap.java webapps/docs/changelog.xml

2013-10-07 Thread Mark Thomas
On 07/10/2013 14:54, Christopher Schultz wrote: > Mark, > > On 10/7/13 9:48 AM, Mark Thomas wrote: >> On 07/10/2013 14:38, Christopher Schultz wrote: >>> Mark, >>> >>> On 10/7/13 6:55 AM, ma...@apache.org wrote: Author: markt Date: Mon Oct 7 10:55:18 2013 New Revision: 1529816

Re: svn commit: r1529816 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/Bootstrap.java test/org/apache/catalina/startup/TestBootstrap.java webapps/docs/changelog.xml

2013-10-07 Thread Christopher Schultz
Mark, On 10/7/13 9:48 AM, Mark Thomas wrote: > On 07/10/2013 14:38, Christopher Schultz wrote: >> Mark, >> >> On 10/7/13 6:55 AM, ma...@apache.org wrote: >>> Author: markt Date: Mon Oct 7 10:55:18 2013 New Revision: >>> 1529816 >>> >>> URL: http://svn.apache.org/r1529816 Log: Partial fix for >>>

Re: 8.0.x / 7.0.x progress

2013-10-07 Thread Mark Thomas
On 07/10/2013 14:09, Konstantin Preißer wrote: > Hi Mark, > thank you for your reply. > >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Monday, October 7, 2013 2:50 PM >> To: Tomcat Developers List >> Subject: Re: 8.0.x / 7.0.x progress > >>> However, it seem

[Bug 55620] When using startup.bat if apache-tomcat-7.0.xx is in directory with "," (comma) or ";" (semi-colon) Tomcat fails to start

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 --- Comment #5 from Mark Thomas --- None here. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat

Re: svn commit: r1529816 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/Bootstrap.java test/org/apache/catalina/startup/TestBootstrap.java webapps/docs/changelog.xml

2013-10-07 Thread Mark Thomas
On 07/10/2013 14:26, Tim Funk wrote: > Will this work with [insert "poorly", 'very'" poorly name'd 'directory' > here] ? :) It should be better than what was there before. I doubt it covers all possible edge cases, not least because it has to work with both Windows and *nix file systems. Mark

Re: svn commit: r1529816 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/Bootstrap.java test/org/apache/catalina/startup/TestBootstrap.java webapps/docs/changelog.xml

2013-10-07 Thread Mark Thomas
On 07/10/2013 14:38, Christopher Schultz wrote: > Mark, > > On 10/7/13 6:55 AM, ma...@apache.org wrote: >> Author: markt Date: Mon Oct 7 10:55:18 2013 New Revision: >> 1529816 >> >> URL: http://svn.apache.org/r1529816 Log: Partial fix for >> https://issues.apache.org/bugzilla/show_bug.cgi?id=556

[Bug 55620] When using startup.bat if apache-tomcat-7.0.xx is in directory with "," (comma) or ";" (semi-colon) Tomcat fails to start

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 Christopher Schultz changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

Re: svn commit: r1529816 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/Bootstrap.java test/org/apache/catalina/startup/TestBootstrap.java webapps/docs/changelog.xml

2013-10-07 Thread Christopher Schultz
Mark, On 10/7/13 6:55 AM, ma...@apache.org wrote: > Author: markt > Date: Mon Oct 7 10:55:18 2013 > New Revision: 1529816 > > URL: http://svn.apache.org/r1529816 > Log: > Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 > Handle the case of a comma in $CATALINA_HOME or $C

Re: 8.0.x / 7.0.x progress

2013-10-07 Thread Christopher Schultz
Konstantin, On 10/5/13 9:56 AM, Konstantin Preißer wrote: >> -Original Message- >> From: Niki Dokovski [mailto:nick...@gmail.com] >> Sent: Saturday, October 5, 2013 7:47 AM >> To: Tomcat Developers List >> Subject: Re: 8.0.x / 7.0.x progress > >>> I have installed Wireshark now and can co

Re: svn commit: r1529816 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/Bootstrap.java test/org/apache/catalina/startup/TestBootstrap.java webapps/docs/changelog.xml

2013-10-07 Thread Tim Funk
Will this work with [insert "poorly", 'very'" poorly name'd 'directory' here] ? -Tim On Mon, Oct 7, 2013 at 6:55 AM, wrote: > Author: markt > Date: Mon Oct 7 10:55:18 2013 > New Revision: 1529816 > > URL: http://svn.apache.org/r1529816 > Log: > Partial fix for https://issues.apache.org/bugzil

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
Hi Mark, thank you for your reply. > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, October 7, 2013 2:50 PM > To: Tomcat Developers List > Subject: Re: 8.0.x / 7.0.x progress > > However, it seems when the websocket message is greater than ~ 8 KB > > (per

Re: 8.0.x / 7.0.x progress

2013-10-07 Thread Mark Thomas
On 07/10/2013 13:22, Konstantin Preißer wrote: > Hi Mark, > >> -Original Message- From: Mark Thomas >> [mailto:ma...@apache.org] Sent: Sunday, October 6, 2013 5:42 PM To: >> Tomcat Developers List Subject: Re: 8.0.x / 7.0.x progress >> >> On 06/10/2013 02:57, Konstantin Preißer wrote: >>

[Bug 55620] When using startup.bat if apache-tomcat-7.0.xx is in directory with "," (comma) or ";" (semi-colon) Tomcat fails to start

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

RE: 8.0.x / 7.0.x progress

2013-10-07 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Sunday, October 6, 2013 5:42 PM > To: Tomcat Developers List > Subject: Re: 8.0.x / 7.0.x progress > > On 06/10/2013 02:57, Konstantin Preißer wrote: > > > These errors seem to be introduced with r1529537

[Bug 55620] When using startup.bat if apache-tomcat-7.0.xx is in directory with "," (comma) or ";" (semi-colon) Tomcat fails to start

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|7.0.42

svn commit: r1529816 - in /tomcat/trunk: conf/catalina.properties java/org/apache/catalina/startup/Bootstrap.java test/org/apache/catalina/startup/TestBootstrap.java webapps/docs/changelog.xml

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 10:55:18 2013 New Revision: 1529816 URL: http://svn.apache.org/r1529816 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 Handle the case of a comma in $CATALINA_HOME or $CATALINA_BASE Added: tomcat/trunk/test/org/apache/catalina/star

[Bug 55620] When using startup.bat if apache-tomcat-7.0.xx is in directory with "," (comma) or ";" (semi-colon) Tomcat fails to start

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 --- Comment #1 from Mark Thomas --- Comma causes problems because Tomcat uses it as a separator in .loader properties in catalina.properties. Semi-colon causes problems because it is the separator for class path entries on Windows. Colon

svn commit: r1529803 - in /tomcat/jk/trunk/native/common: jk_connect.c jk_global.h

2013-10-07 Thread mturk
Author: mturk Date: Mon Oct 7 09:24:32 2013 New Revision: 1529803 URL: http://svn.apache.org/r1529803 Log: Use getaddrinfo instead gethostbyname for both IPv4 and IPv6 Modified: tomcat/jk/trunk/native/common/jk_connect.c tomcat/jk/trunk/native/common/jk_global.h Modified: tomcat/jk/trun

svn commit: r1529798 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 08:59:44 2013 New Revision: 1529798 URL: http://svn.apache.org/r1529798 Log: Fix a threading/timing issue more easily observed on OSX than on Windows. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/a

[Bug 55629] StatusManagerServlet does not remove JMX notification listener

2013-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55629 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

svn commit: r1529796 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/StatusManagerServlet.java webapps/docs/changelog.xml

2013-10-07 Thread violetagg
Author: violetagg Date: Mon Oct 7 08:52:23 2013 New Revision: 1529796 URL: http://svn.apache.org/r1529796 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55629 Merged revision 1529787 from tomcat/trunk: Remove JMX notification listener when destroying servlet o.a.catalina.manager.Sta

svn commit: r1529793 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 08:48:52 2013 New Revision: 1529793 URL: http://svn.apache.org/r1529793 Log: Avoid NPE Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java URL: http://svn.apa

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

2013-10-07 Thread markt
Author: markt Date: Mon Oct 7 08:47:25 2013 New Revision: 1529792 URL: http://svn.apache.org/r1529792 Log: Fix typo Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java URL: http://svn.apache.org/viewvc/tomc

svn commit: r1529787 - /tomcat/trunk/java/org/apache/catalina/manager/StatusManagerServlet.java

2013-10-07 Thread violetagg
Author: violetagg Date: Mon Oct 7 08:36:23 2013 New Revision: 1529787 URL: http://svn.apache.org/r1529787 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55629 Remove JMX notification listener when destroying servlet o.a.catalina.manager.StatusManagerServlet Modified: tomcat/tru