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:
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
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
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
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/
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=43831
Jeremy Boynes changed:
What|Removed |Added
CC||a...@nibbles.it
--- Comment #9 fro
https://issues.apache.org/bugzilla/show_bug.cgi?id=45183
Jeremy Boynes changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=33934
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
>>> 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
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
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
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
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
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
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/
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/
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
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
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
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
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
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.
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:
>
>
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
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
26 matches
Mail list logo