svn commit: r1531161 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java

2013-10-10 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 01:31:27 2013 New Revision: 1531161 URL: http://svn.apache.org/r1531161 Log: Fix whitespaces Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/dra

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

2013-10-10 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-validate has an issue affecting its community integration. Th

svn commit: r1531156 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/websocket/drawboard/DrawMessage.java websocket/drawboard.xhtml

2013-10-10 Thread kpreisser
Author: kpreisser Date: Fri Oct 11 00:45:16 2013 New Revision: 1531156 URL: http://svn.apache.org/r1531156 Log: Handle coordinates as double instead of int. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java tomcat/trunk/webapps/examples/websocke

buildbot success in ASF Buildbot on tomcat-trunk

2013-10-10 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/5094 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: [VOTE] Release Apache Tomcat Native 1.1.29

2013-10-10 Thread Mark Thomas
On 10/10/2013 14:18, Mladen Turk wrote: > Version 1.1.29 is bug fixing release. > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The VOTE will remain open for at least 48 hours. > > The Apache Tomcat Native 1.1.29 is > [X] Stable, go ahead and rel

svn commit: r1531138 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-10 Thread kpreisser
Author: kpreisser Date: Thu Oct 10 22:33:31 2013 New Revision: 1531138 URL: http://svn.apache.org/r1531138 Log: Follow-Up to r1531130: Also set the correct mouse coordinates when canceling the drawing. Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Modified: tomcat/trunk/w

svn commit: r1531130 - in /tomcat/trunk/webapps/examples: WEB-INF/classes/websocket/drawboard/DrawMessage.java websocket/drawboard.xhtml

2013-10-10 Thread kpreisser
Author: kpreisser Date: Thu Oct 10 22:20:03 2013 New Revision: 1531130 URL: http://svn.apache.org/r1531130 Log: Allow to draw other forms like line, rectangle and circle/ellipse. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java tomcat/trunk/web

svn commit: r1531127 - /tomcat/trunk/test/org/apache/catalina/loader/TestVirtualContext.java

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 22:01:14 2013 New Revision: 1531127 URL: http://svn.apache.org/r1531127 Log: Missed a path that needed changing in r1531120 Modified: tomcat/trunk/test/org/apache/catalina/loader/TestVirtualContext.java Modified: tomcat/trunk/test/org/apache/catalina/loader/Tes

svn commit: r1531120 - in /tomcat/trunk/test: org/apache/catalina/loader/ webapp-virtual-library/target/WEB-INF/ webapp-virtual-library/target/WEB-INF/classes/ webapp-virtual-library/target/WEB-INF/cl

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 21:37:40 2013 New Revision: 1531120 URL: http://svn.apache.org/r1531120 Log: Fix TestVirtualContext after changes in r1530937 Added: tomcat/trunk/test/webapp-virtual-library/target/WEB-INF/ (with props) tomcat/trunk/test/webapp-virtual-library/target/WEB-I

[Bug 54095] [patch] support gzipped versions of static resources by DefaultServlet

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

svn commit: r1531115 - in /tomcat/trunk: conf/web.xml java/org/apache/catalina/servlets/DefaultServlet.java test/org/apache/catalina/servlets/TestDefaultServlet.java test/webapp/index.html.gz webapps/

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 21:24:59 2013 New Revision: 1531115 URL: http://svn.apache.org/r1531115 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54095 Add support to the Default Servlet for serving gzipped versions of static resources directly from disk as an alternative to Tomc

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[Bug 55249] JspC compiles tag files even if compile options is false

2013-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55249 --- Comment #4 from Jeremy Boynes --- Adding context in case anyone looks at this. This seemed like odd behaviour for me for someone using JspC. Better would be if JspC either consistently handled JSP and Tag files - either compiling both o

Re: LATER vs WONTFIX, was: [Bug 55249] JspC compiles tag files even if compile options is false

2013-10-10 Thread Mark Thomas
On 10/10/2013 21:41, Jeremy Boynes wrote: > On Oct 10, 2013, at 12:46 PM, Mark Thomas > wrote: > >> On 10/10/2013 20:40, Jeremy Boynes wrote: >>> On Oct 10, 2013, at 7:48 AM, bugzi...@apache.org wrote: >>> https://issues.apache.org/bugzilla/show_bug.cgi?id=55249 Mark Thomas chan

