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

[PATCH] JNIConnectionHandler

2001-09-11 Thread Thomas Colin de Verdiere
I made public JNIRequestAdapter, JNIResponseAdapter here is three files and JNIConnectionHandler.txt which is the diff file. Email me if there is problem including in next release candidate Bug 2352 Sorry if it is posted twice Thomas Colin ---

JNI Connection

2001-09-07 Thread Thomas Colin de Verdiere
Hi, as we are in beta testing 3.3 (hope it's not too late) i got to hurry. Well i do have problem with the JNI Connection (system) which was on 3.2.1 Main things : JNIConnectionHandler include to classes: JNIRequestAdapter JNIResponseAdapter so it's not possible for me to extend

Re: JNI Connection

2001-09-07 Thread Thomas Colin de Verdiere
3.3 wtihout rewriting an entire jni connection handler? i'll send if necessary PATCH on Monday. Thanx Thomas Colin [EMAIL PROTECTED] wrote: On Fri, 7 Sep 2001, Thomas Colin de Verdiere wrote: Main things : JNIConnectionHandler include to classes: JNIRequestAdapter JNIResponseAdapter

Re: What will happen to BUG #2333

2001-07-05 Thread Thomas Colin de Verdiere
what's your problem in ajp12 Tom Roloff, Dirk wrote: Hi all, just a question - i found an error in TC 3.2.2 and i hope i fixed it. I added a Bugreport and a patch but no one here in the list say anything about it, nore the report will be visited. Nobody here with the same problem ? Who

submit a patch

2001-07-02 Thread Thomas Colin de Verdiere
Hi, how do i submit a patch? Thomas

JniRequestAdapter

2001-06-26 Thread Thomas Colin de Verdiere
Does the class JNIRequestAdapter is an inner class in JNIConnectionHandler as in the source of Tomcat 3.2.1 although it is not in lib\webserver.jar Thank you Tom