my proposal for re implement tomcat valves as filters

2009-04-01 Thread anas Ahmed
I have posted my application on the GSOC site for the project re-implement tomcat valves as filters please give your suggestion and participate with your ideas to make this proposal better Thanks Anas Ahmed _ Quick access to

Re: I'd like to take part in the tomcat-1-valves2filters project of Google Summer Code of 2009

2009-04-01 Thread Mark Thomas
Xie Xiaodong wrote: Dear All, I'd like to take part in the tomcat-1-valves2filters project of Google Summer Code of 2009. Could you provide me some more information? I think we already have complete test suits for those valves, Really? Where did you find those? I'm not aware of any. so

Re: Feedback on my project proposal

2009-04-01 Thread Mark Thomas
Rahul Saxena wrote: I have posted my application on the GSOC site for the project Convert tomcat valves to filters , Can anyone give their comment on the same... Feedback provided in the GSOC app and repeated below. Feel free to discuss your ideas regarding these questions on the dev list.

Re: my proposal for re implement tomcat valves as filters

2009-04-01 Thread Mark Thomas
anas Ahmed wrote: I have posted my application on the GSOC site for the project re-implement tomcat valves as filters please give your suggestion and participate with your ideas to make this proposal better Feedback provided in the GSOC app and repeated below. Feel free to discuss your

DO NOT REPLY [Bug 46950] New: SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested

2009-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46950 Summary: SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux

10th anniversary

2009-04-01 Thread Mladen Turk
Hi, Seems this year Tomcat has 10 year anniversary since being part of ASF. I plan to create some artwork and edit the heritage.html page, probably add few more. It would be nice to list all the initial committers on that page and get some more info on the history from the early days. If

Re: 10th anniversary

2009-04-01 Thread Rainer Jung
On 01.04.2009 16:30, Mladen Turk wrote: Hi, Seems this year Tomcat has 10 year anniversary since being part of ASF. I plan to create some artwork and edit the heritage.html page, probably add few more. It would be nice to list all the initial committers on that page and get some more info on

Re: 10th anniversary

2009-04-01 Thread Henri Gomez
You should also mention Jserv team :) 2009/4/1 Rainer Jung rainer.j...@kippdata.de: On 01.04.2009 16:30, Mladen Turk wrote: Hi, Seems this year Tomcat has 10 year anniversary since being part of ASF. I plan to create some artwork and edit the heritage.html page, probably add few more. It

Re: Feedback on my project proposal

2009-04-01 Thread Rahul Saxena
If we derive several servlets form s generic servlet and then if we specify a filter for that generic servlet, will that filter work for all derived servlets or not??? Rahul Saxena B.Tech Part III Computer Science And Engineering IT BHU

DO NOT REPLY [Bug 46950] SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested

2009-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46950 william.bar...@wilshire.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: Feedback on my project proposal

2009-04-01 Thread Ian Darwin
Rahul Saxena wrote: If we derive several servlets form a generic servlet and then if we specify a filter for that generic servlet, will that filter work for all derived servlets or not??? Indeed. It should make no difference how the servlets are derived; what matters is the filter-mapping

Re: Feedback on my project proposal

2009-04-01 Thread Mark Thomas
Rahul Saxena wrote: If we derive several servlets form s generic servlet and then if we specify a filter for that generic servlet, will that filter work for all derived servlets or not??? Filters and servlets are independent. Any filter should work with any servlet. Mark Rahul Saxena

The Boundary of this tomcat-1-valves2filters project

2009-04-01 Thread Xie Xiaodong
Hello, All, The pipeline and valves mechanism is the foundamental part of Tomcat, will we change those basic valves like StandardWrapperValve, StandardHostValve, StandardEngineValve, StandardContextValve in this project? -- Sincerely yours and Best Regards, Xie Xiaodong

svn commit: r761079 - /tomcat/trunk/build.xml

2009-04-01 Thread markt
Author: markt Date: Wed Apr 1 21:53:38 2009 New Revision: 761079 URL: http://svn.apache.org/viewvc?rev=761079view=rev Log: Align build script with recent re-packaging Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

Re: The Boundary of this tomcat-1-valves2filters project

2009-04-01 Thread Mark Thomas
Xie Xiaodong wrote: Hello, All, The pipeline and valves mechanism is the foundamental part of Tomcat, will we change those basic valves like StandardWrapperValve, StandardHostValve, StandardEngineValve, StandardContextValve in this project? The intention is to replace Valves completely.

I Need Your Feedback on my project proposal

2009-04-01 Thread Xie Xiaodong
Hello, Dear All, I have posted my revised proposal on the GSOC site for the project Convert current Tomcat valves to Servlet Filters. And I've successfully build the source code Mark provided, and delved myself into it. I'll add the deliverables and timescale to this proposal later. Any

Re: Feedback on my project proposal

2009-04-01 Thread Rahul Saxena
Is Tomcat currently supports JSR 196?? On Thu, Apr 2, 2009 at 3:02 AM, Mark Thomas ma...@apache.org wrote: Rahul Saxena wrote: If we derive several servlets form s generic servlet and then if we specify a filter for that generic servlet, will that filter work for all derived servlets or