Re: renaming jar files

2008-03-23 Thread Mark Thomas
Costin Manolache wrote: I understand people using JDBC authenticator would miss the connection pooling - but maybe they could download it separately ? Would't be easier to just download the 'official' version ? No. commons-dbcp supports far more than just pooling for the JDBC authenticator.

Re: renaming jar files

2008-03-23 Thread Phil Steitz
On Sun, Mar 23, 2008 at 6:29 AM, Mark Thomas [EMAIL PROTECTED] wrote: Costin Manolache wrote: I understand people using JDBC authenticator would miss the connection pooling - but maybe they could download it separately ? Would't be easier to just download the 'official' version ? No.

DO NOT REPLY [Bug 43285] Missing EL Coercion causes argument type mismatch

2008-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43285 --- Comment #7 from Bernhard Huemer [EMAIL PROTECTED] 2008-03-23 13:05:39 PST --- Note that the Expression Language specification requires this behaviour, see 1.2.1.1 Eval-expressions as value expressions: In the case of lvalues [...]

svn commit: r640273 - in /tomcat/trunk/java/org/apache/catalina/valves: CometConnectionManagerValve.java LocalStrings.properties

2008-03-23 Thread markt
Author: markt Date: Sun Mar 23 16:22:07 2008 New Revision: 640273 URL: http://svn.apache.org/viewvc?rev=640273view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44646 The problem was wider than the issue described in the bug report. The session listener and the valve are

DO NOT REPLY [Bug 44646] IllegalStateException when using CometConnectionManagerValve

2008-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44646 --- Comment #1 from Mark Thomas [EMAIL PROTECTED] 2008-03-23 16:26:07 PST --- The problem was wider than just the issue reported here. It should now all be fixed in trunk. The patch is http://svn.apache.org/viewvc?rev=640273view=rev I

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

2008-03-23 Thread markt
Author: markt Date: Sun Mar 23 16:27:48 2008 New Revision: 640275 URL: http://svn.apache.org/viewvc?rev=640275view=rev Log: Propose patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 44637] JspValueExpression.getType() returns Object. class instead of correct Type

2008-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44637 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |NEEDINFO ---

Re: renaming jar files

2008-03-23 Thread Bill Barker
Phil Steitz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sun, Mar 23, 2008 at 6:29 AM, Mark Thomas [EMAIL PROTECTED] wrote: Costin Manolache wrote: I understand people using JDBC authenticator would miss the connection pooling - but maybe they could download it separately