Re: [VOTE] Release Plan for Tomcat 3.3 (final release)

2001-09-11 Thread Christopher Cain
Quoting [EMAIL PROTECTED]: On Mon, 10 Sep 2001, Christopher Cain wrote: I don't know what 'long enough' means, my impression is that we had a far too long release cycle for 3.3 already. Don't worry Costin, he doesn't really know what it means either :) Well, giving the bug

RE: [VOTE] Bug Notification E-Mails

2001-09-11 Thread GOMEZ Henri
[X] +1 Tomcat-Dev should definitely be CC'ed a copy of the notifications [] +0 Sure, why not [] -0 I don't really care to see them, but I won't complain if I do :) [] -1 Leave it alone (explain) If the mail came from [EMAIL PROTECTED], it will be easy to have rules to filter them, but it's

RE: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_service.h jk_util.c

2001-09-11 Thread GOMEZ Henri
Hi Keith, Nice to see that works (you were the faster here :) What about change in mod_jk.c for Apache 1.3 and 2.0 in J-T-C. I've worked on that and could commit if necessary. Just to avoid duplicate commit :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

Re: DIGEST authentication scheme for Tomcat 3.3

2001-09-11 Thread Attila Szegedi
Been thinking about how could it be done completely orthogonal to the main code (that is, as an independent module), but no matter how I look at it, I can't figure how to acheive the same functionality without touching AccessInterceptor and RealmBase. OTOH, The Digest* classes can be moved into a

RE: [VOTE] Release Plan for Tomcat 3.3 (final release)

