DO NOT REPLY [Bug 6201] - ISO-8859-8-i problem. (hebrew)

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6201. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

How to APR for JTC ? WAS: Native Connector Builds - When?

2002-02-15 Thread GOMEZ Henri
I've done a RPM for tomcat-connectors which include : mod_jk for Apache 1.3 mod_jk for Apache 2.0 mod_jk2 for Apache 2.0 I still can't build mod_webapp since the APR_DIR/APR_VARS are mandatory and I want/need to use instead APR_INCLUDE and APR_LIBS. Today you have 2 choices to have APR :

Java home autodiscovery add-on

2002-02-15 Thread GOMEZ Henri
What about adding this part in tomcat.sh (TC 3.3) and catalina.sh/jasper.sh to help them discover JAVA_HOME on at least Linux systems ? +if [ -z $JAVA_HOME ]; then +# Search for java in PATH +JAVA=`which java` +if [ -z $JAVA ] ; then +JAVA_BINDIR=`dirname ${JAVA}` +

Rename jK2 to mod_jk2 ?

2002-02-15 Thread GOMEZ Henri
What about renaming native2 (jk2) in JTC to mod_jk2 and jk2_module ? It will allow us to install both modules at the same times and test original mod_jk and new mod_jk. It will be need to rename all non static references, variables functions, but I could do that, by suffixing with jk2_ : And

BUG 5722 : Forward to page display a blank page

2002-02-15 Thread Thomas Colin de Verdiere
Sorry to bother you, i'd like to comment on bug 5722. I tried to forward to page that do not exist : doNotExist html jsp:forward page=/doNotExist/ /html this displays a blank page i tried to forward to a page that do not exist with extension : html jsp:forward page=/doNotExist.jsp/ /html this

setting the path in the session cookie (Tomcat 402b)

2002-02-15 Thread Jarecsni Jnos
Hi, it seems that tomcat uses the /contextname path when creating the cookie for the JSESSIONID. Since we use Apache in front of Tomcat and we use mod_rewrite with mod_proxy to provide aliasing of dynamic Java resources, it is not working for us. We would like to be able to configure this path.

Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread GOMEZ Henri
I still didn't receive replies on the hosting of PureTLS/Cryptix stuff on Apache.org ? Should I ask to Cryptix.org PureTLS, to host the rpms for Cryptix and PureTLS ? Starting from Tomcat 3.3.1-B1 we could use this stuff to have a 100% OSS Java SSL solution and good alternative to JSSE

Re: How to APR for JTC ? WAS: Native Connector Builds - When?

2002-02-15 Thread jean-frederic clere
GOMEZ Henri wrote: I've done a RPM for tomcat-connectors which include : mod_jk for Apache 1.3 mod_jk for Apache 2.0 mod_jk2 for Apache 2.0 I still can't build mod_webapp since the APR_DIR/APR_VARS are mandatory and I want/need to use instead APR_INCLUDE and APR_LIBS. Today you

Re: Rename jK2 to mod_jk2 ?

2002-02-15 Thread jean-frederic clere
GOMEZ Henri wrote: What about renaming native2 (jk2) in JTC to mod_jk2 and jk2_module ? If we consider native2 as a remplacement for the native of mod_jk, no. That is just a new version. If you thing of easy testing may be... I have libjk.so from native and mod_jk.so from native2 and I

Re: Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread jean-frederic clere
GOMEZ Henri wrote: I still didn't receive replies on the hosting of PureTLS/Cryptix stuff on Apache.org ? Should I ask to Cryptix.org PureTLS, to host the rpms for Cryptix and PureTLS ? That makes sense. Starting from Tomcat 3.3.1-B1 we could use this stuff to have a 100% OSS Java

Re: Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread Nick Betteridge
JXTA holds puretls and cryptix jars on jxta.org - so it shouldn't be a problem on jakarta. Incidently, tls is not ssl, although there are many similarities. Just one question - are tls socket factories available for tomcat? GOMEZ Henri wrote: I still didn't receive replies on the hosting

Re: setting the path in the session cookie (Tomcat 402b)

2002-02-15 Thread jean-frederic clere
Jarecsni János wrote: Hi, it seems that tomcat uses the /contextname path when creating the cookie for the JSESSIONID. Since we use Apache in front of Tomcat and we use mod_rewrite with mod_proxy to provide aliasing of dynamic Java resources, it is not working for us. You should explain

RE: setting the path in the session cookie (Tomcat 402b)

