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

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

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

2012-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51496 --- Comment #7 from Ralph Plawetzki --- http://msdn.microsoft.com/en-us/library/ms682544(v=vs.85) The SCM maintains a database of installed services in the registry. The database is used by the SCM and programs that add, modify, or configur

svn commit: r1378622 - /tomcat/maven-plugin/trunk/src/site/site.xml

2012-08-29 Thread olamy
Author: olamy Date: Wed Aug 29 15:54:26 2012 New Revision: 1378622 URL: http://svn.apache.org/viewvc?rev=1378622&view=rev Log: fix topbar width Modified: tomcat/maven-plugin/trunk/src/site/site.xml Modified: tomcat/maven-plugin/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r1378699 - in /tomcat/trunk: java/org/apache/coyote/http11/filters/ChunkedInputFilter.java test/org/apache/catalina/startup/SimpleHttpClient.java test/org/apache/coyote/http11/filters/Test

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 20:21:01 2012 New Revision: 1378699 URL: http://svn.apache.org/viewvc?rev=1378699&view=rev Log: Resolve a FIXME and expand unit tests to cover CRLF vs LF checking. Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java tomcat/tr

svn commit: r1378702 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/filters/ test/org/apache/catalina/startup/ test/org/apache/coyote/http11/filters/ webapps/docs/

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 20:26:30 2012 New Revision: 1378702 URL: http://svn.apache.org/viewvc?rev=1378702&view=rev Log: Resolve a FIXME and expand unit tests to cover CRLF vs LF checking. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote

svn commit: r1378715 - /tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 20:49:02 2012 New Revision: 1378715 URL: http://svn.apache.org/viewvc?rev=1378715&view=rev Log: Add some tests for Bug 53792 Modified: tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java Modified: tomcat/trunk/test/org/apache/el/TestMethodExpressionIm

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

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

svn commit: r1378716 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/el/TestMethodExpressionImpl.java

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 20:50:34 2012 New Revision: 1378716 URL: http://svn.apache.org/viewvc?rev=1378716&view=rev Log: Add some tests for Bug 53792 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/el/TestMethodExpressionImpl.java Propchange:

[Bug 53712] localvariabletable length error reintroduced?

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

svn commit: r1378730 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardWrapper.java

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 21:10:07 2012 New Revision: 1378730 URL: http://svn.apache.org/viewvc?rev=1378730&view=rev Log: Refactor to silence some FindBugs warnings Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardWrapper.java Modified: tomcat/trunk/test/org/apache/catal

svn commit: r1378733 - /tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestTcpFailureDetector.java

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 21:11:45 2012 New Revision: 1378733 URL: http://svn.apache.org/viewvc?rev=1378733&view=rev Log: Re-organise to silence some FindBugs warnings Modified: tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestTcpFailureDetector.java Modified: tomca

svn commit: r1378734 - in /tomcat/trunk/test/org/apache/catalina/tribes/group: TestGroupChannelOptionFlag.java TestGroupChannelStartStop.java

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 21:13:41 2012 New Revision: 1378734 URL: http://svn.apache.org/viewvc?rev=1378734&view=rev Log: Re-organise to silence some FindBugs warnings Modified: tomcat/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelOptionFlag.java tomcat/trunk/test/org

svn commit: r1378736 - in /tomcat/trunk/webapps/examples/WEB-INF/classes: async/AsyncStockServlet.java async/Stockticker.java cal/Entries.java cal/Entry.java

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 21:17:00 2012 New Revision: 1378736 URL: http://svn.apache.org/viewvc?rev=1378736&view=rev Log: Clean up - Java 7 <> - UCDetector Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java tomcat/trunk/webapps/examples/WEB-INF/class

svn commit: r1378738 - /tomcat/trunk/webapps/examples/jsp/plugin/applet/Clock2.java

2012-08-29 Thread markt
Author: markt Date: Wed Aug 29 21:18:02 2012 New Revision: 1378738 URL: http://svn.apache.org/viewvc?rev=1378738&view=rev Log: Re-organise to silence some FindBugs warnings Modified: tomcat/trunk/webapps/examples/jsp/plugin/applet/Clock2.java Modified: tomcat/trunk/webapps/examples/jsp/plugi

svn commit: r1378753 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-08-29 Thread kkolinko
Author: kkolinko Date: Wed Aug 29 22:00:29 2012 New Revision: 1378753 URL: http://svn.apache.org/viewvc?rev=1378753&view=rev Log: Add missing colon and whitespace. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http:/

svn commit: r1378766 - /tomcat/native/branches/1.1.x/xdocs/index.xml

