[Bug 53752] Tomcat restarts with error:java.lang.ArrayIndexOutOfBoundsException: -60

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53752 --- Comment #3 from thyag --- >>Does your testing framework notice that Tomcat has been restarted? yes our framework sees that Tomcat is not stable and i will restart tomcat. Below are the logs from our framework, where it check for status

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

2012-08-28 Thread kkolinko
Author: kkolinko Date: Wed Aug 29 01:02:28 2012 New Revision: 1378409 URL: http://svn.apache.org/viewvc?rev=1378409&view=rev Log: Replace proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #12 from Konstantin Kolinko --- I reverted the fix in r1378402 and implemented a different one in r1378403 + r1378408 (will be in 7.0.30) The FlushableGZIPOutputStream#deflate() method is not called by this class directly, bu

svn commit: r1378408 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java

2012-08-28 Thread kkolinko
Author: kkolinko Date: Wed Aug 29 00:55:23 2012 New Revision: 1378408 URL: http://svn.apache.org/viewvc?rev=1378408&view=rev Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 A bit more safety. I do not see whether it is actually needed, but before r1378403 this call was protected

svn commit: r1378403 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java

2012-08-28 Thread kkolinko
Author: kkolinko Date: Wed Aug 29 00:46:20 2012 New Revision: 1378403 URL: http://svn.apache.org/viewvc?rev=1378403&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 Another attempt to fixing BZ 53725. Do not restore compression level until the next write. Modified:

svn commit: r1378402 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java

2012-08-28 Thread kkolinko
Author: kkolinko Date: Wed Aug 29 00:44:15 2012 New Revision: 1378402 URL: http://svn.apache.org/viewvc?rev=1378402&view=rev Log: Revert fixes for https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 (r1377343 + r1378378 + r1378389) I have a different one that I'll commit shortly. Modified:

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #11 from Jess Holle --- After some time with dealing with such issues with our own servlet filter for compression and trying various solutions tried in Tomcat, I finally gave up and went with jzlib for pre-Java-7 cases and with

svn commit: r1378395 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java

2012-08-28 Thread markt
Author: markt Date: Wed Aug 29 00:15:22 2012 New Revision: 1378395 URL: http://svn.apache.org/viewvc?rev=1378395&view=rev Log: Follow up to r1372390. Since decoded URI is used for matching, make sure it is set for the landing page. (kkolinko review) Modified: tomcat/tc7.0.x/trunk/ (props c

svn commit: r1378394 - /tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2012-08-28 Thread markt
Author: markt Date: Wed Aug 29 00:14:27 2012 New Revision: 1378394 URL: http://svn.apache.org/viewvc?rev=1378394&view=rev Log: Follow up to r1372390. Since decoded URI is used for matching, make sure it is set for the landing page. Modified: tomcat/trunk/java/org/apache/catalina/authenticato

Re: svn commit: r1372394 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java java/org/apache/catalina/authenticator/SavedRequest.java

2012-08-28 Thread Mark Thomas
On 28/08/2012 20:37, Konstantin Kolinko wrote: > 2012/8/28 Mark Thomas : >> On 28/08/2012 19:36, Mark Thomas wrote: >>> On 28/08/2012 14:24, Konstantin Kolinko wrote: 2012/8/28 Mark Thomas : > On 28/08/2012 03:10, Konstantin Kolinko wrote: >> 2012/8/13 : >>> Author: markt >>>

[Bug 53792] EL: AstValue.getTarget() mistakes a method invocation for a property access

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53792 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1378389 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java

2012-08-28 Thread markt
Author: markt Date: Tue Aug 28 23:57:35 2012 New Revision: 1378389 URL: http://svn.apache.org/viewvc?rev=1378389&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 Flushing the single byte needs special handling to avoid corruption in some edge cases. There may still be ot

Re: svn commit: r1378378 - in /tomcat/tc7.0.x/trunk: java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java webapps/docs/changelog.xml

2012-08-28 Thread Mark Thomas
On 29/08/2012 00:16, kkoli...@apache.org wrote: > Author: kkolinko > Date: Tue Aug 28 23:15:59 2012 > New Revision: 1378378 > > URL: http://svn.apache.org/viewvc?rev=1378378&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53725#c3 > Fix FlushableGZIPOutputStream. > It migh

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

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 23:25:16 2012 New Revision: 1378379 URL: http://svn.apache.org/viewvc?rev=1378379&view=rev Log: Replace proposed patch to fix 53725#c3. Restarting the vote. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #9 from Konstantin Kolinko --- Created attachment 29297 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29297&action=edit 2012-08-29_tc6_53725.patch Thank you for the test! Fixed in 7.0 with r1378378. Will be in 7.0