2002-02-15 Thread Jarecsni János
Hi, well a short explanation follows then. Since we want to alias our dynamic resources (which are to be served by Tomcat+JBoss) in Apache we have to use mod_rewrite and mod_proxy. We need the proxy because the rewritten urls don't get sent to tomcat, Apache treats them as files. If we proxy

Re: setting the path in the session cookie (Tomcat 402b)

2002-02-15 Thread jean-frederic clere
Jarecsni János wrote: Hi, well a short explanation follows then. Since we want to alias our dynamic resources (which are to be served by Tomcat+JBoss) in Apache we have to use mod_rewrite and mod_proxy. Why are you not using mod_jk or mod_webapp? We need the proxy because the

RE: Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread GOMEZ Henri
JXTA holds puretls and cryptix jars on jxta.org - so it shouldn't be a problem on jakarta. Incidently, tls is not ssl, although there are many similarities. Just one question - are tls socket factories available for tomcat? You means TLSSocket instead of SSLSocket ? -- To unsubscribe, e-mail:

Re: Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread Nick Betteridge
GOMEZ Henri wrote: JXTA holds puretls and cryptix jars on jxta.org - so it shouldn't be a problem on jakarta. Incidently, tls is not ssl, although there are many similarities. Just one question - are tls socket factories available for tomcat? You means TLSSocket instead of SSLSocket

DO NOT REPLY [Bug 6485] New: - m4 prints error message when configuring mod_webapp

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6485. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6486] New: - Documentation error for RPM install

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6486. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: setting the path in the session cookie (Tomcat 402b)

2002-02-15 Thread Jarecsni János
Hi Jean-Frederic, I definitely use it! :) I use mod_jk. I have the appropriate JkMount settings included in httpd.conf. Everything works fine. It is the _aliasing_ that cannot be done. so I can do http://apache.virtual.host/jbossapplicationcontext/something?someparameter what I cannot do is:

DO NOT REPLY [Bug 6487] New: - tarball jakarta-tomcat-connectors-4.0.2-01-src.tar.gz problem

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6487. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6488] New: - Error: 304. Apparent bug in default ErrorHandler code.

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6488. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6488] - Error: 304. Apparent bug in default ErrorHandler code.

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6488. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

setting the path in the session cookie (Tomcat 402b)

2002-02-15 Thread Jarecsni János
Hi, I've found the code segment in question: [share]org.apache.catalina.connector.HttpResponseBase line 642 and following: // Add the session ID cookie if necessary HttpServletRequest hreq = (HttpServletRequest) request.getRequest(); HttpSession session =

DO NOT REPLY [Bug 6488] - Error: 304. Apparent bug in default ErrorHandler code.

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6488. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Java home autodiscovery add-on

2002-02-15 Thread Christopher K. St. John
GOMEZ Henri wrote: What about adding this part in tomcat.sh (TC 3.3) and catalina.sh/jasper.sh to help them discover JAVA_HOME on at least Linux systems ? If someone forgets to set JAVA_HOME and has multiple JDK's installed, they could get a suprise. I suspect most non-beginners would

Re: Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread Eric Rescorla
Nick Betteridge [EMAIL PROTECTED] writes: JXTA holds puretls and cryptix jars on jxta.org - so it shouldn't be a problem on jakarta. Incidently, tls is not ssl, although there are many similarities. TLS is not SSL, but pretty much every implementation that supports both (most do) uses the

Re: Retry: PureTLS/Cryptix RPM at Apache ????

2002-02-15 Thread Eric Rescorla
jean-frederic clere [EMAIL PROTECTED] writes: Starting from Tomcat 3.3.1-B1 we could use this stuff to have a 100% OSS Java SSL solution and good alternative to JSSE Next step Tomcat 4.0.3? Yes, I think so. I've been pretty swamped so I haven't had time to move the 3.3. patches over

RE: Rename jK2 to mod_jk2 ?

2002-02-15 Thread GOMEZ Henri
If we consider native2 as a remplacement for the native of mod_jk, no. That is just a new version. If you thing of easy testing may be... I have libjk.so from native and mod_jk.so from native2 and I stop/start Apache for testing both. The idea is that native2 will replace more or less quickly

jakarta-tomcat-connectors

2002-02-15 Thread Jarecsni Jnos
Hi, I'd like to build TC40x. Where can I download jakarata-tomcat-connectors? The building.txt says one should download it. Thanks Jnos -- Jarecsni, Jnos MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392

RE: jakarta-tomcat-connectors

