svn commit: r1026723 - in /tomcat/taglibs/standard/trunk: compat/ compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ impl/src/main/java/org/apache/taglibs/standard/tag/common/core/ impl

2010-10-23 Thread jboynes
Author: jboynes Date: Sun Oct 24 00:43:55 2010 New Revision: 1026723 URL: http://svn.apache.org/viewvc?rev=1026723&view=rev Log: Add JSTL 1.0 Out tag that uses javax.el to process EL expressions Refactor existing tags for deferred evaluation to avoid memory leak from retained references Added:

svn commit: r1026722 - /tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ImportTag.java

2010-10-23 Thread jboynes
Author: jboynes Date: Sun Oct 24 00:42:26 2010 New Revision: 1026722 URL: http://svn.apache.org/viewvc?rev=1026722&view=rev Log: Add JSTL 1.0 Import tag that uses javax.el to process EL expressions Added: tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/comp

svn commit: r1026721 - /tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/IfTag.java

2010-10-23 Thread jboynes
Author: jboynes Date: Sun Oct 24 00:40:10 2010 New Revision: 1026721 URL: http://svn.apache.org/viewvc?rev=1026721&view=rev Log: Add JSTL 1.0 If tag that uses javax.el to process EL expressions Added: tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/c

svn commit: r1026720 - /tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForTokensTag.java

2010-10-23 Thread jboynes
Author: jboynes Date: Sun Oct 24 00:39:53 2010 New Revision: 1026720 URL: http://svn.apache.org/viewvc?rev=1026720&view=rev Log: Add JSTL 1.0 ForTokens tag that uses javax.el to process EL expressions Added: tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/c

svn commit: r1026719 - in /tomcat/taglibs/standard/trunk/compat/src: ./ main/ main/java/ main/java/org/ main/java/org/apache/ main/java/org/apache/taglibs/ main/java/org/apache/taglibs/standard/ main/

2010-10-23 Thread jboynes
Author: jboynes Date: Sun Oct 24 00:39:22 2010 New Revision: 1026719 URL: http://svn.apache.org/viewvc?rev=1026719&view=rev Log: Add JSTL 1.0 ForEach tag that uses javax.el to process EL expressions Added: tomcat/taglibs/standard/trunk/compat/src/ tomcat/taglibs/standard/trunk/compat/src/

svn commit: r1026717 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/util/ExpressionUtil.java

2010-10-23 Thread jboynes
Author: jboynes Date: Sun Oct 24 00:37:58 2010 New Revision: 1026717 URL: http://svn.apache.org/viewvc?rev=1026717&view=rev Log: Add helper class for working with javax.el expressions Added: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/util/ExpressionUtil.java

DO NOT REPLY [Bug 43831] Unexpected Result with mysql jdbc 5.1.5, column aliases not reported

2010-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43831 Jeremy Boynes changed: What|Removed |Added CC||a...@nibbles.it --- Comment #9 fro

DO NOT REPLY [Bug 45183] Starting from mysql JDBC connector 5.1.6 a wrong behavior

2010-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45183 Jeremy Boynes changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 33934] [standard] memory leak in jstl c:set tag

2010-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33934 Jeremy Boynes changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: use_server_errors and JKMount