svn commit: r1378378 - in /tomcat/tc7.0.x/trunk: java/org/apache/coyote/http11/filters/FlushableGZIPOutputStream.java webapps/docs/changelog.xml

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 23:15:59 2012 New Revision: 1378378 URL: http://svn.apache.org/viewvc?rev=1378378&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53725#c3 Fix FlushableGZIPOutputStream. It might be that the input has been consumed already, but encoder still p

svn commit: r1378376 - /tomcat/trunk/res/rat/rat-excludes.txt

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 22:55:45 2012 New Revision: 1378376 URL: http://svn.apache.org/viewvc?rev=1378376&view=rev Log: Remove exclusions for files that were removed in r1378371 Modified: tomcat/trunk/res/rat/rat-excludes.txt Modified: tomcat/trunk/res/rat/rat-excludes.txt URL: ht

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

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 22:48:03 2012 New Revision: 1378375 URL: http://svn.apache.org/viewvc?rev=1378375&view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #8 from Mark Thomas --- Easy solution implemented for trunk (Tomcat 8). Still trying to find a fix for Tomcat 7. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 53793] Change webapp links in Manager to point to /appname/ instead of /appname

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53793 --- Comment #2 from Konstantin Kolinko --- Created attachment 29296 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29296&action=edit 2012-08-29_tc6_53793.patch Patch for Tomcat 6 -- You are receiving this mail because: You ar

svn commit: r1378371 - in /tomcat/trunk: java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/filters/

2012-08-28 Thread markt
Author: markt Date: Tue Aug 28 22:40:56 2012 New Revision: 1378371 URL: http://svn.apache.org/viewvc?rev=1378371&view=rev Log: Remove FlushableGZIPOutputStream. The bugs it works around are fixed in Java 7 and Tomcat 8 requires Java 7. Removed: tomcat/trunk/java/org/apache/coyote/http11/fil

[Bug 53793] Change webapp links in Manager to point to /appname/ instead of /appname

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53793 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 53793] Change webapp links in Manager to point to /appname/ instead of /appname

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53793 --- Comment #1 from Konstantin Kolinko --- Implemented in 7.0 with r1378367 and will be in 7.0.30 onwards. -- You are receiving this mail because: You are the assignee for the bug.

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

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 22:19:39 2012 New Revision: 1378367 URL: http://svn.apache.org/viewvc?rev=1378367&view=rev Log: Merged revision 1378361 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53793 Change webapp links in Manager to point to /appname/ instead of

svn commit: r1378361 - /tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 22:03:33 2012 New Revision: 1378361 URL: http://svn.apache.org/viewvc?rev=1378361&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53793 Change webapp links in Manager to point to /appname/ instead of /appname Modified: tomcat/trunk/java/o

[Bug 53793] New: Change webapp links in Manager to point to /appname/ instead of /appname

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53793 Priority: P2 Bug ID: 53793 Assignee: dev@tomcat.apache.org Summary: Change webapp links in Manager to point to /appname/ instead of /appname Severity: enhancement C

[Bug 53725] Some GZipped responses result in java.io.IOException: Corrupt GZIP trailer during gunzip.

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725 --- Comment #7 from Mark Thomas --- Very different failure mode (a whole chunk of data is missing from the end). Probably a different bug. I'll start digging. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1378346 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 21:11:07 2012 New Revision: 1378346 URL: http://svn.apache.org/viewvc?rev=1378346&view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?re

[Bug 42181] ArrayIndexOutOfBoundsException in parseChunkHeader

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42181 --- Comment #5 from Konstantin Kolinko --- Created attachment 29295 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29295&action=edit 2012-08-29_tc55_42181.patch Patch for Tomcat 5.5 Includes backport of r423453 The patches hav

svn commit: r1378322 - /tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 20:47:16 2012 New Revision: 1378322 URL: http://svn.apache.org/viewvc?rev=1378322&view=rev Log: Correct Javadoc for code added in r423453 (s/after trailer mark/before trailer mark/, and do not say 'trailer' as in the spec the term "trailer" has other meaning) Mod

[Bug 53785] Modern password hashing for built-in Realms

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53785 --- Comment #7 from Mark Thomas --- (In reply to comment #5) > This then brings up the fact that RealmBase seems like the most reasonable > place to do all of this, except that nobody really wants to extend RealmBase > because the real acti

