[Bug 55336] Cannot start apache tomcat 7.0 if server path contains two consecutive spaces.

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55336 --- Comment #1 from Rainer Jung --- Adding analysis reported by Ognjen Blagojevic on tomcat users here: On several places in catalina.sh, there is eval command which seems to be inproperly escaped. E.g, if I want to pass parameter with two

svn commit: r1509128 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 08:59:18 2013 New Revision: 1509128 URL: http://svn.apache.org/r1509128 Log: Refactor test with a view to extending it to cover bug 55331. No functional change to this point. Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Modifi

svn commit: r1509134 - /tomcat/trunk/java/org/apache/catalina/ha/deploy/FileMessageFactory.java

2013-08-01 Thread kfujino
Author: kfujino Date: Thu Aug 1 09:12:47 2013 New Revision: 1509134 URL: http://svn.apache.org/r1509134 Log: Fix NPE in FileMessageFactory.main when specify empty file as arguments. Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FileMessageFactory.java Modified: tomcat/trunk/jav

svn commit: r1509143 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/deploy/FileMessageFactory.java webapps/docs/changelog.xml

2013-08-01 Thread kfujino
Author: kfujino Date: Thu Aug 1 09:25:12 2013 New Revision: 1509143 URL: http://svn.apache.org/r1509143 Log: Fix NPE in FileMessageFactory.main when specify empty file as arguments. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/deploy/FileMessageFactory.java tomcat/tc7.0.x/

[Bug 55332] empty input file cause exception in FileMessageFactory

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55332 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1509143 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/deploy/FileMessageFactory.java webapps/docs/changelog.xml

2013-08-01 Thread Martin Grigorov
Hi, On Thu, Aug 1, 2013 at 11:25 AM, wrote: > Author: kfujino > Date: Thu Aug 1 09:25:12 2013 > New Revision: 1509143 > > URL: http://svn.apache.org/r1509143 > Log: > Fix NPE in FileMessageFactory.main when specify empty file as arguments. > > Modified: > > tomcat/tc7.0.x/trunk/java/org/apache

svn commit: r1509151 - in /tomcat/trunk: java/org/apache/coyote/AsyncStateMachine.java test/org/apache/catalina/core/TestAsyncContextImpl.java

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 09:46:15 2013 New Revision: 1509151 URL: http://svn.apache.org/r1509151 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55331 A disatch to an async servlet during the onTimeout method of an async listener should not trigger an ISE. Modified: tomcat/

Re: svn commit: r1509143 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/deploy/FileMessageFactory.java webapps/docs/changelog.xml

2013-08-01 Thread Mark Thomas
On 01/08/2013 11:27, Martin Grigorov wrote: > Hi, > > > On Thu, Aug 1, 2013 at 11:25 AM, wrote: > >> Author: kfujino >> Date: Thu Aug 1 09:25:12 2013 >> New Revision: 1509143 >> >> URL: http://svn.apache.org/r1509143 >> Log: >> Fix NPE in FileMessageFactory.main when specify empty file as argu

[Bug 55331] Dispatch after async timeout fails

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

svn commit: r1509155 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AsyncStateMachine.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 10:08:29 2013 New Revision: 1509155 URL: http://svn.apache.org/r1509155 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55331 A dispatch to an async servlet during the onTimeout method of an async listener should not trigger an ISE. Modified: tomcat

svn commit: r1509156 - /tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 10:13:31 2013 New Revision: 1509156 URL: http://svn.apache.org/r1509156 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55333 Correct regression in fix for bug 55071. Don't commit the connection until after the ResultSet has been used. Modified: tomc

svn commit: r1509159 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/JDBCRealm.java

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 10:15:47 2013 New Revision: 1509159 URL: http://svn.apache.org/r1509159 Log: Remove trailing whitespace Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/JDBCRealm.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/JDBCRealm.java URL

svn commit: r1509160 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/JDBCRealm.java webapps/docs/changelog.xml

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 10:17:46 2013 New Revision: 1509160 URL: http://svn.apache.org/r1509160 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55333 Correct regression in fix for bug 55071. Don't commit the connection until after the ResultSet has been used. Modified: tomc

[Bug 55333] JDBCRealm Digest authentication Flow is not working throws Function sequence error

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

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

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 10:40:18 2013 New Revision: 1509161 URL: http://svn.apache.org/r1509161 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55336 Correctly quote parameters passed to eval Modified: tomcat/trunk/bin/catalina.sh Modified: tomcat/trunk/bin/catalina.sh URL

svn commit: r1509163 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 10:44:08 2013 New Revision: 1509163 URL: http://svn.apache.org/r1509163 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55336 Correctly quote parameters passed to eval Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/bin/cat

[Bug 55336] Cannot start apache tomcat 7.0 if server path contains two consecutive spaces.

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

Time for 7.0.43? Looking for a new release manager

