RE: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-15 Thread Ignacio J. Ortega
De: Remy Maucherat [mailto:[EMAIL PROTECTED]] Enviado el: viernes 15 de febrero de 2002 2:53 I don't quite understand, as the patch only add filtering out an empty string, right ? Or did I miss something ? Well the problem is that under a connector ( at least under jk+ajp ) you need to

RE: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-15 Thread Ignacio J. Ortega
Quoting myself ( sorry ) the connector element in server.xml to that point in code, and check it, in case true simply dont use connector auth and do the reverse if false.. A last detail, to be fully backward compatible with tc3.3 ( and i think fully compliant with the spec ) this must

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-15 Thread Remy Maucherat
Quoting myself ( sorry ) the connector element in server.xml to that point in code, and check it, in case true simply dont use connector auth and do the reverse if false.. A last detail, to be fully backward compatible with tc3.3 ( and i think fully compliant with the spec ) this

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-15 Thread Remy Maucherat
I don't understand what you mean here. If you want tomcat to authenticate, and the userid is passed in, your code doesn't call setUserPrincipal. If you want Tomcat to authenticate, you set 'tomcatAuthentication' to true (that's the default), in which case the connector will always set the user

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-14 Thread remm
remm02/02/14 16:54:43 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Request.java Log: - Apply fix for 5647 and 6219. - Patch submitted by Jonathan Pierce jonathan.pierce at seagram.com Revision ChangesPath 1.7 +3 -1

RE: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-14 Thread Ignacio J. Ortega
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: viernes 15 de febrero de 2002 1:55 Perhaps is better to have explicit control over that, to disable or enable the control of the native auth honoring..the infamous tomcatAuthentication attribute.. Saludos , Ignacio J. Ortega --

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-14 Thread Remy Maucherat
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: viernes 15 de febrero de 2002 1:55 Perhaps is better to have explicit control over that, to disable or enable the control of the native auth honoring..the infamous tomcatAuthentication attribute.. I don't quite understand, as

RE: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-14 Thread Kevin Seguin
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: viernes 15 de febrero de 2002 1:55 Perhaps is better to have explicit control over that, to disable or enable the control of the native auth honoring..the infamous tomcatAuthentication attribute.. I don't quite

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2002-02-14 Thread Bill Barker
, February 14, 2002 6:18 PM Subject: RE: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: viernes 15 de febrero de 2002 1:55 Perhaps is better to have explicit control over

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2001-06-25 Thread seguin
seguin 01/06/25 09:00:43 Modified:jk/java/org/apache/ajp Ajp13.java AjpRequest.java jk/java/org/apache/ajp/tomcat4 Ajp13Request.java Log: changed AjpRequest so that it extends org.apache.tomcat.util.http.BaseRequest. NOTE: not sure if this is the *right thing* --