[Bug 53785] Modern password hashing for built-in Realms

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53785 --- Comment #6 from da...@leppik.net --- > > Tomcat only supports bidirectional hashes > > I am sure that you are wrong in the above statement. If I missed something, > please define what you mean by "bidirectional". > > All cryptographic h

[Bug 53785] Modern password hashing for built-in Realms

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53785 --- Comment #5 from Christopher Schultz --- Ignoring several of David's foolish statements (one-way hashing versus bi-directional, bcrypt using non-retrievable salts, etc.), I do think this enhancement request has merit. David is right tha

[Bug 53792] New: EL: AstValue.getTarget() mistakes a method invocation for a property access

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53792 Priority: P2 Bug ID: 53792 Assignee: dev@tomcat.apache.org Summary: EL: AstValue.getTarget() mistakes a method invocation for a property access Severity: normal Cla

Re: [Bug 53531] ExpandWar.expand does not check the return value of File.mkdir and File.mkdirs

2012-08-28 Thread Christopher Schultz
Mark, On 8/27/12 7:57 PM, Mark Thomas wrote: > On 28/08/2012 00:53, Christopher Schultz wrote: >> Mark, > >> On 8/27/12 5:36 PM, bugzi...@apache.org wrote: >>> https://issues.apache.org/bugzilla/show_bug.cgi?id=53531 >>> >>> Mark Thomas changed: >>> >>> What|Removed |Adde

svn commit: r1378281 - in /tomcat/trunk/test: javax/el/ javax/servlet/http/ org/apache/catalina/connector/ org/apache/catalina/deploy/ org/apache/catalina/filters/ org/apache/catalina/ha/session/ org/

2012-08-28 Thread markt
Author: markt Date: Tue Aug 28 19:38:48 2012 New Revision: 1378281 URL: http://svn.apache.org/viewvc?rev=1378281&view=rev Log: Clean up for test tree - mainly Java 7 <> - fix remaining Eclipse warnings FindBugs still TODO Modified: tomcat/trunk/test/javax/el/TestBeanELResolverVarargsInvocati

Re: svn commit: r1372394 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java java/org/apache/catalina/authenticator/SavedRequest.java

2012-08-28 Thread Konstantin Kolinko
2012/8/28 Mark Thomas : > On 28/08/2012 19:36, Mark Thomas wrote: >> On 28/08/2012 14:24, Konstantin Kolinko wrote: >>> 2012/8/28 Mark Thomas : On 28/08/2012 03:10, Konstantin Kolinko wrote: > 2012/8/13 : >> Author: markt >> Date: Mon Aug 13 12:29:51 2012 >> New Revision: 1372

svn commit: r1378278 - /tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2012-08-28 Thread markt
Author: markt Date: Tue Aug 28 19:27:52 2012 New Revision: 1378278 URL: http://svn.apache.org/viewvc?rev=1378278&view=rev Log: No need to restore the URI or the query string. This has already been done when constructing the redirect that got us here in the first place. Modified: tomcat/trunk

Re: svn commit: r1372394 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java java/org/apache/catalina/authenticator/SavedRequest.java

2012-08-28 Thread Mark Thomas
On 28/08/2012 19:36, Mark Thomas wrote: > On 28/08/2012 14:24, Konstantin Kolinko wrote: >> 2012/8/28 Mark Thomas : >>> On 28/08/2012 03:10, Konstantin Kolinko wrote: 2012/8/13 : > Author: markt > Date: Mon Aug 13 12:29:51 2012 > New Revision: 1372394 > > URL: http://svn.a

[Bug 51496] NSIS - Warn that duplicate service name will result in install failure

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51496 --- Comment #6 from Konstantin Kolinko --- Do you have a link to MSDN page describing this? -- You are receiving this mail because: You are the assignee for the bug. - T

svn commit: r1378273 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-08-28 Thread kkolinko
Author: kkolinko Date: Tue Aug 28 19:09:45 2012 New Revision: 1378273 URL: http://svn.apache.org/viewvc?rev=1378273&view=rev Log: vote and proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STAT

Re: svn commit: r1372394 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java java/org/apache/catalina/authenticator/SavedRequest.java

2012-08-28 Thread Mark Thomas
On 28/08/2012 14:24, Konstantin Kolinko wrote: > 2012/8/28 Mark Thomas : >> On 28/08/2012 03:10, Konstantin Kolinko wrote: >>> 2012/8/13 : Author: markt Date: Mon Aug 13 12:29:51 2012 New Revision: 1372394 URL: http://svn.apache.org/viewvc?rev=1372394&view=rev Log: >>