LATER vs WONTFIX, was: [Bug 55249] JspC compiles tag files even if compile options is false

2013-10-10 Thread Jeremy Boynes
On Oct 10, 2013, at 12:46 PM, Mark Thomas wrote: > On 10/10/2013 20:40, Jeremy Boynes wrote: >> On Oct 10, 2013, at 7:48 AM, bugzi...@apache.org wrote: >> >>> https://issues.apache.org/bugzilla/show_bug.cgi?id=55249 >>> >>> Mark Thomas changed: >>> >>> What|Removed |Ad

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

2013-10-10 Thread Mark Thomas
On 10/10/2013 21:30, Konstantin Preißer wrote: > Mark, > >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Thursday, October 10, 2013 10:03 PM > >> OK. Try now. You will probably still see the odd NPE but the other >> issues should be fixed. > > Thank you very

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

2013-10-10 Thread Konstantin Preißer
Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, October 10, 2013 10:03 PM > OK. Try now. You will probably still see the odd NPE but the other > issues should be fixed. Thank you very much. I tried with 1531087 and can confirm that I still see t

Re: jasper changes for 8.0: genStringAsCharArray

2013-10-10 Thread Jeremy Boynes
On Oct 9, 2013, at 3:11 AM, Pavel Cibulka wrote: > Hello, both jetty and glassfish have genStringAsByteArray set to "true" by > default. Would it be possible to change this in jasper? I know > that genStringAsByteArray is not implemented yet, what about > making genStringAsCharArray default "true

svn commit: r1531099 - in /tomcat/trunk/java/org/apache: catalina/webresources/TomcatURLStreamHandlerFactory.java tomcat/InstrumentableClassLoader.java tomcat/util/net/AprEndpoint.java

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 20:16:06 2013 New Revision: 1531099 URL: http://svn.apache.org/r1531099 Log: Javadoc fixes. Modified: tomcat/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java tomcat/trunk/java/org/apache/tomcat/InstrumentableClassLoader.java

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

2013-10-10 Thread Mark Thomas
On 10/10/2013 18:43, Mark Thomas wrote: > On 10/10/2013 18:40, Konstantin Preißer wrote: >> Hi Mark, >> >>> -Original Message- >>> From: Mark Thomas [mailto:ma...@apache.org] >>> Sent: Thursday, October 10, 2013 7:37 PM >> >>> Thanks. Can you just check how many poller threads you get on a

svn commit: r1531090 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/NioEndpoint.java

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 20:03:00 2013 New Revision: 1531090 URL: http://svn.apache.org/r1531090 Log: Fix a bug introduced in r1357039 that removed a local close variable which mean that code that should of triggered a socket close, ended up closing the Poller as well. Modified: tomca

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

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 19:59:30 2013 New Revision: 1531087 URL: http://svn.apache.org/r1531087 Log: Fix a bug introduced in r1357039 that removed a local close variable which mean that code that should of triggered a socket close, ended up closing the Poller as well. Modified: tomca

Re: [VOTE] Release Apache Tomcat Native 1.1.29

2013-10-10 Thread Christopher Schultz
Mladen, On 10/10/13 9:18 AM, Mladen Turk wrote: > Version 1.1.29 is bug fixing release. > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The VOTE will remain open for at least 48 hours. > > The Apache Tomcat Native 1.1.29 is > [X] Stable, go ahea

Re: [Bug 55249] JspC compiles tag files even if compile options is false

2013-10-10 Thread Mark Thomas
On 10/10/2013 20:40, Jeremy Boynes wrote: > On Oct 10, 2013, at 7:48 AM, bugzi...@apache.org wrote: > >> https://issues.apache.org/bugzilla/show_bug.cgi?id=55249 >> >> Mark Thomas changed: >> >> What|Removed |Added >>

Re: [Bug 55249] JspC compiles tag files even if compile options is false

2013-10-10 Thread Jeremy Boynes
On Oct 10, 2013, at 7:48 AM, bugzi...@apache.org wrote: > https://issues.apache.org/bugzilla/show_bug.cgi?id=55249 > > Mark Thomas changed: > > What|Removed |Added > > Stat

