DO NOT REPLY [Bug 41072] - tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method.

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r480558 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/core/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-11-29 Thread Mladen Turk
Remy Maucherat wrote: Mladen Turk wrote: Further more I collected enough votes, so your explanation is useless. I am free to commit things, especially since I actually fixed some of your patch. You are free to veto my commit, in which case it would be time to take this to the PMC for resolu

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Remy Maucherat
Martin Dubuc wrote: There seems to be a problem with Converter subclasses when running a JSF 1.2 Web app inside Tomcat 6.0.2. This problem can be reproduced by running the JSF car demo Web app that comes with the JSF 1.2 distribution. To reproduce, in the car demo startup page, choose locale (cli

svn commit: r480713 - in /tomcat/tc6.0.x/trunk/java/org/apache: el/lang/ELSupport.java jasper/compiler/Validator.java

2006-11-29 Thread remm
Author: remm Date: Wed Nov 29 13:10:40 2006 New Revision: 480713 URL: http://svn.apache.org/viewvc?view=rev&rev=480713 Log: - Use a separate method for checking primitives. I'll keep the check for now since I have the impression it's tested. Modified: tomcat/tc6.0.x/trunk/java/org/apache/el/

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: btw, I can't believe that wouldn't have gotten caught in the TCK in general checking of literal used in deferred EL assignment. Yes, it works ;) Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

DO NOT REPLY [Bug 41051] - Keystore alias shouldn't be case sensitive

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread jacob
btw, I can't believe that wouldn't have gotten caught in the TCK in general checking of literal used in deferred EL assignment. >[EMAIL PROTECTED] wrote: >> It doesn't look like it's picking up the fact that the expression is >literal. >> >> Both pertinent classes look correct from Tomcat: >>

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread jacob
Literals are acceptable for both MethodExpression and ValueExpression in both deferred and immediate invocation. MethodExpression example: public String method() can just be 'cart', which will be returned as the result. In the converter case, a single attribute handles both the 'named' converte

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: It doesn't look like it's picking up the fact that the expression is literal. Both pertinent classes look correct from Tomcat: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/jasper/el/JspValueExpression.java http://svn.apache.org/repos/asf/tomcat/

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread jacob
It doesn't look like it's picking up the fact that the expression is literal. Both pertinent classes look correct from Tomcat: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/jasper/el/JspValueExpression.java http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apac

Tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method.

2006-11-29 Thread PC Varma
Hi All Tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method. I dont know why its not supporting this feature which is offering a robust communication using HTTP1.0/1.1 Proxying concepts for realstreamings like VNC, RDP etc based products. I have been working with tomca

Re: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Martin Dubuc
I am running jsf-1.2_02-b03-FCS. Martin On 11/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What version of JSF 1.2 are you running exactly? >There seems to be a problem with Converter subclasses when running a >JSF 1.2 Web app inside Tomcat 6.0.2. This problem can be reproduced by >run

RE: Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread jacob
What version of JSF 1.2 are you running exactly? >There seems to be a problem with Converter subclasses when running a >JSF 1.2 Web app inside Tomcat 6.0.2. This problem can be reproduced by >running the JSF car demo Web app that comes with the JSF 1.2 >distribution. To reproduce, in the car demo

DO NOT REPLY [Bug 41073] - tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method.

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41072] - tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method.

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Problem with JSF 1.2 converters in Tomcat 6.0.2

2006-11-29 Thread Martin Dubuc
There seems to be a problem with Converter subclasses when running a JSF 1.2 Web app inside Tomcat 6.0.2. This problem can be reproduced by running the JSF car demo Web app that comes with the JSF 1.2 distribution. To reproduce, in the car demo startup page, choose locale (click English for instan

DO NOT REPLY [Bug 41057] - Tomcat leaks memory on every request

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r480612 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp: AjpProcessor.java AjpProtocol.java

2006-11-29 Thread remm
Author: remm Date: Wed Nov 29 08:19:23 2006 New Revision: 480612 URL: http://svn.apache.org/viewvc?view=rev&rev=480612 Log: - For consistency, add keepAliveTimeout to this protocol handler. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/AjpProcessor.java tomcat/tc6.0.x/trunk/ja

Re: svn commit: r480558 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/core/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-11-29 Thread Remy Maucherat
Mladen Turk wrote: Look, the keepAliveTimeout defaults to soTimeout. Further more I collected enough votes, so your explanation is useless. The vote was not to have your patch committed verbatim (it is broken), but to add a new keepAliveTimeout attribute to control HTTP keep alive timeout (=

Re: svn commit: r480558 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/core/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-11-29 Thread Mladen Turk
Remy Maucherat wrote: Mladen Turk wrote: Looks like we can do few things: 1. Revert your patch 2. Revert mine patch 3. Go on and forget all about programming, and do some shepherding. So, please, unless you are going to adopt 3), revert your patch for my patch. You know, Tomcat is not your priv

commons-ssl-0.3.4 alpha released

2006-11-29 Thread Julius Davies
Hi, I'm writing to announce the alpha release of commons-ssl-0.3.4. I'm writing to "dev@tomcat.apache.org", because Tomcat might be interested in this to: 1. Improve Security (CRL checking - OCSP in the future...). 2. Consolidate the "SSL/TLS" config options. You could use this library to s

svn commit: r480598 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-11-29 Thread remm
Author: remm Date: Wed Nov 29 07:28:00 2006 New Revision: 480598 URL: http://svn.apache.org/viewvc?view=rev&rev=480598 Log: - Experiment with using soTimeout as the keepAliveTimeout if it's not specified (this way, the configuration behavior remains the same as before - by default). Modified:

Re: svn commit: r480558 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/core/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-11-29 Thread Remy Maucherat
Mladen Turk wrote: Looks like we can do few things: 1. Revert your patch 2. Revert mine patch 3. Go on and forget all about programming, and do some shepherding. So, please, unless you are going to adopt 3), revert your patch for my patch. You know, Tomcat is not your private backyard, and we ha