[Bug 53785] Modern password hashing for built-in Realms

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53785 --- Comment #4 from Konstantin Kolinko --- > Tomcat only supports bidirectional hashes I am sure that you are wrong in the above statement. If I missed something, please define what you mean by "bidirectional". All cryptographic hash func

[Bug 53785] Modern password hashing for built-in Realms

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53785 --- Comment #3 from da...@leppik.net --- I think you miss one important point, namely that Tomcat only supports bidirectional hashes, whereas modern password hash functions are one-way. One workaround is for the user to provide salt (which

svn commit: r1378148 - /tomcat/trunk/webapps/docs/config/listeners.xml

2012-08-28 Thread fhanik
Author: fhanik Date: Tue Aug 28 14:18:29 2012 New Revision: 1378148 URL: http://svn.apache.org/viewvc?rev=1378148&view=rev Log: remove as part of previous commit. Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://sv

svn commit: r1378134 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2012-08-28 Thread fhanik
Author: fhanik Date: Tue Aug 28 13:45:34 2012 New Revision: 1378134 URL: http://svn.apache.org/viewvc?rev=1378134&view=rev Log: revert change. vetoed per http://tomcat.markmail.org/thread/6hmjgrzys5txekew Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.ja

svn commit: r1378132 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/config/listeners.xml

2012-08-28 Thread fhanik
Author: fhanik Date: Tue Aug 28 13:39:36 2012 New Revision: 1378132 URL: http://svn.apache.org/viewvc?rev=1378132&view=rev Log: revert change. vetoed per http://tomcat.markmail.org/thread/6hmjgrzys5txekew Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionLis

Re: svn commit: r1372394 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java java/org/apache/catalina/authenticator/SavedRequest.java

2012-08-28 Thread Konstantin Kolinko
2012/8/28 Mark Thomas : > On 28/08/2012 03:10, Konstantin Kolinko wrote: >> 2012/8/13 : >>> Author: markt >>> Date: Mon Aug 13 12:29:51 2012 >>> New Revision: 1372394 >>> >>> URL: http://svn.apache.org/viewvc?rev=1372394&view=rev >>> Log: >>> Additional fix for http://issues.apache.org/bugzilla/sh

svn propchange: r1372394 - svn:log

2012-08-28 Thread markt
Author: markt Revision: 1372394 Modified property: svn:log Modified: svn:log at Tue Aug 28 10:42:06 2012 -- --- svn:log (original) +++ svn:log Tue Aug 28 10:42:06 2012 @@ -1,2 +1,2 @@ Additional fix for http://issues.apac

Re: svn commit: r1372394 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java java/org/apache/catalina/authenticator/SavedRequest.java

2012-08-28 Thread Mark Thomas
On 28/08/2012 03:10, Konstantin Kolinko wrote: > 2012/8/13 : >> Author: markt >> Date: Mon Aug 13 12:29:51 2012 >> New Revision: 1372394 >> >> URL: http://svn.apache.org/viewvc?rev=1372394&view=rev >> Log: >> Additional fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=53584 >> Store decod

svn commit: r1378066 - /tomcat/trunk/webapps/docs/config/listeners.xml

2012-08-28 Thread markt
Author: markt Date: Tue Aug 28 10:27:33 2012 New Revision: 1378066 URL: http://svn.apache.org/viewvc?rev=1378066&view=rev Log: Alphabetical order Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/view

svn commit: r1378065 - /tomcat/trunk/webapps/docs/config/listeners.xml

2012-08-28 Thread markt
Author: markt Date: Tue Aug 28 10:26:34 2012 New Revision: 1378065 URL: http://svn.apache.org/viewvc?rev=1378065&view=rev Log: Trailing whitespace police Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.

[Bug 51496] NSIS - Warn that duplicate service name will result in install failure

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51496 --- Comment #5 from Ralph Plawetzki --- Dear Konstantin, thank you very much for the fast review. I'd like to explain why I checked for the Tomcat Monitor application whether it is configured to autolaunch: in tomcat.nsi $TomcatServiceNam

[Bug 51496] NSIS - Warn that duplicate service name will result in install failure

2012-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51496 Ralph Plawetzki changed: What|Removed |Added Attachment #29251|0 |1 is obsolete|

Re: svn commit: r1377689 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2012-08-28 Thread Rainer Jung
On 28.08.2012 01:16, Filip Hanik (mailing lists) wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, August 27, 2012 3:55 PM To: Tomcat Developers List Subject: Re: svn commit: r1377689 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventio

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

2012-08-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 integration.