2002-02-15 Thread GOMEZ Henri
-Original Message- From: Jarecsni Jnos [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 4:02 PM To: Tomcat-Dev Subject: jakarta-tomcat-connectors Hi, I'd like to build TC40x. Where can I download jakarata-tomcat-connectors? The building.txt says one should download it. You

Re: Java home autodiscovery add-on

2002-02-15 Thread Patrick Luby
Henri, GOMEZ Henri wrote: What about adding this part in tomcat.sh (TC 3.3) and catalina.sh/jasper.sh to help them discover JAVA_HOME on at least Linux systems ? +if [ -z $JAVA_HOME ]; then +# Search for java in PATH +JAVA=`which java` +if [ -z $JAVA ] ; then +

RE: Java home autodiscovery add-on

2002-02-15 Thread GOMEZ Henri
What about adding this part in tomcat.sh (TC 3.3) and catalina.sh/jasper.sh to help them discover JAVA_HOME on at least Linux systems ? If someone forgets to set JAVA_HOME and has multiple JDK's installed, they could get a suprise. I suspect most non-beginners would rather see an error

Re: Java home autodiscovery add-on

2002-02-15 Thread Christopher K. St. John
GOMEZ Henri wrote: What about adding this part in tomcat.sh (TC 3.3) and catalina.sh/jasper.sh to help them discover JAVA_HOME on at least Linux systems ? If someone forgets to set JAVA_HOME and has multiple JDK's installed, they could get a suprise. That's why you could still

RE: Java home autodiscovery add-on

2002-02-15 Thread GOMEZ Henri
In Tomcat 4.0.2 and later, the above code would, I believe, fit into the bin/setclasspath.sh script. This script, which already checks that your $JAVA_HOME contains a java, javac, and jdb command, would extend that functionality. BTW, setclasspath.sh is source by all the executable Unix scripts

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: Java home autodiscovery add-on

2002-02-15 Thread GOMEZ Henri
Christopher, Did you take a look at my scripts ? tomcat3 starter : #!/bin/sh # # Wrapper script for Tomcat, to be sure it will allways # be run with correct user profile (tomcat by default) # # derived from stuff in tomcat.init # # Gomez Henri [EMAIL PROTECTED] # Keith Irwin [EMAIL PROTECTED]

[RPMANN] Tomcat 3.3.1-b1/4.0.2 updated connectors created

2002-02-15 Thread GOMEZ Henri
Hi, A quick note to say that the Tomcat 3.3.1-b1 and Tomcat 4.0.2 have been upgraded to RPM release 2 TC 3.3.1-B1 http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1-b1/rpms/ TC 4.0.2 + CONNECTORS http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2/rpms/ The

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: Java home autodiscovery add-on

2002-02-15 Thread Christopher K. St. John
GOMEZ Henri wrote: Did you take a look at my scripts ? I thought I did, although I concentrated on the proposed changes to catalina.sh. This config stuff came from discution on this this list with Keith Irwin and Nicolas Mailhot :) It looks like I missed some background discussion,

Re: Rename jK2 to mod_jk2 ?

2002-02-15 Thread costinm
On Fri, 15 Feb 2002, GOMEZ Henri wrote: What about renaming native2 (jk2) in JTC to mod_jk2 and jk2_module ? +1 if you talk about the binary. -0 if you talk about directory/file names. In mod_jk2 we already removed a lot of 'public' symbols that could conflict if both modules are loaded.

Re: Java home autodiscovery add-on

2002-02-15 Thread Patrick Luby
Henri, GOMEZ Henri wrote: Yes bin/setclasspath.sh does many things and could be used. My advice it that the name is too generic and should be renamed when you install TC 3.x/4.x in a FHS way, ie execs in /usr/bin, datas in /var/tomcat4 or /usr/share/tomcat4. May be renamed to

jk2 status

2002-02-15 Thread costinm
I haven't done any commit in the last few weeks, that's because I'm strugling with the config/autoconfig refactoring ( and I had a lot of non-tomcat work to do ). I think the java side is in a pretty good shape. I decided to give up refactoring the config stuff for the first release, so I'll

RE: Rename jK2 to mod_jk2 ?

2002-02-15 Thread GOMEZ Henri
What about renaming native2 (jk2) in JTC to mod_jk2 and jk2_module ? +1 if you talk about the binary. -0 if you talk about directory/file names. No only source/binary, without touching anything in CVS layout. It will be need to rename all non static references, variables functions, but I