[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-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 --- Comment #7 from Christopher Schultz --- Aw. I had a patch waiting to be committed. Mine would have worked under Cygwin, too ;) -- You are receiving this mail because: You are the assignee for the bug. ---

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

2013-10-10 Thread Mark Thomas
On 10/10/2013 18:40, Konstantin Preißer wrote: > Hi Mark, > >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Thursday, October 10, 2013 7:37 PM > >> Thanks. Can you just check how many poller threads you get on a clean >> start? I'd expect 2 in most cases. >

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

2013-10-10 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, October 10, 2013 7:37 PM > Thanks. Can you just check how many poller threads you get on a clean > start? I'd expect 2 in most cases. Yes, I see two "ClientPoller" threads after a clean start.

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

2013-10-10 Thread Mark Thomas
On 10/10/2013 18:33, Konstantin Preißer wrote: > Hi Mark, > >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Thursday, October 10, 2013 7:11 PM > >>> What is interesting is that after this happens and I telnet to the >>> server for manually sending a request,

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

2013-10-10 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, October 10, 2013 7:11 PM > > What is interesting is that after this happens and I telnet to the > > server for manually sending a request, then every (2n)th TCP > > connection works (Tomcat repli

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

2013-10-10 Thread Mark Thomas
On 10/10/2013 17:42, Konstantin Preißer wrote: >> -Original Message- From: Konstantin Preißer >> [mailto:kpreis...@apache.org] Sent: Thursday, October 10, 2013 6:02 >> PM > >> After this happens, then when I close all browsers on every machine >> and open new instances to make new HTTP req

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

2013-10-10 Thread Konstantin Preißer
> -Original Message- > From: Konstantin Preißer [mailto:kpreis...@apache.org] > Sent: Thursday, October 10, 2013 6:02 PM > After this happens, then when I close all browsers on every machine and > open new instances to make new HTTP requests (with IE, Chrome and > Firefox), then sometimes

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

2013-10-10 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, October 10, 2013 5:22 PM > I still can't reproduce this. I have Tomcat running in a VM with the > bandwidth limited to 192Kbps and two separate machines accessing the > drawing board. Can you try

[Tomcat Wiki] Update of "PoweredBy" by RoseHosting

2013-10-10 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by RoseHosting: https://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=469&rev2=470 === RimuHosting.com === {{http://blog.rimuhosting.com/w

[Tomcat Wiki] Update of "ContributorsGroup" by markt

2013-10-10 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by markt: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=10&rev2=11 * ShawnYu * DmytroMrachkovskyi * GFUCyrusAG

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

2013-10-10 Thread Mark Thomas
On 10/10/2013 14:41, Konstantin Preißer wrote: > Hi Mark, > >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Thursday, October 10, 2013 10:53 AM >> To: Tomcat Developers List >> Subject: Re: svn commit: r1530081 - >> /tomcat/trunk/java/org/apache/tomcat/util/ne

[Bug 55249] JspC compiles tag files even if compile options is false

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

svn commit: r1530989 - /tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

2013-10-10 Thread kpreisser
Author: kpreisser Date: Thu Oct 10 14:21:24 2013 New Revision: 1530989 URL: http://svn.apache.org/r1530989 Log: Rather than only be able to pause websocket message, pause entire calls to event handler so that we can also pause the socket.onclose event handler. Modified: tomcat/trunk/webapps/

buildbot failure in ASF Buildbot on tomcat-trunk

2013-10-10 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/5089 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

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

2013-10-10 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, October 10, 2013 10:53 AM > To: Tomcat Developers List > Subject: Re: svn commit: r1530081 - > /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java > > >> 2) What is a bit more severe i

svn commit: r1530975 - in /tomcat/trunk: java/org/apache/jasper/JspC.java webapps/docs/changelog.xml

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 13:38:20 2013 New Revision: 1530975 URL: http://svn.apache.org/r1530975 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55251 Do not allow JspC task to fail silently if the web.xml or web.xml fragment can not be generated. Modified: tomcat/trunk/ja

[Bug 55251] JspC fails silently if directory for generated web.xml does not exist

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

svn commit: r1530971 - in /tomcat/trunk/java/org/apache: jasper/JspC.java jasper/servlet/TldScanner.java tomcat/util/descriptor/tld/TldParser.java

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 13:29:13 2013 New Revision: 1530971 URL: http://svn.apache.org/r1530971 Log: Fix TLD processing when using JspC. Modified: tomcat/trunk/java/org/apache/jasper/JspC.java tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java tomcat/trunk/java/org/apa

Re: [VOTE] Release Apache Tomcat Native 1.1.29

2013-10-10 Thread Henri Gomez
> The Apache Tomcat Native 1.1.29 is > [X] Stable, go ahead and release > Works for me, tested on Mint 15, 64bits, with Tomcat 7.0.42

[VOTE] Release Apache Tomcat Native 1.1.29

2013-10-10 Thread Mladen Turk
Version 1.1.29 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.29 is [ ] Stable, go ahead and release [ ] Broken because of ... [1] http://people.ap

Re: Need tomcat-native 1.1.29 for next 8.0.x/7.0.x releases

2013-10-10 Thread Jim Jagielski
Cool! On Oct 10, 2013, at 2:52 AM, Mladen Turk wrote: > On 10/09/2013 04:42 PM, Mark Thomas wrote: >> On 05/10/2013 23:39, Mark Thomas wrote: >>> Sorry to be a pain. The JSR 356 WebSocket implementation is broken with >>> APR prior to r1525525 [1]. Tomcat 7.0.x and Tomcat 8.0.x need a 1.1.29 >>>

svn commit: r1530944 - /tomcat/native/tags/TOMCAT_NATIVE_1_1_29/

2013-10-10 Thread mturk
Author: mturk Date: Thu Oct 10 12:37:51 2013 New Revision: 1530944 URL: http://svn.apache.org/r1530944 Log: Tag 1.1.29 Added: tomcat/native/tags/TOMCAT_NATIVE_1_1_29/ (props changed) - copied from r1530943, tomcat/native/branches/1.1.x/ Propchange: tomcat/native/tags/TOMCAT_NATIVE_1_

[Bug 55508] TldLocationsCache not recognising custom TLDs in WEB-INF/lib

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

svn commit: r1530937 - /tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 12:28:57 2013 New Revision: 1530937 URL: http://svn.apache.org/r1530937 Log: Restore Tomcat 7 behaviour of skipping TLDs located directly in WEB-INF/classes or WEB-INF/lib Modified: tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java Modified: tomcat/t

buildbot success in ASF Buildbot on tomcat-trunk

2013-10-10 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/5087 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[jira] [Updated] (MTOMCAT-176) Make deploy/redeploy (upload) less verbose for --batch-mode / --quiet

2013-10-10 Thread Denis Yudin (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Denis Yudin updated MTOMCAT-176: Attachment: MTOMCAT-176__Do_not_show_transfer_progress_when_Maven_is_running_in_batch_mode.patch

svn commit: r1530918 - /tomcat/trunk/webapps/docs/changelog.xml

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 11:07:48 2013 New Revision: 1530918 URL: http://svn.apache.org/r1530918 Log: Update the change log. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/

[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-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

buildbot failure in ASF Buildbot on tomcat-trunk

2013-10-10 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/5086 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1530916 - /tomcat/trunk/bin/catalina.sh

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 11:04:41 2013 New Revision: 1530916 URL: http://svn.apache.org/r1530916 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 Prevent Tomcat from starting on Linux when CATALINA_HOME or CATALINA_BASE contains a colon Modified: tomcat/tr

svn commit: r1530910 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/appdev/deployment.xml

2013-10-10 Thread violetagg
Author: violetagg Date: Thu Oct 10 10:24:44 2013 New Revision: 1530910 URL: http://svn.apache.org/r1530910 Log: Merged revision 1530909 from tomcat/trunk: The link to the Manager App How To was missing. Issue was reported via o.a.comments. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1530909 - /tomcat/trunk/webapps/docs/appdev/deployment.xml

2013-10-10 Thread violetagg
Author: violetagg Date: Thu Oct 10 10:22:32 2013 New Revision: 1530909 URL: http://svn.apache.org/r1530909 Log: The link to the Manager App How To was missing. Issue was reported via o.a.comments. Modified: tomcat/trunk/webapps/docs/appdev/deployment.xml Modified: tomcat/trunk/webapps/docs/

svn commit: r1530906 - /tomcat/native/branches/1.1.x/java/org/apache/tomcat/

2013-10-10 Thread mturk
Author: mturk Date: Thu Oct 10 10:10:22 2013 New Revision: 1530906 URL: http://svn.apache.org/r1530906 Log: Sync svn externals Modified: tomcat/native/branches/1.1.x/java/org/apache/tomcat/ (props changed) Propchange: tomcat/native/branches/1.1.x/java/org/apache/tomcat/ ---

[Bug 53281] Tomcat returns garbage data with HTTP/0.9 200 OK header when SSL port is accessed using http

2013-10-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53281 --- Comment #17 from saurabh --- (In reply to Konstantin Preißer from comment #14) > (In reply to saurabh from comment #12) > > Created attachment 30912 [details] > > HTTP 0.9 response from the server > > > > I tried the identical steps th

svn commit: r1530898 - in /tomcat/native/branches/1.1.x: build.properties.default build.xml native/include/tcn_version.h

2013-10-10 Thread mturk
Author: mturk Date: Thu Oct 10 09:36:13 2013 New Revision: 1530898 URL: http://svn.apache.org/r1530898 Log: Prepare versions for tag Modified: tomcat/native/branches/1.1.x/build.properties.default tomcat/native/branches/1.1.x/build.xml tomcat/native/branches/1.1.x/native/include/tcn_v

svn commit: r1530890 - /tomcat/trunk/bin/catalina.bat

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 09:17:24 2013 New Revision: 1530890 URL: http://svn.apache.org/r1530890 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55620 Prevent Tomcat from starting on Windows when CATALINA_HOME contains a ; character Modified: tomcat/trunk/bin/ca

svn commit: r1530884 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/appdev/deployment.xml webapps/docs/changelog.xml

2013-10-10 Thread violetagg
Author: violetagg Date: Thu Oct 10 09:07:18 2013 New Revision: 1530884 URL: http://svn.apache.org/r1530884 Log: Merged revision 1530875 from tomcat/trunk: The link under Tomcat Context Descriptor section should point to documentation about context.xml and not the one for server.xml. Issue is repo

svn commit: r1530881 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 08:54:04 2013 New Revision: 1530881 URL: http://svn.apache.org/r1530881 Log: Avoid stacktrace in logs if the session closes due to an IO error in the middle of sending a partial message. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trun

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

2013-10-10 Thread Mark Thomas
On 10/10/2013 08:56, Mark Thomas wrote: > On 09/10/2013 22:48, Konstantin Preißer wrote: > >> Unfortunately, it seems there are some new problems when using the NIO >> connector :( > > Not unfortunate at all. This is all very useful feedback. > >> (though I do not think they affect a 8.0.0-RC4

svn commit: r1530875 - /tomcat/trunk/webapps/docs/appdev/deployment.xml

2013-10-10 Thread violetagg
Author: violetagg Date: Thu Oct 10 08:31:32 2013 New Revision: 1530875 URL: http://svn.apache.org/r1530875 Log: The link under Tomcat Context Descriptor section should point to documentation about context.xml and not the one for server.xml. Issue is reported via o.a.comments. Modified: tomc

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

2013-10-10 Thread Mark Thomas
On 09/10/2013 22:48, Konstantin Preißer wrote: > Unfortunately, it seems there are some new problems when using the NIO > connector :( Not unfortunate at all. This is all very useful feedback. > (though I do not think they affect a 8.0.0-RC4 release). > I was testing the current trunk with NIO

svn commit: r1530866 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2013-10-10 Thread markt
Author: markt Date: Thu Oct 10 07:42:37 2013 New Revision: 1530866 URL: http://svn.apache.org/r1530866 Log: Avoid stacktrace in logs if the session closes due to an IO error in the middle of sending a partial message. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointIm

Re: Need tomcat-native 1.1.29 for next 8.0.x/7.0.x releases

2013-10-10 Thread Mark Thomas
On 10/10/2013 07:52, Mladen Turk wrote: > On 10/09/2013 04:42 PM, Mark Thomas wrote: >> On 05/10/2013 23:39, Mark Thomas wrote: >>> Sorry to be a pain. The JSR 356 WebSocket implementation is broken with >>> APR prior to r1525525 [1]. Tomcat 7.0.x and Tomcat 8.0.x need a 1.1.29 >>> native release t