2013-08-01 Thread Mark Thomas
All, Continuing the roughly monthly release cycle for 7.0.x, it is the start of a new month and time for another release. The open 7.0.x bugs have been fixed so 7.0.x/trunk should be in a suitable state for tagging. I'd like to free up some more time for Tomcat 8 so I am therefore looking to han

[Tomcat Wiki] Update of "FrontPage" by markt

2013-08-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by markt: https://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=32&rev2=33 Comment: Add link to new release pages * '''[[WhatIsComet|What i

[Tomcat Wiki] Update of "ReleaseProcess" by markt

2013-08-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ReleaseProcess" page has been changed by markt: https://wiki.apache.org/tomcat/ReleaseProcess Comment: Start release notes. Needs more work. New page: = Apache Tomcat Release Proc

[Tomcat Wiki] Update of "ReleaseProcess" by markt

2013-08-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ReleaseProcess" page has been changed by markt: https://wiki.apache.org/tomcat/ReleaseProcess?action=diff&rev1=1&rev2=2 Comment: Fix formatting. Add remaining sections to complete.

[Tomcat Wiki] Update of "ReleaseProcess" by markt

2013-08-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ReleaseProcess" page has been changed by markt: https://wiki.apache.org/tomcat/ReleaseProcess?action=diff&rev1=2&rev2=3 Comment: Fill in the gaps * A subversion client installe

[Tomcat Wiki] Trivial Update of "ReleaseProcess" by markt

2013-08-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ReleaseProcess" page has been changed by markt: https://wiki.apache.org/tomcat/ReleaseProcess?action=diff&rev1=3&rev2=4 Comment: Fix typo E.g. http://markmail.org/message/gvm

[Bug 55215] Improvements to sample log4j configuration

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 --- Comment #6 from Brian Burch --- Created attachment 30657 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30657&action=edit clarify log4j and AccessLog issues Following Konstantin's explanation of the design of AccessLog, I h

[Bug 55215] Improvements to sample log4j configuration

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 --- Comment #7 from Brian Burch --- Created attachment 30658 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30658&action=edit clarify log4j and AccessLog issues -- You are receiving this mail because: You are the assignee for

[Bug 55215] Improvements to sample log4j configuration

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 Brian Burch changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

svn commit: r1509370 - in /tomcat/trunk: ./ java/org/apache/naming/factory/ res/dbcp/ res/maven/ webapps/docs/ webapps/docs/config/

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 18:25:22 2013 New Revision: 1509370 URL: http://svn.apache.org/r1509370 Log: Update Tomcat 8 to the latest DBCP2 snapshot Removed: tomcat/trunk/res/dbcp/ Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml tomcat/trunk/java/org/apa

Re: svn commit: r1509370 - in /tomcat/trunk: ./ java/org/apache/naming/factory/ res/dbcp/ res/maven/ webapps/docs/ webapps/docs/config/

2013-08-01 Thread Mark Thomas
On 01/08/2013 20:25, ma...@apache.org wrote: > Author: markt > Date: Thu Aug 1 18:25:22 2013 > New Revision: 1509370 > > URL: http://svn.apache.org/r1509370 > Log: > Update Tomcat 8 to the latest DBCP2 snapshot Notable changes: - Should have similar performance in highly concurrent environments

svn commit: r1509388 - /tomcat/trunk/build.properties.default

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 19:31:23 2013 New Revision: 1509388 URL: http://svn.apache.org/r1509388 Log: Update pool2 & dbcp2 versions Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.prop

svn commit: r1509391 - /tomcat/trunk/build.xml

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 19:39:22 2013 New Revision: 1509391 URL: http://svn.apache.org/r1509391 Log: Ensure we pick up the latest versions when using the snapshots Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.x

svn commit: r2657 - /release/tomcat/tomcat-7/v7.0.41/

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 19:41:54 2013 New Revision: 2657 Log: Remove old version Removed: release/tomcat/tomcat-7/v7.0.41/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r2657 - /release/tomcat/tomcat-7/v7.0.41/

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 19:41:54 2013 New Revision: 2657 Log: Remove old version Removed: release/tomcat/tomcat-7/v7.0.41/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r2658 - /dev/tomcat/tomcat-8/ /release/tomcat/tomcat-8/

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 19:45:01 2013 New Revision: 2658 Log: Prep for Tomcat 8 RC Added: dev/tomcat/tomcat-8/ release/tomcat/tomcat-8/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional c

svn commit: r2658 - /dev/tomcat/tomcat-8/ /release/tomcat/tomcat-8/

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 19:45:01 2013 New Revision: 2658 Log: Prep for Tomcat 8 RC Added: dev/tomcat/tomcat-8/ release/tomcat/tomcat-8/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional c

[Bug 54522] Add patch binary as prerequisite in BUILDING.txt

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