2012-08-29 Thread kkolinko
Author: kkolinko Date: Wed Aug 29 23:23:39 2012 New Revision: 1378766 URL: http://svn.apache.org/viewvc?rev=1378766&view=rev Log: Correct link to changelog file in a release announcement on the main page. This issue was reported on the users list. Modified: tomcat/native/branches/1.1.x/xdocs/

svn commit: r1378768 - /tomcat/site/trunk/docs/native-doc/index.html

2012-08-29 Thread kkolinko
Author: kkolinko Date: Wed Aug 29 23:25:39 2012 New Revision: 1378768 URL: http://svn.apache.org/viewvc?rev=1378768&view=rev Log: Correct link to changelog file in a release announcement on the main page of Tomcat Native. This issue was reported on the users list. Modified: tomcat/site/trunk

[Bug 53267] The JreMemoryLeakPreventionListener causes a full GC every hour when gcDaemonProtection=true

2012-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 --- Comment #11 from Konstantin Kolinko --- (In reply to comment #10) > Configurable value added in r1377543 Reverted in r1378132, based on "Re: svn commit: r1377689" discussion on dev@, http://tomcat.markmail.org/thread/6hmjgrzys5txekew

[Bug 53712] localvariabletable length error reintroduced?

2012-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53712 --- Comment #5 from Colin Mac --- I'm just furthering this discussion in the interest of helping future developers. Thanks for the snarky rtfm comment, but (1) there is no method larger than 64k, unless an entire jsp is compiled to one jav

Patch for FileDirContext

2012-08-29 Thread Kevin Wooten
New to contributing to Tomcat so and not sure of the protocol for patches. Details follow… I ran into an issue using starting Tomcat (7.0.29) from inside Eclipse with the "Serve modules without publishing" option enabled for a project that uses CDI (Weld 1.1.8). Basically Weld would cause a S

Re: Patch for FileDirContext

2012-08-29 Thread Kevin Wooten
I see now you don't seem to be able to attach patch files on this mailing list. The patch is so small… here it is… Index: java/org/apache/naming/resources/FileDirContext.java === --- java/org/apache/naming/resources/FileDirContext.ja

Re: Patch for FileDirContext

2012-08-29 Thread Konstantin Kolinko
2012/8/30 Kevin Wooten : > New to contributing to Tomcat so and not sure of the protocol for patches. > Details follow… > > I ran into an issue using starting Tomcat (7.0.29) from inside Eclipse with > the "Serve modules without publishing" option enabled for a project that uses > CDI (Weld 1.1

[Bug 53800] New: Infinte loop cause by FileDirContext in a CDI/Weld project when using Eclipse's "Server modules without publishing"

2012-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53800 Priority: P2 Bug ID: 53800 Assignee: dev@tomcat.apache.org Summary: Infinte loop cause by FileDirContext in a CDI/Weld project when using Eclipse's "Server modules without

Re: Patch for FileDirContext

2012-08-29 Thread Kevin Wooten
I created Bug 53800 and attached the patch file. Is that all that is necessary to get this patch considered? On Aug 29, 2012, at 8:43 PM, Konstantin Kolinko wrote: > 2012/8/30 Kevin Wooten : >> New to contributing to Tomcat so and not sure of the protocol for patches. >> Details follow… >>

[Bug 53800] Infinte loop cause by FileDirContext in a CDI/Weld project when using Eclipse's "Server modules without publishing"

2012-08-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53800 Konstantin Kolinko changed: What|Removed |Added Attachment #29302|0 |1 is patch|

svn commit: r1378818 - /tomcat/trunk/java/org/apache/naming/resources/FileDirContext.java

2012-08-29 Thread kkolinko
Author: kkolinko Date: Thu Aug 30 06:43:52 2012 New Revision: 1378818 URL: http://svn.apache.org/viewvc?rev=1378818&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53800 FileDirContext.list() did not provide correct paths for subdirectories. Patch provided by Kevin Wooten. Mo

svn commit: r1378819 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/naming/resources/FileDirContext.java webapps/docs/changelog.xml

2012-08-29 Thread kkolinko
Author: kkolinko Date: Thu Aug 30 06:49:33 2012 New Revision: 1378819 URL: http://svn.apache.org/viewvc?rev=1378819&view=rev Log: Merged revision 1378818 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53800 FileDirContext.list() did not provide correct paths for subdirec

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

2012-08-29 Thread kkolinko
Author: kkolinko Date: Thu Aug 30 06:53:24 2012 New Revision: 1378824 URL: http://svn.apache.org/viewvc?rev=1378824&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 53800] Infinte loop cause by FileDirContext in a CDI/Weld project when using Eclipse's "Server modules without publishing"

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