DO NOT REPLY [Bug 6411] - HttpSession.isNew() always returns false

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6411. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Rename jK2 to mod_jk2 ?

2002-02-15 Thread costinm
On Fri, 15 Feb 2002, GOMEZ Henri wrote: I agree with changing the names of non-statics in native2, but need more time to think about changing dir names. There are build files, cvs history, habbits that will change as well. No change in CVS tree, just in source to avoid conflict between

RE: Rename jK2 to mod_jk2 ?

2002-02-15 Thread GOMEZ Henri
No change in CVS tree, just in source to avoid conflict between mod_jk(s) even if one is a jk_module and the other jk2_module Rigth now, I'll wait for JTC developpers 'green ligth' to do the changes in JTC native2 ONLY :) Green light from me. It's an excelent idea. Now a small

DO NOT REPLY [Bug 6411] - HttpSession.isNew() always returns false

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6411. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

DO NOT REPLY [Bug 6486] - Documentation error for RPM install

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6486. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Updated Fix for AJP13 Connector Authentication Bug !!!

2002-02-15 Thread Jonathan Pierce
I looked over the patch I supplied yesterday and realized that this original line (String remoteUser = ajp.remoteUser().toString();) could cause a null pointer exception if the ajp.remoteUser() returns null. Since the original code checked for null, it is probably safer to check for null on

cvs commit: jakarta-tomcat-4.0 build.xml

2002-02-15 Thread remm
remm02/02/15 09:50:43 Modified:.build.xml Log: - Set the scripts in j-t-c to 755. - Note: When adding new scripts, or renaming them, they should be added there too. Revision ChangesPath 1.61 +22 -0 jakarta-tomcat-4.0/build.xml Index:

DO NOT REPLY [Bug 6487] - tarball jakarta-tomcat-connectors-4.0.2-01-src.tar.gz problem

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6487. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5827] - DataInputStream.readInt returns wrong values

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5827. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt

2002-02-15 Thread remm
remm02/02/15 11:16:19 Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt Log: - Update bug status. Revision ChangesPath No revision No revision

form based login+jdbc realm+url session tracking=broken login

2002-02-15 Thread cam
_ I'm wondering if there are any developers who have seen this bug... Under Tcat 4.x on a form-based login site with jdbcrealms, if you have a user which doesn't have per-session cookies enabled (so that he/she is using url session tracking) Tomcat has this

Re: BUG 5722 : Forward to page display a blank page

2002-02-15 Thread Bill Barker
In fact, I'd almost 'fixed' this before going back and re-reading the servlet spec. I just can't find enough wiggle room in section 8.1 (of either 2.2 or 2.3) to allow this. If anyone else can find a way to interpret the spec differently, I'd be more than happy to change this for RC1. The

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service AddServiceAction.java AddServiceForm.java

2002-02-15 Thread manveen
manveen 02/02/15 01:40:39 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service AddServiceAction.java AddServiceForm.java Log: Cleaned up validation code and creation and addition of a new service. Revision ChangesPath 1.2

DO NOT REPLY [Bug 6494] New: - Tomcat 4.0.2 could not start from W2k service after adding webapps conf

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6494. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-02-15 Thread remm
remm02/02/15 13:13:19 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Ajp13Request.java Log: - Add a 'tomcatAuthentication' flag, which defaults to true. - If the flag is true, Tomcat is 100% responsible of the authentication. If false,

Re:cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/

2002-02-15 Thread Jonathan Pierce
It looks like you accidently removed the empty string check needed here for ajp.RemoteUser (). ajp.RemoteUser () should probably also be checked whether it is null before calling toString. //if ((!(((Ajp13Connector) connector).getTomcatAuthentication())) // (ajp.remoteUser() != null)) {

Re: {PATCH] Enhanced JNDI realm

2002-02-15 Thread Craig R. McClanahan
John, Sorry it took so long to respond to this ... life has been busier than I would have believed possible. I've reviewed the patch, and the changes seem reasonable. Can you do me a favor, though, and send me a complete updated version of JNDIRealm.java? For changes this big, I get a little

Re:cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/

2002-02-15 Thread Remy Maucherat
It looks like you accidently removed the empty string check needed here for ajp.RemoteUser (). ajp.RemoteUser () should probably also be checked whether it is null before calling toString. No, I did it on purpose. It's a lot better to have the user set the behavior of the connector here.