svn commit: r1509398 - in /tomcat/tags/TOMCAT_8_0_0_RC1: ./ build.properties.default

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 19:53:50 2013 New Revision: 1509398 URL: http://svn.apache.org/r1509398 Log: Tag 8.0.0-RC1 Added: tomcat/tags/TOMCAT_8_0_0_RC1/ - copied from r1509396, tomcat/trunk/ Modified: tomcat/tags/TOMCAT_8_0_0_RC1/build.properties.default Modified: tomcat/tags

svn commit: r1509406 - /tomcat/tags/TOMCAT_8_0_0_RC1/

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 20:04:35 2013 New Revision: 1509406 URL: http://svn.apache.org/r1509406 Log: Tag broken Removed: tomcat/tags/TOMCAT_8_0_0_RC1/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For a

svn commit: r1509410 - /tomcat/trunk/build.xml

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 20:11:17 2013 New Revision: 1509410 URL: http://svn.apache.org/r1509410 Log: Fix dependencies Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1509410&r1=1509409&r2=1509410&view=diff

svn commit: r1509411 - in /tomcat/tags/TOMCAT_8_0_0_RC1: ./ build.properties.default

2013-08-01 Thread markt
Author: markt Date: Thu Aug 1 20:11:49 2013 New Revision: 1509411 URL: http://svn.apache.org/r1509411 Log: Tag 8.0.0-RC1 Added: tomcat/tags/TOMCAT_8_0_0_RC1/ - copied from r1509410, tomcat/trunk/ Modified: tomcat/tags/TOMCAT_8_0_0_RC1/build.properties.default Modified: tomcat/tags

svn commit: r2663 [2/2] - in /dev/tomcat/tomcat-8/v8.0.0-RC1: ./ bin/ bin/embed/ bin/extras/ src/

2013-08-01 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.0-RC1/src/apache-tomcat-8.0.0-RC1-src.tar.gz.asc == --- dev/tomcat/tomcat-8/v8.0.0-RC1/src/apache-tomcat-8.0.0-RC1-src.tar.gz.asc (added) +++ dev/tomcat/tomcat-8/v8.0.0-RC1/src/apache-tomcat

svn commit: r2663 [2/2] - in /dev/tomcat/tomcat-8/v8.0.0-RC1: ./ bin/ bin/embed/ bin/extras/ src/

2013-08-01 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.0-RC1/src/apache-tomcat-8.0.0-RC1-src.tar.gz.asc == --- dev/tomcat/tomcat-8/v8.0.0-RC1/src/apache-tomcat-8.0.0-RC1-src.tar.gz.asc (added) +++ dev/tomcat/tomcat-8/v8.0.0-RC1/src/apache-tomcat

[VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-01 Thread Mark Thomas
The proposed Apache Tomcat 8.0.0 release candidate 1 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. That said: - Servlet 3.1 is complete - JSP 2.3 is complete - EL 3.0 is complete - WebSocket 1.0 is complete - DBCP2 is wo

Re: [VOTE] Release Apache Tomcat 8.0.0-RC1

2013-08-01 Thread Mark Thomas
On 01/08/2013 22:53, Mark Thomas wrote: > [X] Alpha - go ahead and release as 8.0.0-RC1 alpha Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 48550] Update examples and default server.xml to use UTF-8

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48550 Konstantin Preißer changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #8 from Konst

[jira] [Created] (MTOMCAT-232) Mapping webapps to "/" does not work

2013-08-01 Thread Alessandro Giannone (JIRA)
Alessandro Giannone created MTOMCAT-232: --- Summary: Mapping webapps to "/" does not work Key: MTOMCAT-232 URL: https://issues.apache.org/jira/browse/MTOMCAT-232 Project: Apache Tomcat Maven Plugin

[Bug 54596] Relative path functionality truncates last character of configuration parameters preventing connector from working.

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54596 Brad Cobb changed: What|Removed |Added Summary|Relative paths truncates|Relative path functionality

[Bug 55342] New: Lost interruption

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55342 Bug ID: 55342 Summary: Lost interruption Product: Tomcat Modules Version: unspecified Hardware: All OS: All Status: NEW Severity: normal P

[Bug 55342] Lost interruption

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55342 --- Comment #1 from Mikhail Mazursky --- Also, why this flag (PropagateInterruptState) is false by default? Why it even exists? Why someone may want pool to swallow interruptions? -- You are receiving this mail because: You are the assign

[Bug 55343] New: Add flag to ignore exceptions while creating initial pool

2013-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55343 Bug ID: 55343 Summary: Add flag to ignore exceptions while creating initial pool Product: Tomcat Modules Version: unspecified Hardware: All OS: All

Tomcat Channel Issue in EC2 clustering environment

2013-08-01 Thread Jasintha Dasanayaka
Hi all Axis2 Tribes utilizes Tomcat underneath. In Tomcat clustering, there's away to add a listener to a channel, and get notifications based on different scenarios such as member join, member leave etc. Axis2 tribes registers a such listener in Tomcat, in order to identify whether a new member i