Bug #373 Apache, mod_jk + AJP13 problems with RequestDispatcher.forward()

2000-11-24 Thread Clinton, Doug
We really need to get ajp13 working on a project we're working on (primarily so that we can get access to https and client certificate information) but we're running up against the problem described in this bug report. Because of that I'm considering diving in and trying to fix the bug so I'd lik

BugRat Report #424 was closed (apparently by: Pierre Delisle)

2000-11-24 Thread BugRat Mail System
Report #424 was closed by Person #0 Synopsis: Tomcat does not see derived setter methods of tag handlers (logged in as: Pierre Delisle)

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler JikesJavaCompiler.java

2000-11-24 Thread pierred
pierred 00/11/24 05:38:33 Modified:jasper/src/share/org/apache/jasper/compiler JikesJavaCompiler.java Log: Double quotes only in case of TC running under Windows. Submitted by: "Schmitt, Christian" <[EMAIL PROTECTED]> Revision ChangesPath 1.

Re: Patch for JikesJavaCompiler.java

2000-11-24 Thread Pierre Delisle
Christian, Thanks for the patch. I've just aplied it to tomcat-4.0. As for tomcat-3.2, I will be porting patches there *only* if this is approved by Craig (since we are so close to an official release of 3.2). -- Pierre "Schmitt, Christian" wrote: > > Hi all, > we've been working with TC

[PATCH] Possible fix for bug #373

2000-11-24 Thread Clinton, Doug
Further to my earlier message, I've been investigating the problem with ajp13 and found the following. RequestDispatcher.forward() calls realResponse.finish() as its final action. However, ContextManager.service() also calls finish() on the response which results in two packets of type JK_AJP13_E

BugRat Report #428 has been filed.

2000-11-24 Thread BugRat Mail System
Bug report #428 has just been filed. You can view the report at the following URL: REPORT #428 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: non-critica

RE: [PATCH] Possible fix for bug #373

2000-11-24 Thread GOMEZ Henri
Hi, It seems your patch correct the AJP13 + RequestDispatcher.forward() problem. I'll do more tests but it seems to be good :-) Thanks PS: Could be commited ;-) "La maîtrise des autres n'est que la force. La maîtrise de vous-même est le véritable pouvoir" -- Lao Tzu >-Original Message

BugRat Report #429 has been filed.

2000-11-24 Thread BugRat Mail System
Bug report #429 has just been filed. You can view the report at the following URL: REPORT #429 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: non-critica

tomcat usage output missing/written twice

2000-11-24 Thread Ralf Suckow
Hello, I've just submitted the following problem/solution to BugRat as Report number 429. This is my first jakarta bug report, so I'm taking advice from the web page to also send it to the mailing list. Hope that helps and does not annoy too much, the submitted bug is a minor problem ;-) Yours

cvs commit: jakarta-tomcat-4.0/connector - New directory

2000-11-24 Thread pier
pier00/11/24 10:07:30 jakarta-tomcat-4.0/connector - New directory

cvs commit: jakarta-tomcat-4.0/connector/src - New directory

2000-11-24 Thread pier
pier00/11/24 10:07:42 jakarta-tomcat-4.0/connector/src - New directory

cvs commit: jakarta-tomcat-4.0/connector/src/apache-1.3 - New directory

2000-11-24 Thread pier
pier00/11/24 10:07:55 jakarta-tomcat-4.0/connector/src/apache-1.3 - New directory

cvs commit: jakarta-tomcat-4.0/connector/src/webapplib - New directory

2000-11-24 Thread pier
pier00/11/24 10:08:42 jakarta-tomcat-4.0/connector/src/webapplib - New directory

cvs commit: jakarta-tomcat-4.0/connector/src/webapplib wa.c wa.h wa_connection.c wa_connection.h wa_host.c wa_host.h wa_provider.c wa_provider.h wa_provider_info.c wa_request.c wa_request.h

2000-11-24 Thread pier
pier00/11/24 10:10:42 Added: connector/src/apache-1.3 mod_webapp.c connector/src/webapplib wa.c wa.h wa_connection.c wa_connection.h wa_host.c wa_host.h wa_provider.c wa_provider.h wa_provider_info.c wa_request.c

Re: cvs commit: jakarta-tomcat-4.0/connector/src/webapplib wa.c wa.h wa_connection.c wa_connection.h wa_host.c wa_host.h wa_provider.c wa_provider.h wa_provider_info.c wa_request.c wa_request.h

2000-11-24 Thread Pier P. Fumagalli
[EMAIL PROTECTED] wrote: > > pier00/11/24 10:10:42 > > Added: connector/src/apache-1.3 mod_webapp.c >connector/src/webapplib wa.c wa.h wa_connection.c > wa_connection.h wa_host.c wa_host.h wa_provider.c > wa_provider

BugRat Report #196 was closed (apparently by: Nick Bauman)

2000-11-24 Thread BugRat Mail System
Report #196 was closed by Person #0 Synopsis: Apache cannot load ApacheModuleJServ at startup (logged in as: Nick Bauman)

Re: [Tomcat 3.2 beta 8] jsse ?

2000-11-24 Thread Craig R. McClanahan
Pilho Kim wrote: > How can I test JSSE ? > I have installed Tomcat 3.2 beta 8 on Win98. First, download JSSE (1.0.2) from the JavaSoft web site, and install it's JAR files on your classpath (or in the system extensions directory, $JAVA_HOME/jre/lib/ext on a Java2 platform). Next, edit your se