2001-09-11 Thread Paulo Gaspar
Considering all expressed opinions (Costin included) I think Christopher already wrapped up the whole mess going on here in a previous post, and I quote: AFAIK, everyone is in agreement that all bug entries will be in one of the CLOSED states (RESOLVED, POSTPONED, or CAN'T-REPRODUCE)

[PATCH] TC 4.0 build patch - not a joke

2001-09-11 Thread GOMEZ Henri
Hey hey boys, I've got a patch for you :)) I'm working on the RPM for Tomcat 4.0-RC1 and have noticed some jars, jndi for examples, are awaited in JNDI_HOME/lib/jndi.jar. In RPM packaging, and to follow FHS and Debian, Mandrake, Redhat policies, all system jars are now installed in

RE: [PATCH] TC 4.0 build patch - not a joke

2001-09-11 Thread GOMEZ Henri
PS: The patch is again the current CVS, not the RC1, which is just too late to patch - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

[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 ---

Re: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released

2001-09-11 Thread Aaron Knauf
I am submitting a bug report here, as jakarta.apache.org is reporting connection refused. A bug in Tomcat 4.0-beta-7: DTD URL for the webapp 2.3 dtd is now incorrect. http://java.sun.com/j2ee/dtds/web-app_2_3.dtd; is a file containing the following message: --- The file named

Re: [PATCH] SSLServerSocketFactory.java

2001-09-11 Thread Wolfgang Hoschek
Noticed that in the catalina.bat patch it should of course read REM instead of # (gotcha). Here the fixed patch. The other 2 patches are fine. Wolfgang. --- catalina.bat.orig Mon Aug 27 21:10:25 2001 +++ catalina.batTue Sep 11 10:45:13 2001 @@ -65,6 +65,11 @@ rem - Set Up The

Re: New resource: Bugs every servlet programmer should know about

2001-09-11 Thread Martijn Koster
http://www.servlets.com/soapbox/bugs.html I've added the getDateHeader one to the bugs database http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3546 -- Martijn

cvs commit: jakarta-tomcat-4.0 BUILDING.txt

2001-09-11 Thread craigmcc
craigmcc01/09/11 09:54:41 Modified:.BUILDING.txt Log: Update BUILDING.txt to reflect the new requirement for Ant 1.4. NOTE: The new requirements for JavaMail and JAF (added on Saturday) *were* added in the version of BUILDING.txt, but I forgot to remove the old

[Fwd: IIS + Tomcat : IIS restarting and ultimately IIS stops]

2001-09-11 Thread mahesh p s
Hi I am facing a problem thought that you might be able to help me out with this. I have installed IIS 5.0 on my box and I am using Tomcat Server along with this. And the redirector which you have written isapi_redirect.dll Now I am facing a weird problem which I am unable to pinpoint and

RE: New resource: Bugs every servlet programmer should know about

2001-09-11 Thread Tomas Rokicki
You forgot: never use servlet instance variables. This alone is the most common servlet programming bug I've ever seen, and I see it again and again and again. I think the containers should use reflection to sniff a servlet class and if there is a servlet instance variable, refuse to load the

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

2001-09-11 Thread craigmcc
craigmcc01/09/11 10:33:02 Modified:catalina/src/share/org/apache/catalina/connector/http HttpConnector.java catalina/src/share/org/apache/catalina/connector/http10 HttpConnector.java Log: Tweak the log messages printed

Re: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, Aaron Knauf wrote: Date: Tue, 11 Sep 2001 13:38:14 +1200 From: Aaron Knauf [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCEMENT] Tomcat 4.0-beta-7 Released I am submitting a bug report here, as jakarta.apache.org is

RE: Tomcat 3.2.3 and getPathInfo

2001-09-11 Thread Marc Saegesser
1) A URL identifies a resource. It doesn't matter whether the resource is a static file, CGI, servlet, JSP, ASP or anything else, it simply names a resource. To say that some pieces of the URL should be normalized while other pieces should not goes against this concept. Any two URLS that name

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Embedded.java

2001-09-11 Thread craigmcc
craigmcc01/09/11 13:28:41 Modified:catalina/src/share/org/apache/catalina/startup Embedded.java Log: Modify the org.apache.catalina.startup.Embedded class to *require* that the catalina.home system property be set in order to function. Many internal Catalina operations depend

How to get a ref. to StandardManager / tomcat overview servlet

2001-09-11 Thread Don Park
Im trying to get an overview of the utilization of a tomcat server. One simple utility Id like is something that lists all the http sessions that are being managed by tomcat. in org.apache.tomcat.session.StandardManager, there is a findSessions() method which Id like to use. I dont know how to

Re: [VOTE] Release Plan for Tomcat 3.3 (final release)

2001-09-11 Thread Craig R. McClanahan
= Tomcat 3.3 Final Release Plan Ballot = [ ] +1I am in favor of this plan, and will help [X] +0I am in favor of this plan, but am unable to help [ ] -0I not in favor of this plan [ ] -1I am opposed to this plan, and my reason(s) are:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Bootstrap.java BootstrapService.java Catalina.java

2001-09-11 Thread craigmcc
craigmcc01/09/11 16:34:43 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java BootstrapService.java Catalina.java Log: Consistently initialize system property catalina.base from catalina.home if it is not set already. Revision

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2001-09-11 Thread remm
remm01/09/11 16:40:38 Modified:.tomcat.nsi Log: - Back to using catalina.home (it's more consistent now). Revision ChangesPath 1.16 +2 -2 jakarta-tomcat-4.0/tomcat.nsi Index: tomcat.nsi

Re: New requirement of -Dcatalina.base? [TC4-RC1]

2001-09-11 Thread Craig R. McClanahan
Good idea. This was done inconsistently, so I've updated the code for the various standard ways to start Tomcat 4 -- now, it will always set catalina.base from catalina.home unless you explicitly set it to something else. Michael, I should have given you credit for this in the commit message

Re: Little login BUG with JDBC realms ?

2001-09-11 Thread Craig R. McClanahan
On Mon, 10 Sep 2001, Roland wrote: Date: Mon, 10 Sep 2001 15:58:52 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Little login BUG with JDBC realms ? Hello, I noticed the following behaviour using JDBC realms on tomcat 4.0-b7 running

Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, Punky Tse wrote: Date: Tue, 11 Sep 2001 10:04:19 +0800 From: Punky Tse [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], Punky Tse [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: cvs commit: jakarta-tomcat-4.0/webapps/examples build.xml

Re: New resource: Bugs every servlet programmer should know about

2001-09-11 Thread Craig R. McClanahan
Jason, One family of bugs you might want to include pertains to app servers that still use the Jasper engine from Tomcat 3.1 in their current production versions (such as IBM's WebSphere 3.5.3 and earlier). Such servers inherit a large number of bugs from that Jasper code -- one that bites many

RE: [VOTE] Bug Notification E-Mails

2001-09-11 Thread Craig R. McClanahan
[X] +1 Tomcat-Dev should definitely be CC'ed a copy of the notifications [] +0 Sure, why not [] -0 I don't really care to see them, but I won't complain if I do :) [] -1 Leave it alone (explain) Craig

Re: [PATCH] TC 4.0 build patch - not a joke

2001-09-11 Thread Craig R. McClanahan
Henri, I'm not necessarily opposed to this patch -- just want to understand it a little better. Basically, it looks like you are trying to do the following (my comments interspersed in indented paragraphs): * Declare foo.lib properties for all of the actual directories in which the JAR files

cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-11 Thread craigmcc
craigmcc01/09/11 17:53:06 Modified:.RELEASE-PLAN-4.0.txt Log: Latest updates. Revision ChangesPath 1.12 +4 -6 jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt Index: RELEASE-PLAN-4.0.txt ===

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.sh

2001-09-11 Thread craigmcc
craigmcc01/09/11 17:54:28 Modified:catalina/src/bin catalina.sh digest.sh jasper/src/bin jasper.sh Log: Bring CYGWIN support for all Unix shell scripts up to date with the recommended practice: * Convert everything into Unix-like paths * Manipulate paths as

RE: [ANNOUNCE] Tomcat 4.0 Release Candidate 1 Available

2001-09-11 Thread Craig R. McClanahan
On Mon, 10 Sep 2001, Stephane Bailliez wrote: Date: Mon, 10 Sep 2001 09:19:32 +0100 From: Stephane Bailliez [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [ANNOUNCE] Tomcat 4.0 Release Candidate 1 Available Craig, I'm desperately trying for weeks to

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs tomcat-docs.xsl

2001-09-11 Thread craigmcc
craigmcc01/09/11 18:03:51 Modified:webapps/tomcat-docs tomcat-docs.xsl Log: Tweak the documentation stylesheet to include the document title portion that comes from the document itself. It did not seem necessary to include The Tomcat 4 Servlet/JSP Container at the top of each

Re: Tomcat 4 Documentation

2001-09-11 Thread Craig R. McClanahan
On Mon, 10 Sep 2001, Glenn Nielsen wrote: Date: Mon, 10 Sep 2001 07:17:08 -0500 From: Glenn Nielsen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat 4 Documentation I have a couple of suggestions for the new Tomcat 4 documentation. 1. In addition to

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

2001-09-11 Thread remm
remm01/09/11 20:04:12 Modified:catalina/src/share/org/apache/catalina/connector HttpRequestBase.java Log: - Make date formats non static. Revision ChangesPath 1.31 +5 -5

RE: [ANNOUNCE] Tomcat 4.0 Release Candidate 1 Available

2001-09-11 Thread Craig R. McClanahan
On Mon, 10 Sep 2001, David Oxley wrote: Date: Mon, 10 Sep 2001 10:52:14 +0100 From: David Oxley [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: [ANNOUNCE] Tomcat 4.0 Release Candidate 1 Available Craig, What will the state of TC4 be

cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-11 Thread craigmcc
craigmcc01/09/11 22:25:58 Modified:.RELEASE-PLAN-4.0.txt Log: Up to the minute status. Revision ChangesPath 1.13 +15 -10jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt Index: RELEASE-PLAN-4.0.txt