svn commit: r804898 - in /tomcat/site/trunk: docs/findhelp.html xdocs/findhelp.xml

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 08:28:06 2009 New Revision: 804898 URL: http://svn.apache.org/viewvc?rev=804898&view=rev Log: Fix broken link. Modified: tomcat/site/trunk/docs/findhelp.html tomcat/site/trunk/xdocs/findhelp.xml Modified: tomcat/site/trunk/docs/findhelp.html URL: http://sv

DO NOT REPLY [Bug 47428] JSTL converts BigDecimal to Long

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47428 Mark Thomas changed: What|Removed |Added AssignedTo|taglibs-...@jakarta.apache. |dev@tomcat.apache.org

DO NOT REPLY [Bug 47681] count function returning incorrect results

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47681 Mark Thomas changed: What|Removed |Added AssignedTo|taglibs-...@jakarta.apache. |dev@tomcat.apache.org

DO NOT REPLY [Bug 46735] Error for struts tags for new version of tomcat

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46735 Mark Thomas changed: What|Removed |Added AssignedTo|taglibs-...@jakarta.apache. |dev@tomcat.apache.org

DO NOT REPLY [Bug 28278] order of attributes should not be important for x:transform

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=28278 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 25623] The forEach JSTL tag doesn't release items

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=25623 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 28490] Warning during precompile (Deployment Descriptor Is Malformed)

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=28490 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 27786] This absolute uri (http://java.sun.com/jstl/fmt) cannot be resolved in either web.xml or the jar files deployed with this application

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=27786 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 27269] Class names referred in TLD and JAR do not match

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=27269 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 22765] Wrong values from position() and last() functions with forEach

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=22765 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 23319] generates incorrect encoding

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=23319 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 25382] performance enhancements for tag

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=25382 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 28248] fmt:formatDate adds multiple content-language headers

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=28248 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 20940] Cant't import servlet which redirects to another page

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=20940 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 8694] Exception when trying to acces the Map.entry components while using c:forEach fails to iterate over a java.util.HashMap

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=8694 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 6190] Email headers added to messages in MS Outlook

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=6190 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 20204] Create join tag

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=20204 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 27717] very slow in JSTL 1.1

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=27717 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 26826] Performance enhancements in Utils.escapeXml

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=26826 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

DO NOT REPLY [Bug 17700] Performance issue in Resources.getMessage

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=17700 Mark Thomas changed: What|Removed |Added CC|taglibs-...@jakarta.apache. | |org

Re: [proposal] remove worker based connector thread pools in trunk

2009-08-17 Thread Rainer Jung
On 13.08.2009 22:07, Filip Hanik - Dev Lists wrote: > Here is why I think its good > > 1. Current pools can't shrink, so when peak has been hit, that's where > were at > 2. Current pools are unfair, synchronized (workers) { workers.wait() }, > executors are a bit more fair since they only hold a l

Re: [proposal] remove worker based connector thread pools in trunk

2009-08-17 Thread Peter Roßbach
Cool refactoring! +1 Peter Am 13.08.2009 um 22:07 schrieb Filip Hanik - Dev Lists: Here is why I think its good 1. Current pools can't shrink, so when peak has been hit, that's where were at 2. Current pools are unfair, synchronized (workers) { workers.wait() }, executors are a bit more f

DO NOT REPLY [Bug 47699] New: CATALINA_PID can be over-written by failed start

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47699 Summary: CATALINA_PID can be over-written by failed start Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: normal

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

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 13:01:31 2009 New Revision: 804963 URL: http://svn.apache.org/viewvc?rev=804963&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47699\nBetter handling of PID files Modified: tomcat/trunk/bin/catalina.sh Modified: tomcat/trunk/bin/catalina.

svn propchange: r804963 - svn:log

2009-08-17 Thread markt
Author: markt Revision: 804963 Modified property: svn:log Modified: svn:log at Mon Aug 17 13:03:56 2009 -- --- svn:log (original) +++ svn:log Mon Aug 17 13:03:56 2009 @@ -1 +1,2 @@ -Fix https://issues.apache.org/bugzilla/s

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

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 13:04:53 2009 New Revision: 804965 URL: http://svn.apache.org/viewvc?rev=804965&view=rev Log: Propose fix 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?rev=

DO NOT REPLY [Bug 47699] CATALINA_PID can be over-written by failed start

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47699 --- Comment #1 from Mark Thomas 2009-08-17 14:05:10 BST --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because

Re: svn commit: r804963 - /tomcat/trunk/bin/catalina.sh

2009-08-17 Thread sebb
On 17/08/2009, ma...@apache.org wrote: > Author: markt > Date: Mon Aug 17 13:01:31 2009 > New Revision: 804963 > > URL: http://svn.apache.org/viewvc?rev=804963&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47699\nBetter > handling of PID files > > Modified: >

Re: svn commit: r804963 - /tomcat/trunk/bin/catalina.sh

2009-08-17 Thread Mark Thomas
sebb wrote: > On 17/08/2009, ma...@apache.org wrote: >> + else >> +if [ $? -eq 0 ]; then > > Might be better to check $FORCE before sleeping? On reflection, I don't think there is any need for a sleep here at all. There is no PID so force won't be able to do anything anyway. > Surely tha

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

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 13:43:20 2009 New Revision: 804982 URL: http://svn.apache.org/viewvc?rev=804982&view=rev Log: Don't sleep if there is nothing to sleep for. Update the usage text. Modified: tomcat/trunk/bin/catalina.sh Modified: tomcat/trunk/bin/catalina.sh URL: http://svn.apa

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

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 13:44:37 2009 New Revision: 804983 URL: http://svn.apache.org/viewvc?rev=804983&view=rev Log: Add the improvements 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

DO NOT REPLY [Bug 47700] New: Javadocs (html doc for Java files) should be part of the build.xml

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47700 Summary: Javadocs (html doc for Java files) should be part of the build.xml Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Windows XP Status: NEW

Re: svn commit: r804963 - /tomcat/trunk/bin/catalina.sh

2009-08-17 Thread sebb
On 17/08/2009, Mark Thomas wrote: > sebb wrote: > > On 17/08/2009, ma...@apache.org wrote: > > >> + else > >> +if [ $? -eq 0 ]; then > > > > Might be better to check $FORCE before sleeping? > > > On reflection, I don't think there is any need for a sleep here at all. > There is no PID

[g...@vmgump]: Project jakarta-tomcat-dbcp (in module jakarta-tomcat-5) failed

2009-08-17 Thread bobh
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 jakarta-tomcat-dbcp has an issue affecting its community integration. This

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #40 from Jerome Louvel 2009-08-17 10:38:00 PDT --- Thanks guys for all the tests (including Restlet code) and additional info. I'm busy right now but will try to get to by next week. Please keep this issue open a bit more. C

Re: Taglibs SVN migration to Tomcat

2009-08-17 Thread Rahul Akolkar
On Mon, Aug 17, 2009 at 1:04 AM, Henri Yandell wrote: > SVN move done. The Jakarta side points over to Tomcat for now, I'll be > retiring what's left over there later. > Thanks Hen. > I hand edited the RDC website to point over to the Tomcat SVN location > on people.apache.org. Not clear what

DO NOT REPLY [Bug 43656] ELSupport.coerceToType modifies BigDecimal Values

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 Luke Kolin changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #19 from Luke Kolin

DO NOT REPLY [Bug 43656] ELSupport.coerceToType modifies BigDecimal Values

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 --- Comment #20 from Mark Thomas 2009-08-17 20:25:43 BST --- It is easier if we have access to the source. Can you provide source files for the simplest possible jsp, tld and tag combination that demonstrates the issue? -- Configure bug

[g...@vmgump]: Project jakarta-tomcat (in module jakarta-tomcat) failed

2009-08-17 Thread Stefan Bodewig
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 jakarta-tomcat has an issue affecting its community integration. This issu

svn commit: r805153 - /tomcat/trunk/java/org/apache/naming/resources/WARDirContext.java

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 21:40:41 2009 New Revision: 805153 URL: http://svn.apache.org/viewvc?rev=805153&view=rev Log: Fix NPE if something tries to access resources accessed during a stop. This was seen when unpackWARs="false" and the JDBC clean up code tried to load the leak prevention cl

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

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 21:44:37 2009 New Revision: 805157 URL: http://svn.apache.org/viewvc?rev=805157&view=rev Log: Propose additional fix 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/STAT

DO NOT REPLY [Bug 47700] Javadocs (html doc for Java files) should be part of the build.xml

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47700 Mark Thomas changed: What|Removed |Added Severity|minor |enhancement --- Comment #1 from Ma

svn commit: r805182 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 22:20:29 2009 New Revision: 805182 URL: http://svn.apache.org/viewvc?rev=805182&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44041 Remove previous sync that didn't fix the issue Make loadClass synchronized like java.lang.ClassLoader I was conc

DO NOT REPLY [Bug 44041] WebappClassLoader duplicate class definition under high Load if hasExternalRepositories is true

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44041 --- Comment #11 from Mark Thomas 2009-08-17 23:23:18 BST --- Point taken re syncs and WebappClassLoader.loadClass(String, boolean) I have proposed a patch for 6.0.x and 5.5.x that adds that sync. -- Configure bugmail: https://issues.apa

svn commit: r805187 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2009-08-17 Thread markt
Author: markt Date: Mon Aug 17 22:23:31 2009 New Revision: 805187 URL: http://svn.apache.org/viewvc?rev=805187&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tom

[g...@vmgump]: Project jakarta-tomcat-jk-ant (in module jakarta-tomcat-connectors) failed

2009-08-17 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 jakarta-tomcat-jk-ant has an issue affecting its community integration. Th

[g...@vmgump]: Project jakarta-tomcat-dbcp (in module jakarta-tomcat-5) failed

2009-08-17 Thread bobh
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 jakarta-tomcat-dbcp has an issue affecting its community integration. This

[g...@vmgump]: Project jakarta-tomcat-jk-native-buildconf (in module jakarta-tomcat-connectors) failed

2009-08-17 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 jakarta-tomcat-jk-native-buildconf has an issue affecting its community i

[g...@vmgump]: Project jakarta-tomcat (in module jakarta-tomcat) failed

2009-08-17 Thread Stefan Bodewig
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 jakarta-tomcat has an issue affecting its community integration. This issu

Re: Taglibs SVN migration to Tomcat

2009-08-17 Thread Henri Yandell
On Mon, Aug 17, 2009 at 10:51 AM, Rahul Akolkar wrote: > On Mon, Aug 17, 2009 at 1:04 AM, Henri Yandell wrote: > >> I hand edited the RDC website to point over to the Tomcat SVN location >> on people.apache.org. > > > Not clear what that means. I modified the pom and edited http://jakarta.apache.