DO NOT REPLY [Bug 6494] - Tomcat 4.0.2 could not start from W2k service after adding webapps conf

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6494. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-02-15 Thread costinm
On 15 Feb 2002 [EMAIL PROTECTED] wrote: remm02/02/15 13:13:19 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Ajp13Request.java Log: - Add a 'tomcatAuthentication' flag, which defaults to true. - If the flag is true, Tomcat is 100%

cvs commit: jakarta-tomcat-4.0/webapps/admin/service service.jsp

2002-02-15 Thread manveen
manveen 02/02/15 13:04:37 Modified:webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources_es.properties

Re[2]:cvs commit: jakarta-tomcat-connectors/jk/java/org/apac

2002-02-15 Thread Jonathan Pierce
No, I did it on purpose. It's a lot better to have the user set the behavior of the connector here. 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. When the userid passed in is the empty string

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpRequestImpl.java

2002-02-15 Thread craigmcc
craigmcc02/02/15 15:03:42 Modified:catalina/src/share/org/apache/catalina/connector/http HttpRequestImpl.java Log: Implement clearHeaders() in the HttpRequest implementation class that is actually used by the HTTP/1.1 connector. This fixes #5422, where

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpRequestImpl.java

2002-02-15 Thread craigmcc
craigmcc02/02/15 15:05:36 Modified:catalina/src/share/org/apache/catalina/connector/http Tag: tomcat_40_branch HttpRequestImpl.java Log: Port the fix for 5422. Revision ChangesPath No revision No

DO NOT REPLY [Bug 5422] - HTTP Headers not being cleared after form authentication

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5422. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

DO NOT REPLY [Bug 5706] - Redirect to default host

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5706. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6331] - Cannot add more than one cookie

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6331. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt

2002-02-15 Thread remm
remm02/02/15 15:21:07 Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt Log: - Update bug status. Revision ChangesPath No revision No revision

DO NOT REPLY [Bug 5736] - Error page exception stored under wrong Attribute

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5736. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re[2]: cvs commit: jakarta-tomcat-connectors/jk/java/org/apa

2002-02-15 Thread Jonathan Pierce
Ok, I understand now. I tested the case through the connector where you do want tomcat authentication and the user principal is always set to null and everything worked fine with the /examples/jsp/security/protected/index.html example. I was able to login and logout as expected and see the user

DO NOT REPLY [Bug 6235] - tomcat4-4.0.1-1 rpm has wrong owner for /var/tomcat4/webapps

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6235. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4954] - When specifying CATALINA_BASE explicitly, that dir has to have shared/lib/jasper-*.jar in it

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4954. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Re[2]: cvs commit: jakarta-tomcat-connectors/jk/java/org/apa

2002-02-15 Thread Remy Maucherat
Ok, I understand now. I tested the case through the connector where you do want tomcat authentication and the user principal is always set to null and everything worked fine with the /examples/jsp/security/protected/index.html example. I was able to login and logout as expected and see the

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerHttpRequest.java InvokerServlet.java

2002-02-15 Thread craigmcc
craigmcc02/02/15 17:07:11 Modified:catalina/src/share/org/apache/catalina/servlets InvokerHttpRequest.java InvokerServlet.java Log: Wrap the getPathTranslated() method of the wrapped request used the first time a particular servlet is invoked, so that it

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerHttpRequest.java InvokerServlet.java

2002-02-15 Thread craigmcc
craigmcc02/02/15 17:09:51 Modified:catalina/src/share/org/apache/catalina/servlets Tag: tomcat_40_branch InvokerHttpRequest.java InvokerServlet.java Log: Port fix for 6480. Revision ChangesPath No

DO NOT REPLY [Bug 6480] - HttpServletRequest.getPathTranslated() returns different results on repeated actions

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6480. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[FAQ] jGuru FAQ Update

2002-02-15 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ Servlets FAQ: http://www.jguru.com/faq/Servlets How

DO NOT REPLY [Bug 4829] - Automatic deployment of war files does not work properly

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4829] - Automatic deployment of war files does not work properly

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6497] New: - webapp/support/install.sh: bad interpreter: Permission denied

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6497. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6498] New: - URL Redirection is broken

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6498. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6499] New: - problem uploading files using com.oreilly.servlet.MultpartRequest

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6499. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6497] - webapp/support/install.sh: bad interpreter: Permission denied

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6497. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4829] - Automatic deployment of war files does not work properly

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4096] - Ajp13 connector does not handle sticky sessions

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4096. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4096] - Ajp13 connector does not handle sticky sessions

2002-02-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4096. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.