2010-10-23 Thread Henri Gomez
>>> Hi to all, >>> >>> Did there is a way to to inject the use_server_errors directive >>> without uriworkermap ? >>> >> >> Sure it is: >> JkMount /examples/* loadbalancer;fail_on_status=-404,-500,503 >> > > It should be > JkMount /examples/* loadbalancer;use_server_errors=400 > or even ... > JkMou

svn commit: r1026649 - /tomcat/taglibs/standard/trunk/jstlel/src/main/java/org/apache/taglibs/standard/tag/el/core/SetTag.java

2010-10-23 Thread jboynes
Author: jboynes Date: Sat Oct 23 16:54:20 2010 New Revision: 1026649 URL: http://svn.apache.org/viewvc?rev=1026649&view=rev Log: clean up null value handling Modified: tomcat/taglibs/standard/trunk/jstlel/src/main/java/org/apache/taglibs/standard/tag/el/core/SetTag.java Modified: tomcat/ta

Re: Distributed version of commons-daemon.jar

2010-10-23 Thread Alexandre Vézina
On Sat, Oct 23, 2010 at 4:49 AM, Rainer Jung wrote: > Hello Alexandre, > > > On 23.10.2010 02:17, Alexandre Vézina wrote: > >> I had a bug starting tomcat6 with (commons-daemon). The problem was that >> common-daemons was not able to register native methods (with >> commons-daemon.jar). Digging in

svn commit: r1026644 - in /tomcat/taglibs/standard/trunk: impl/src/main/java/org/apache/taglibs/standard/tag/common/core/ impl/src/main/java/org/apache/taglibs/standard/tag/rt/core/ impl/src/test/java

2010-10-23 Thread jboynes
Author: jboynes Date: Sat Oct 23 16:44:03 2010 New Revision: 1026644 URL: http://svn.apache.org/viewvc?rev=1026644&view=rev Log: refactor c:set to resolve memory leak from bug #33934 Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/SetSup

svn commit: r1026635 - in /tomcat/taglibs/standard/trunk: impl/src/main/java/org/apache/taglibs/standard/extra/ impl/src/main/java/org/apache/taglibs/standard/lang/ impl/src/main/java/org/apache/tagli

2010-10-23 Thread jboynes
Author: jboynes Date: Sat Oct 23 16:18:34 2010 New Revision: 1026635 URL: http://svn.apache.org/viewvc?rev=1026635&view=rev Log: refactor 1.0 EL tag support into jstlel module Added: tomcat/taglibs/standard/trunk/jstlel/src/ tomcat/taglibs/standard/trunk/jstlel/src/main/ tomcat/taglib

DO NOT REPLY [Bug 11248] DefaultServlet doesn't send expires header

2010-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=11248 --- Comment #4 from Artem Anisimov 2010-10-23 11:26:25 EDT --- Two more weeks have passed. Do you have anything to say about this patch? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are rec

svn commit: r1026619 - in /tomcat/taglibs/standard/trunk: compat/ compat/LICENSE.txt compat/NOTICE.txt compat/pom.xml jstlel/ jstlel/LICENSE.txt jstlel/NOTICE.txt jstlel/pom.xml pom.xml

2010-10-23 Thread jboynes
Author: jboynes Date: Sat Oct 23 14:33:47 2010 New Revision: 1026619 URL: http://svn.apache.org/viewvc?rev=1026619&view=rev Log: Add compat and jstlel modules to start refactoring 1.0 support Added: tomcat/taglibs/standard/trunk/compat/ (with props) tomcat/taglibs/standard/trunk/compat/

Re: use_server_errors and JKMount

2010-10-23 Thread Mladen Turk
On 10/23/2010 04:22 PM, Mladen Turk wrote: On 10/23/2010 03:48 PM, Henri Gomez wrote: Hi to all, Did there is a way to to inject the use_server_errors directive without uriworkermap ? Sure it is: JkMount /examples/* loadbalancer;fail_on_status=-404,-500,503 It should be JkMount /examples/

Re: use_server_errors and JKMount

2010-10-23 Thread Mladen Turk
On 10/23/2010 03:48 PM, Henri Gomez wrote: Hi to all, Did there is a way to to inject the use_server_errors directive without uriworkermap ? Sure it is: JkMount /examples/* loadbalancer;fail_on_status=-404,-500,503 Regards -- ^TM

use_server_errors and JKMount

2010-10-23 Thread Henri Gomez
Hi to all, I'd like to have my Apache 2.2.x handle Tomcat error pages as they handle their own errors. uriworkermap allow it via the use_server_errors directive. I'm not using uriworkermap but only JKMount. Did there is a way to to inject the use_server_errors directive without uriworkermap ? R

Re: bugzilla question : bugs fixed in trunk but not yet in tc6

2010-10-23 Thread Mark Thomas
On 23/10/2010 11:40, Sylvain Laurent wrote: > so, we lose the information of what bug was fixed in which version for tomcat > 7 ? (apart from the comments) Yes, but that was always the case with Bugzilla. You get the version it was reported against, not the version it was fixed in. > For instanc

Re: bugzilla question : bugs fixed in trunk but not yet in tc6

2010-10-23 Thread Konstantin Kolinko
2010/10/23 Sylvain Laurent : > so, we lose the information of what bug was fixed in which version for tomcat > 7 ? (apart from the comments) > For instance for https://issues.apache.org/bugzilla/show_bug.cgi?id=49625 it > is now marked for tomcat 6. And only the comments can tell us that it was

Re: bugzilla question : bugs fixed in trunk but not yet in tc6

2010-10-23 Thread Mark Thomas
On 23/10/2010 01:15, Josh Gooding wrote: > They could be comfortable with Bugzilla too. I see JIRA has an open source > license. (back pedal back pedal!!!) Yep, and the ASF has a a free enterprise license for it too. Mark - To

Re: bugzilla question : bugs fixed in trunk but not yet in tc6

2010-10-23 Thread Mark Thomas
On 22/10/2010 23:11, Sylvain Laurent wrote: > How can you create a filter for bugs that are fixed in trunk, proposed to be > fixed in tomcat 6, and waiting to be backported ? Do you use some special bug > attribute ? Don't know, I've never needed to. I do have saved searches for open 5.5.x, 6.0.

Re: bugzilla question : bugs fixed in trunk but not yet in tc6

2010-10-23 Thread Sylvain Laurent
JIRA is available for Apache projects : http://issues.apache.org/jira/ On 23 oct. 2010, at 02:15, Josh Gooding wrote: > They could be comfortable with Bugzilla too. I see JIRA has an open source > license. (back pedal back pedal!!!) > > On Fri, Oct 22, 2010 at 8:10 PM, Josh Gooding wrote: > >

Re: bugzilla question : bugs fixed in trunk but not yet in tc6

2010-10-23 Thread Sylvain Laurent
so, we lose the information of what bug was fixed in which version for tomcat 7 ? (apart from the comments) For instance for https://issues.apache.org/bugzilla/show_bug.cgi?id=49625 it is now marked for tomcat 6. And only the comments can tell us that it was fixed in 7.0.3 ?? Sylvain On 23 oct

Re: Distributed version of commons-daemon.jar

2010-10-23 Thread Rainer Jung
Hello Alexandre, On 23.10.2010 02:17, Alexandre Vézina wrote: I had a bug starting tomcat6 with (commons-daemon). The problem was that common-daemons was not able to register native methods (with commons-daemon.jar). Digging into the problem made me find that the file commons-daemon.jar distribu