svn commit: r805321 - in /tomcat/trunk/java/org/apache/catalina/filters: FilterBase.java RequestFilter.java

2009-08-18 Thread markt
Author: markt Date: Tue Aug 18 08:29:25 2009 New Revision: 805321 URL: http://svn.apache.org/viewvc?rev=805321&view=rev Log: Clean-up / simplification. Modified: tomcat/trunk/java/org/apache/catalina/filters/FilterBase.java tomcat/trunk/java/org/apache/catalina/filters/RequestFilter.java

svn commit: r805322 - /tomcat/trunk/webapps/docs/config/filter.xml

2009-08-18 Thread markt
Author: markt Date: Tue Aug 18 08:33:47 2009 New Revision: 805322 URL: http://svn.apache.org/viewvc?rev=805322&view=rev Log: List filters alphabetically Modified: tomcat/trunk/webapps/docs/config/filter.xml Modified: tomcat/trunk/webapps/docs/config/filter.xml URL: http://svn.apache.org/vie

svn commit: r805368 - /tomcat/trunk/java/org/apache/juli/VerbatimFormatter.java

2009-08-18 Thread markt
Author: markt Date: Tue Aug 18 11:29:05 2009 New Revision: 805368 URL: http://svn.apache.org/viewvc?rev=805368&view=rev Log: Add a new logging formatter that just echos out the log message. Useful for the request dumper, access logs etc. Added: tomcat/trunk/java/org/apache/juli/VerbatimForma

svn commit: r805375 - in /tomcat/trunk: conf/ java/org/apache/catalina/filters/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/valves/ webapps/docs/config/ webapps/examples/WEB-INF/ webapps

2009-08-18 Thread markt
Author: markt Date: Tue Aug 18 11:49:26 2009 New Revision: 805375 URL: http://svn.apache.org/viewvc?rev=805375&view=rev Log: Replace the RequestDumperValve with a RequestDumperFilter. Merge the RequestDumperFilter from the examples with this new filter. Adds: - thread name to start of output line

Fwd: DOAP Error Report

2009-08-18 Thread sebb
I've fixed the "projects" build to use: http://svn.apache.org/repos/asf/tomcat/taglibs/rdc/trunk/doap_rdc.rdf Please can someone on the project can check if the DOAP itself needs updating. Thanks. -- Forwarded message -- From: aps...@apache.org Date: 18 Aug 2009 01:31 Subject: D

Re: svn commit: r805375 - in /tomcat/trunk: conf/ java/org/apache/catalina/filters/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/valves/ webapps/docs/config/ webapps/examples/WEB-INF/

2009-08-18 Thread sebb
On 18/08/2009, ma...@apache.org wrote: > Author: markt > Date: Tue Aug 18 11:49:26 2009 > New Revision: 805375 > > URL: http://svn.apache.org/viewvc?rev=805375&view=rev > Log: > Replace the RequestDumperValve with a RequestDumperFilter. Merge the > RequestDumperFilter from the examples with

Re: GSoC2009 Project Wiki page updated

2009-08-18 Thread Mark Thomas
Xie Xiaodong wrote: > Hello, Dear All, > I have updated the GSoC2009 Project Wiki page. I've got some design > decisions to make, could you please spare me some time take a look at those? > Any comments are welcome. Thank you for your time. The wiki pages are beginning to look quite crowded. Rat

Re: svn commit: r805375 - in /tomcat/trunk: conf/ java/org/apache/catalina/filters/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/valves/ webapps/docs/config/ webapps/examples/WEB-INF/

2009-08-18 Thread Mark Thomas
sebb wrote: > On 18/08/2009, ma...@apache.org wrote: - Trimming your responses would be really helpful >> + * @author Craig R. McClanahan > > Was the author really Craig? Enough of the code is his work that I'm not comfortable removing it. Mark -

Re: Taglibs SVN migration to Tomcat

2009-08-18 Thread Rahul Akolkar
On Tue, Aug 18, 2009 at 12:33 AM, Henri Yandell wrote: > On Mon, Aug 17, 2009 at 10:51 AM, Rahul Akolkar > wrote: >> On Mon, Aug 17, 2009 at 1:04 AM, Henri Yandell wrote: >>>  The Standard taglib's site is not in a happy >>> state so I'll be working on getting that setup next. Rahul and I both >>

Re: DOAP Error Report

2009-08-18 Thread Rahul Akolkar
On Tue, Aug 18, 2009 at 7:51 AM, sebb wrote: > I've fixed the "projects" build to use: > > http://svn.apache.org/repos/asf/tomcat/taglibs/rdc/trunk/doap_rdc.rdf > Thanks. > Please can someone on the project can check if the DOAP itself needs updating. > Indeed, a lot needs updating over time

DO NOT REPLY [Bug 43656] ELSupport.coerceToType modifies BigDecimal Values

2009-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 --- Comment #21 from Luke Kolin 2009-08-18 09:33:36 PDT --- Created an attachment (id=24144) TLD for tag This is the TLD for the JSP where we pass in Number.class to coerceToNumber. -- Configure bugmail: https://issues.apache.org/bugzi

DO NOT REPLY [Bug 43656] ELSupport.coerceToType modifies BigDecimal Values

2009-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 --- Comment #22 from Luke Kolin 2009-08-18 09:34:49 PDT --- Created an attachment (id=24145) JSP and Tag source This is the JSP and Tag sources for the JSP where we pass in Number.class to coerceToNumber. -- Configure bugmail: https://

DO NOT REPLY [Bug 43656] ELSupport.coerceToType modifies BigDecimal Values

2009-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656 --- Comment #23 from Luke Kolin 2009-08-18 09:35:45 PDT --- This is a simple JSP I have created that should exhibit the behavior, along with a stripped-down TLD and tag sources. The key I believe is to look at the compiled JSP's source a

Re: Taglibs SVN migration to Tomcat

2009-08-18 Thread Rahul Akolkar
On Mon, Aug 17, 2009 at 1:51 PM, Rahul Akolkar wrote: > On Mon, Aug 17, 2009 at 1:04 AM, Henri Yandell wrote: >>  The Standard taglib's site is not in a happy >> state so I'll be working on getting that setup next. Rahul and I both >> have the tomcat unix group now, so I'll work on moving the site

Why 404 instead of dir list ?

2009-08-18 Thread bobgosling
I have Tomcat 5.5.27 running on Red Hat Enterprise Linux 2.6.9.-87 I have a webapp which seems to work fine for servlets that I have deployed. I have a kind of Application Admin Console which I am developing and from one of my plain html pages I want users to be able to click on a link which wi

Re: Why 404 instead of dir list ?

2009-08-18 Thread Mark Thomas
bobgosling wrote: > Why would the links be a problem ? I can see it could be a security issue > perhaps but why is it happening and is there a way to supress the problem ? This is a question for the users list, not the dev list. Mark --