Re: cvs commit: jakarta-tomcat-4.0/connector/src/webapplib wa.c wa.h wa_connection.c wa_connection.h wa_host.c wa_host.h wa_provider.c wa_provider.h wa_provider_info.c wa_request.c wa_request.h

2000-11-24 Thread Craig R. McClanahan
I would rather wait and include the connector stuff in the m5 milestone -- that way it will get more attention (and bug fixes :-). Also, I don't see any makefiles or other build scripts for the web connector, or for the invocation stuff. I'd be happy to integrate whatever is necessary into the A

Re: [PROPOSAL] Tomcat 4.0 Milestone 5

2000-11-24 Thread Craig R. McClanahan
See intermixed below. GOMEZ Henri wrote: > >I plan to cut a "milestone 5" release of Tomcat 4.0 this coming Friday (or, > >worst case, on Saturday). As a sneak preview of coming attractions, the > >following cool stuff will be included: > > Nice... > > >* Initial version of the web connector fo

Re: [PROPOSAL] Tomcat 4.0 Milestone 5

2000-11-24 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > See intermixed below. > > > On 4.0 stability? I don't think so. You should consider me to be biased > (Catalina has been *my* baby, after all :-), but I've seen the insides of 3.2 > and 4.0 in a lot more detail than I ever hoped to over the last month. I have

Re: [PROPOSAL] Tomcat 4.0 Milestone 5

2000-11-24 Thread Pier P. Fumagalli
Glenn Nielsen wrote: > > > Just waiting on the green light that says mod_warp is ready to test. mod_webapp :) Basically the module and the library are done... I stil have a coupl of small issues with the WARP adapter, but they're going away soon... Pier -- Pier Fumagalli <[EMAIL PROTE

BugRat Report #197 was closed (apparently by: Nick Bauman)

2000-11-24 Thread BugRat Mail System
Report #197 was closed by Person #0 Synopsis: Apache cannot load ApacheModuleJServ at startup (logged in as: Nick Bauman)

BugRat Report #208 was linked to Bug #55(apparently by:Nick Bauman)

2000-11-24 Thread BugRat Mail System
BugRat Report #208 was linked to Bug #55 (logged in as:Nick Bauman)

BugRat Report #210 was linked to Bug #56(apparently by:Nick Bauman)

2000-11-24 Thread BugRat Mail System
BugRat Report #210 was linked to Bug #56 (logged in as:Nick Bauman)

BugRat Report #373 was linked to Bug #58(apparently by:Nick Bauman)

2000-11-24 Thread BugRat Mail System
BugRat Report #373 was linked to Bug #58 (logged in as:Nick Bauman)

BugRat Report #373 was linked to Bug #59(apparently by:Nick Bauman)

2000-11-24 Thread BugRat Mail System
BugRat Report #373 was linked to Bug #59 (logged in as:Nick Bauman)

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

2000-11-24 Thread remm
remm00/11/24 11:55:21 Modified:catalina/src/share/org/apache/catalina/connector/http HttpHeader.java HttpProcessor.java HttpRequestImpl.java HttpRequestLine.java Added: catalina/src/share/org/apache/catalina/connector/http

BugRat Report #430 has been filed.

2000-11-24 Thread BugRat Mail System
Bug report #430 has just been filed. You can view the report at the following URL: REPORT #430 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

BugRat Bug #59 was closed (apparently by: Nick Bauman)

2000-11-24 Thread BugRat Mail System
Bug #59 was closed by Person #0 Synopsis: Apache, mod_jk + APJ13 problems with RequestDispatcher.forward() (logged in as: Nick Bauman)

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/xml SaxContext.java XmlMapper.java

2000-11-24 Thread craigmcc
craigmcc00/11/24 14:36:26 Modified:catalina/src/share/org/apache/catalina Context.java catalina/src/share/org/apache/catalina/core StandardContext.java catalina/src/share/org/apache/catalina/startup ContextCon

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/deploy ErrorPage.java LoginConfig.java

2000-11-24 Thread craigmcc
craigmcc00/11/24 16:57:25 Modified:catalina/src/share/org/apache/catalina/core LocalStrings.properties StandardContext.java StandardWrapper.java catalina/src/share/org/apache/catalina/deploy ErrorPage.java

BugRat Report #198 was closed (apparently by: Nick Bauman)

2000-11-24 Thread BugRat Mail System
Report #198 was closed by Person #0 Synopsis: Problem reported in bug #50 of init() being called twice at start-up servlet load (logged in as: Nick Bauman)

BugRat Report #200 was closed (apparently by: Nick Bauman)

2000-11-24 Thread BugRat Mail System
Report #200 was closed by Person #0 Synopsis: Simultaneous requests from browsers cause data returned by JSPs to be garbled (logged in as: Nick Bauman)

BugRat Report #201 was closed (apparently by: Nick Bauman)

2000-11-24 Thread BugRat Mail System
Report #201 was closed by Person #0 Synopsis: XML notation for JSP scriptlet causes scriptlet not to run (logged in as: Nick Bauman)

BugRat Report #202 was closed (apparently by: Nick Bauman)

2000-11-24 Thread BugRat Mail System
Report #202 was closed by Person #0 Synopsis: XML notation for JSP scriptlet causes scriptlet not to run (logged in as: Nick Bauman)