RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java

2001-08-23 Thread GOMEZ Henri
Hi Keith, What about adding the REPORT method to ajp13, found in jakarta-tomcat-connector ? Regards - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A

RE: mod_webapp with Apache 2.0

2001-08-23 Thread GOMEZ Henri
Good news Pier Happy to see a second connector web-connector for Apache 2.0 ;) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade ServletInputStreamFacade.java

2001-08-23 Thread keith
keith 01/08/23 04:22:25 Modified:src/facade22/org/apache/tomcat/facade ServletInputStreamFacade.java Log: Read should report -1 if the stream is in an eof state. Revision ChangesPath 1.4 +1 -1

RE: ajp13, tc 3.3

2001-08-23 Thread Keith Wannamaker
| -Original Message- | I suppose you're talking about chunked encoding on the input ? Yep. | The current mechanism is not the best - we shouldn't use Content-Length, | but let the connector signal the end of the stream. Yes, exactly. Both request and the facade input stream take an

Re: Security issues with Tomcat 3.2.x

2001-08-23 Thread RoMaN SoFt / LLFB !!
On Wed, 22 Aug 2001 09:41:04 -0500, you wrote: JkMount /*.jsp ajp13 Yes, this solves my problem. But I think this issue should be documented. I remember having read about this command for telling Apache to forward *all* .jsp pages to Tomcat, but I haven't seen any advice for preventing the //

RE: ajp13, tc 3.3

2001-08-23 Thread cmanolache
On Thu, 23 Aug 2001, Keith Wannamaker wrote: I think ajp is handling the missing content length case OK, except we might need to send an initial body chunk even if contentlength is not specified. I was hoping to get it in tc 3.3 since tc is not quite doing what one would expect from

RE: ajp13, tc 3.3

2001-08-23 Thread GOMEZ Henri
I think ajp is handling the missing content length case OK, except we might need to send an initial body chunk even if contentlength is not specified. I was hoping to get it in tc 3.3 since tc is not quite doing what one would expect from reading the spec. How about I post a diff for

RE: ajp13, tc 3.3

2001-08-23 Thread Larry Isaacs
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 10:21 AM To: [EMAIL PROTECTED] Subject: RE: ajp13, tc 3.3 On Thu, 23 Aug 2001, Keith Wannamaker wrote: I think ajp is handling the missing content length case OK, except

cvs commit: jakarta-tomcat/src/etc/jk workers.properties jni_workers.properties

2001-08-23 Thread costin
costin 01/08/23 07:57:33 Modified:src/etc/jk workers.properties Removed: src/etc/jk jni_workers.properties Log: First change - re-fixing jni worker. The 'main' workers.properties is used, and the 'main' server.xml is used ( now server.xml includes JNI by default,

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java

2001-08-23 Thread costin
costin 01/08/23 07:59:14 Modified:src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java Log: Fix for # 2148. Thanks [EMAIL PROTECTED] (Mahmoud) Submitted by: [EMAIL PROTECTED] (Mahmoud) Revision ChangesPath 1.13 +6 -0

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config BaseJkConfig.java

2001-08-23 Thread costin
costin 01/08/23 08:01:57 Modified:src/share/org/apache/tomcat/modules/config BaseJkConfig.java Log: Added 'regenerate' property to config generator modules. If the attribute is set, config will be generated at startup. We can now inlcude the modules by default, since

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server JNIEndpoint.java

2001-08-23 Thread costin
costin 01/08/23 08:02:42 Modified:src/share/org/apache/tomcat/modules/server JNIEndpoint.java Log: Use Main to start tomcat. Tomcat.java is deprecated, either EmbededTomcat or Main should be used. Revision ChangesPath 1.3 +4 -4

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup EmbededTomcat.java

2001-08-23 Thread costin
costin 01/08/23 08:13:47 Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java Log: Added the -jkconf option. Revision ChangesPath 1.50 +13 -0 jakarta-tomcat/src/share/org/apache/tomcat/startup/EmbededTomcat.java Index: EmbededTomcat.java

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_ajp13_worker.c

2001-08-23 Thread hgomez
hgomez 01/08/23 08:41:20 Modified:src/native/mod_jk/common jk_ajp13_worker.c Log: Handle client Browser Stop button Submitted by: William Barker [EMAIL PROTECTED] Revision ChangesPath 1.10 +13 -3 jakarta-tomcat/src/native/mod_jk/common/jk_ajp13_worker.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13.h jk_ajp_common.c

2001-08-23 Thread hgomez
hgomez 01/08/23 08:51:08 Modified:jk/native/common jk_ajp13.h jk_ajp_common.c Log: Handle client Browser Stop Button Submitted by: William Barker [EMAIL PROTECTED] Revision ChangesPath 1.6 +2 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp13.h

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

2001-08-23 Thread craigmcc
craigmcc01/08/23 09:42:27 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java catalina/src/share/org/apache/catalina/servlets InvokerServlet.java Log: Fix the race condition on the invoker servlet

jakarta-tools/javac.jar

2001-08-23 Thread Kevin Seguin
does anybody know if it is legal to redistribute this jar file? if it is legal to redistribute this jar, but not tools.jar, why? thanks for any info, -kevin.

RE: ajp13, tc 3.3

2001-08-23 Thread cmanolache
On Thu, 23 Aug 2001, Larry Isaacs wrote: length, not no content. It should be a simple change, we just must make sure we check all places where ContentLength is used and fix it everywhere. To make sure I am in sync, exactly which spec are you refering to. Thanks.

RE: ajp13, tc 3.3

2001-08-23 Thread Larry Isaacs
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 12:59 PM To: '[EMAIL PROTECTED]' Subject: RE: ajp13, tc 3.3 On Thu, 23 Aug 2001, Larry Isaacs wrote: length, not no content. It should be a simple change, we just must

tomcat 4 and CLIENT-CERT auth (maybe) not working properly

2001-08-23 Thread Kevin Seguin
when i attempt to use CLIENT-CERT auth with the tomcat 4 manager webapp, tomcat appears to still be looking for basic auth credentials. for example, if i change web.xml in the manager webapp to look like this: --- snip --- security-constraint web-resource-collection

[PATCH] javadoc patch for minor build error (3.3)

2001-08-23 Thread Christopher Cain
An empty @return directive was throwing a minor build message. While I was there, I did a few other trivial touch-ups. Typos, as well as a new @return for a method that was missing one. :) - Christopher RealmBase.patch

TomcatAuthentication

2001-08-23 Thread Ignacio J. Ortega
Hola Joe: Almost sure my fault, please post a bug with the explanation to http://nagoya.apache.org/bugzilla i will look at it ASAP.. Thanks for the feedback and sorry for the slow response ( Just coming back from beach :) TIA Saludos , Ignacio J. Ortega

Tomcat 3.2.3 and getPathInfo

2001-08-23 Thread Jason Hunter
It seems that Tomcat 3.2.3 has a bug (a regression) that hits my book's Example 5-5. See: http://www.servlets.com/jservlet2/examples/ch05/index.html#ex05_05 The bug is that for the following URL: http://www.servlets.com/jservlet2/examples/ch05/goto/http://www.servlets.com the goto servlet

Re: [BUG] Jasper parsing of XML documents

2001-08-23 Thread Mark Abbott
On the off chance anyone needs to know (and I appear to be the only one who cares about XML syntax issues :) it looks from the code like what Jasper is doing is that, while parsing a tag, it outputs any uninterpreted child tags it encounters, but accumulates all child sections of character data

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardServer.java

2001-08-23 Thread craigmcc
craigmcc01/08/23 15:15:43 Modified:catalina/src/share/org/apache/catalina Server.java catalina/src/share/org/apache/catalina/core StandardServer.java Added: catalina/src/share/org/apache/catalina ServerFactory.java Log: Add a singleton

Request: binary mod_webapp.so for Solaris built with -DEAPI

2001-08-23 Thread Eryq
I was using the mod_webapp.so connector for Solaris which I downloaded from apache.org All was going well until I rebuilt my Apache (1.3.20) with SSL support. Now I get: [warn] Loaded DSO libexec/mod_webapp.so uses plain Apache 1.3 API, this module might crash under EAPI!

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardEngine.java StandardService.java

2001-08-23 Thread craigmcc
craigmcc01/08/23 15:32:10 Modified:catalina/src/share/org/apache/catalina Connector.java Engine.java catalina/src/share/org/apache/catalina/connector/http HttpConnector.java

Re: [BUG] Jasper parsing of XML documents

2001-08-23 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, Mark Abbott wrote: Date: Thu, 23 Aug 2001 15:04:49 -0700 From: Mark Abbott [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [BUG] Jasper parsing of XML documents On the off chance anyone needs to know (and I appear

Re: New SSL HOWTOs

2001-08-23 Thread Wolfgang Hoschek
Sorry, I am posting to tomcat-dev although not subscribed... Two suggestions: - Perhaps it is a good idea to also describe in the SSL HOWTO ways to configure SSL without stuffing libs into jre/lib/ext. Some sites run multiple versions/vendors of jdks, TC, JSSE, et al from (secure) read-only

Re: New SSL HOWTOs

2001-08-23 Thread Christopher Cain
Wolfgang Hoschek wrote: Sorry, I am posting to tomcat-dev although not subscribed... Two suggestions: - Perhaps it is a good idea to also describe in the SSL HOWTO ways to configure SSL without stuffing libs into jre/lib/ext. Some sites run multiple versions/vendors of jdks, TC, JSSE,

[PATCH] ssl-howto update - virtual hosts (4.0)

2001-08-23 Thread Christopher Cain
This is a quick note about the trouble with virtual hosts in SSL. It's one of those non-obvious little gotchas, so I figured it deserves a quick note as well. - Christopher ssl-howto.patch

Re: [BUG] Jasper parsing of XML documents

2001-08-23 Thread Mark Abbott
At 04:02 PM 8/23/2001, Craig R. McClanahan wrote: Do you have uninterpreted text that is *not* inside a jsp:text block? I don't think that is actually allowed. I will check with the spec lead. What I actually see is that the following JSP fragment: tagAtagBtext/tagBtagA appears just like

RE: Tomcat 3.2.3 and getPathInfo

2001-08-23 Thread Marc Saegesser
I just tried this using the SnoopServlet that ships with Tomcat using a URL like http://localhost:8080/servlet/SnoopServlet/http://fubar and got /http:/fubar as the path info. Your description makes it look like your losing http: in addition to the one of the /s. Is this what your seeing?

cvs commit: jakarta-tomcat build.xml

2001-08-23 Thread costin
costin 01/08/23 18:09:31 Modified:.build.xml Log: JNIEndpoint is a startup program. It should be moved to tomcat.startup, but to avoid changes in the native code we can leave it where it is. But it must be included in tomcat.jar, since the startup classpath must be

cvs commit: jakarta-tomcat/src/etc/jk workers.properties

2001-08-23 Thread costin
costin 01/08/23 18:10:38 Modified:src/etc/jk workers.properties Log: Remove tomcat-modules from the initial classpath. Leave the defaults as in the jni-workers.properties ( i.e. for windows ). Revision ChangesPath 1.5 +4 -5

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server JNIConnectionHandler.java JNIEndpoint.java

2001-08-23 Thread costin
costin 01/08/23 18:15:18 Modified:src/share/org/apache/tomcat/modules/server JNIConnectionHandler.java JNIEndpoint.java Log: - remove the dependency between JNIEndpoint and JNIConnectionHandler. The reverse is ok ( JNIConnection handler depends on

Re: Tomcat 3.2.3 and getPathInfo

2001-08-23 Thread Jason Hunter
Marc Saegesser wrote: I just tried this using the SnoopServlet that ships with Tomcat using a URL like http://localhost:8080/servlet/SnoopServlet/http://fubar and got /http:/fubar as the path info. Your description makes it look like your losing http: in addition to the one of

Fwd: Correction to JDC Tech Tip for August 21, 2001

2001-08-23 Thread Christopher Cain
LOL! That poor cat. Although I'm surprised that the JDC crew didn't forward it to Edwardo Company and/or us for review ... you know, before sending it out to a couple hundred thousand developers, give or take. I assume that: Some versions of Tomcat delay the calling of getWriter(), so

cvs commit: jakarta-tomcat/src/shell tomcat.bat

2001-08-23 Thread larryi
larryi 01/08/23 20:16:54 Modified:src/shell tomcat.bat Log: Add enableAdmin and estart commands with legacy enableAdmin. Added _MAIN environment variable to specify startup class like what is done in tomcat.sh. Some miscellaneous cleanup. Revision ChangesPath 1.38

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade ServletInputStreamFacade.java

2001-08-23 Thread costin
costin 01/08/23 21:38:50 Modified:src/share/org/apache/tomcat/modules/server Ajp13Interceptor.java src/facade22/org/apache/tomcat/facade ServletInputStreamFacade.java Log: Part of the changes to support chunked input

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa RealmBase.java

2001-08-23 Thread larryi
larryi 01/08/23 20:25:18 Modified:src/share/org/apache/tomcat/modules/aaa RealmBase.java Log: Patch for Javadoc. Submitted by: Christopher Cain Added some additional Javadoc rewording. Revision ChangesPath 1.2 +14 -13

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

2001-08-23 Thread costin
costin 01/08/23 22:19:22 Modified:jk/native/apache-2.0 Makefile.in Log: Fix the include, the .in file is used only to generate. Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SimpleSessionStore.java

2001-08-23 Thread costin
costin 01/08/23 19:24:19 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java src/share/org/apache/tomcat/modules/generators ErrorHandler.java src/share/org/apache/tomcat/modules/session