Re: [TC6] Minimum coding style

2006-11-29 Thread Yoav Shapira
Hi, On 11/29/06, Jim Jagielski <[EMAIL PROTECTED]> wrote: Same here. Maybe 3/4 of a year ago I cleaned up the entire httpd codebase removing trailing spaces, "wrong" tabs, etc... It was painful, but it was worth it to occasionally do such housekeeping. But I haven't checked to see what, if anyt

Re: svn commit: r480558 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/core/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-11-29 Thread Mladen Turk
[EMAIL PROTECTED] wrote: Author: remm -timeout = keepAliveTimeout * 50; +timeout = soTimeout * 50; -sendfilePollset = allocatePoller(size, pool, keepAliveTimeout); +sendfilePollset = allocatePoller(size, pool, soTimeout); -

DO NOT REPLY [Bug 41057] - Tomcat leaks memory on every request

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r480552 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/config/

2006-11-29 Thread Mladen Turk
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Wed Nov 29 04:26:37 2006 New Revision: 480552 URL: http://svn.apache.org/viewvc?view=rev&rev=480552 Log: Commit the voted keepAliveTimeout patch. It is still as bad as what the original version was. -1 for this, +0 for my mod

DO NOT REPLY [Bug 41059] - WebAppClassLoader clearReferences code break running threads

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [TC6] Minimum coding style

2006-11-29 Thread Jim Jagielski
On Nov 28, 2006, at 3:55 PM, Rainer Jung wrote: From a very personal view I'm tempted to share Mladens dislike of trailing spaces. If I try to express, why I don't like them, then it all comes back to diffs. Same here. Maybe 3/4 of a year ago I cleaned up the entire httpd codebase removin

DO NOT REPLY [Bug 41073] New: - tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method.

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r480558 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/core/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-11-29 Thread Remy Maucherat
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationFilterChain.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationFilterChain.java?view=diff&rev=480558&r1=480557&r2=480558 =

DO NOT REPLY [Bug 41075] - Attributes "id" and "declare" not usable for an plugin object

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41075] New: - Attributes "id" and "declare" not usable for an plugin object

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41074] New: - Output of tag "jsp:plugin" is not conform to XHTML.

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r480558 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/core/ coyote/ajp/ coyote/http11/ tomcat/util/net/

2006-11-29 Thread remm
Author: remm Date: Wed Nov 29 04:59:22 2006 New Revision: 480558 URL: http://svn.apache.org/viewvc?view=rev&rev=480558 Log: - Port back my fixes to this patch. - Correctly pass keepalive value to AprEndpoint. - Sendfile should use soTimeout (it's a request, not a keepalive). - Comet poller is also

DO NOT REPLY [Bug 41072] New: - tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method.

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41070] New: - Autodeployer takes war file while it is not yet fully writted

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41051] - Keystore alias shouldn't be case sensitive

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r480554 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml

2006-11-29 Thread mturk
Author: mturk Date: Wed Nov 29 04:28:57 2006 New Revision: 480554 URL: http://svn.apache.org/viewvc?view=rev&rev=480554 Log: Oops. Forgot to commit this file Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml Modified: tomcat/tc6.0.x/trunk/java/org/apa

DO NOT REPLY [Bug 41034] - Classloader leak caused by request recycle

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r480552 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/config/

2006-11-29 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: mturk Date: Wed Nov 29 04:26:37 2006 New Revision: 480552 URL: http://svn.apache.org/viewvc?view=rev&rev=480552 Log: Commit the voted keepAliveTimeout patch. It is still as bad as what the original version was. -1 for this, +0 for my modified version. Rémy

svn commit: r480552 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/config/

2006-11-29 Thread mturk
Author: mturk Date: Wed Nov 29 04:26:37 2006 New Revision: 480552 URL: http://svn.apache.org/viewvc?view=rev&rev=480552 Log: Commit the voted keepAliveTimeout patch. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java tomcat/tc6.0.x/trunk/java/org/apache/coyote/a

DO NOT REPLY [Bug 41070] - Autodeployer takes war file while it is not yet fully written

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37869] - Cannot obtain client certificate with SSL / client certificate authentication using APR components

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37869] - Cannot obtain client certificate with SSL / client certificate authentication using APR components

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41034] - Classloader leak caused by request recycle

2006-11-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu