DO NOT REPLY [Bug 51251] New: Patch to add version parameter to ant task

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51251 Bug #: 51251 Summary: Patch to add version parameter to ant task Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: enhan

DO NOT REPLY [Bug 51249] JULI ClassLoaderLogManager doesn't properly handle ${} when replacing property values

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51249 Konstantin Kolinko changed: What|Removed |Added Component|Manager application |Catalina Version|u

DO NOT REPLY [Bug 51249] New: LogManager doesn't properly handle ${} when replacing property values

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51249 Bug #: 51249 Summary: LogManager doesn't properly handle ${} when replacing property values Product: Tomcat 6 Version: unspecified Platform: PC Status: N

DO NOT REPLY [Bug 51248] No TLD files were found...

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51248 --- Comment #6 from austin17427 2011-05-23 21:44:42 UTC --- Thank you for your answer, it was helpful. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 51248] No TLD files were found...

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51248 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Fixing bug 33453

2011-05-23 Thread Konstantin Kolinko
2011/5/20 Mark Thomas : > All, > > I've been looking at [1]. Ignoring the flames, there do appear to be > several use cases where the current time-stamp checks are insufficient > (although there are simple work-arounds). I have a patch [2] but I don't > particularly like the fact that it breaks bin

DO NOT REPLY [Bug 51248] No TLD files were found...

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51248 --- Comment #4 from Chuck Caldarale 2011-05-23 20:46:53 UTC --- (In reply to comment #3) > So, am I supposed to a see bunch of INFO messages each time I start tomcat? It's costing you startup time, so you might want to do something about

DO NOT REPLY [Bug 51248] No TLD files were found...

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51248 --- Comment #3 from austin17427 2011-05-23 19:53:20 UTC --- So, am I supposed to a see bunch of INFO messages each time I start tomcat? I might as well add those jars to catalina.properties file but that's an additional step, needs deploym

DO NOT REPLY [Bug 51248] No TLD files were found...

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51248 --- Comment #2 from Chuck Caldarale 2011-05-23 19:30:24 UTC --- (In reply to comment #0) > When Tomcat starts, it logs "No TLD files were found" for all the jars of the > deployed web project. This is a correct observation, and the INFO l

DO NOT REPLY [Bug 51248] No TLD files were found...

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51248 --- Comment #1 from austin17427 2011-05-23 19:12:58 UTC --- Could potentially related to latest changes at http://tomcat.apache.org/tomcat-7.0-doc/changelog.html see excerpt below addAdd some additional common JARs that do not contai

DO NOT REPLY [Bug 51240] maxConnections not honors config when acceptorThreadCount > 1

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51240 --- Comment #1 from Filip Hanik 2011-05-23 19:09:58 UTC --- I'd strongly recommend to default acceptorThreadCount=1 and possible deprecating the attribute all together. Acceptor thread count larger than 1 has really zero impact on performan

DO NOT REPLY [Bug 51248] New: No TLD files were found...

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51248 Bug #: 51248 Summary: No TLD files were found... Product: Tomcat 7 Version: 7.0.14 Platform: All OS/Version: All Status: NEW Severity: normal Pri

svn commit: r1126561 - in /tomcat/jk/trunk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c native/common/jk_ajp_common.c native/common/jk_global.h native/iis/jk_isapi_plugin.c xdocs/miscellaneo

2011-05-23 Thread rjung
Author: rjung Date: Mon May 23 16:03:12 2011 New Revision: 1126561 URL: http://svn.apache.org/viewvc?rev=1126561&view=rev Log: Forward WWW-Authenticate from backend when status is 401 and server generated error pages are used. Only implemented for Apache, IIS still needs this. Modified: tomc

svn commit: r1126548 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2011-05-23 Thread rjung
Author: rjung Date: Mon May 23 15:49:56 2011 New Revision: 1126548 URL: http://svn.apache.org/viewvc?rev=1126548&view=rev Log: Logically group entries in changelog. Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml URL: h

DO NOT REPLY [Bug 51242] Can not compile mod_jk with apache2.0.63 and tomcat-connectors-1.2.28

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51242 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Fixing bug 33453

2011-05-23 Thread Tim Funk
How about calling it getDependantsMap() instead of getDependants() ? Then catch the NoSuchMethodException (I in the case where the compiled jsp doesn't have getDependants() and that would force a recompile (and then the new version would be OK) -Tim On 5/20/2011 12:31 PM, Mark Thomas wrote: Al

DO NOT REPLY [Bug 49683] Separate keep-alive and connection timeout with APR/native connector

2011-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49683 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #3 from Mark