DO NOT REPLY [Bug 49909] New: jstl 1.2 not support

2010-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49909 Summary: jstl 1.2 not support Product: Tomcat 7 Version: trunk Platform: PC Status: NEW Severity: normal Priority: P2 Component: Servlet & JSP API As

DO NOT REPLY [Bug 49909] jstl 1.2 not support

2010-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49909 dl changed: What|Removed |Added Component|Servlet & JSP API |Catalina OS/Version|

DO NOT REPLY [Bug 49909] jstl 1.2 not support

2010-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49909 dl changed: What|Removed |Added OS/Version||All --- Comment #1 from dl 2010-09-10 06:24:

svn commit: r995751 - in /tomcat/jk/trunk/native/common: jk_connect.c jk_connect.h

2010-09-10 Thread mturk
Author: mturk Date: Fri Sep 10 11:24:22 2010 New Revision: 995751 URL: http://svn.apache.org/viewvc?rev=995751&view=rev Log: Log local socket address Modified: tomcat/jk/trunk/native/common/jk_connect.c tomcat/jk/trunk/native/common/jk_connect.h Modified: tomcat/jk/trunk/native/common/jk

DO NOT REPLY [Bug 48813] Allow the parameter org.apache.el.parser.COERCE_TO_ZERO to be set on runtime

2010-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48813 arkadi.shish...@gmail.com changed: What|Removed |Added CC||arkadi.shish...@gmail.co

svn commit: r995898 - in /tomcat/jk/trunk/native/common: jk_connect.c portable.h

2010-09-10 Thread mturk
Author: mturk Date: Fri Sep 10 17:45:59 2010 New Revision: 995898 URL: http://svn.apache.org/viewvc?rev=995898&view=rev Log: Log both local and remote address Modified: tomcat/jk/trunk/native/common/jk_connect.c tomcat/jk/trunk/native/common/portable.h Modified: tomcat/jk/trunk/native/co

svn commit: r995901 - /tomcat/jk/trunk/native/common/portable.h

2010-09-10 Thread mturk
Author: mturk Date: Fri Sep 10 17:48:15 2010 New Revision: 995901 URL: http://svn.apache.org/viewvc?rev=995901&view=rev Log: Oops. We should really do something with that portable.h Modified: tomcat/jk/trunk/native/common/portable.h Modified: tomcat/jk/trunk/native/common/portable.h URL: ht

Re: svn commit: r995901 - /tomcat/jk/trunk/native/common/portable.h

2010-09-10 Thread William A. Rowe Jr.
On 9/10/2010 12:48 PM, mt...@apache.org wrote: > Author: mturk > Date: Fri Sep 10 17:48:15 2010 > New Revision: 995901 > > URL: http://svn.apache.org/viewvc?rev=995901&view=rev > Log: > Oops. We should really do something with that portable.h svn rm it. The make files need simple cat portable.h.i

DO NOT REPLY [Bug 49914] New: Filter on url-pattern of "/" is not invoked

2010-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49914 Summary: Filter on url-pattern of "/" is not invoked Product: Tomcat 7 Version: 7.0.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priorit

svn commit: r995991 - /tomcat/trunk/conf/server.xml

2010-09-10 Thread markt
Author: markt Date: Fri Sep 10 21:35:55 2010 New Revision: 995991 URL: http://svn.apache.org/viewvc?rev=995991&view=rev Log: Remove pointless comment. Schema validation moved to the context Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml URL: http://svn.apache.

DO NOT REPLY [Bug 49915] New: [Patch] o.a.c.c.StandardServer swallows error on storeConfig.

2010-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49915 Summary: [Patch] o.a.c.c.StandardServer swallows error on storeConfig. Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows Vista Status: N

Catching throwable.

2010-09-10 Thread Wesley Acheson
I'm looking through the source now where I'm seeing a lot of Throwables caught. I was always told this was bad practice is there a reason for this? Some I could understand but there seems to be places where throwable is caught even though the javadocs say it throws an exception. And by your handlin

Re: svn commit: r995901 - /tomcat/jk/trunk/native/common/portable.h

2010-09-10 Thread Mladen Turk
On 09/10/2010 08:06 PM, William A. Rowe Jr. wrote: On 9/10/2010 12:48 PM, mt...@apache.org wrote: Author: mturk Date: Fri Sep 10 17:48:15 2010 New Revision: 995901 URL: http://svn.apache.org/viewvc?rev=995901&view=rev Log: Oops. We should really do something with that portable.h svn rm it. Th

DO NOT REPLY [Bug 49916] New: use an init-param for jspFile on explicit jsp servlets

2010-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49916 Summary: use an init-param for jspFile on explicit jsp servlets Product: Tomcat 7 Version: trunk Platform: PC Status: NEW Severity: normal Priority: P2 Compo

Re: Can jsp-file be a JspServlet init-param?

2010-09-10 Thread David Jencks
On Sep 8, 2010, at 11:48 PM, Mark Thomas wrote: > On 09/09/2010 00:54, David Jencks wrote: >> I've recently rewritten the geronimo-jetty integration to work off the >> servlet 3 *Registration classes. This works great except for servlets >> backed by jsp files, since there's no way to tell the