RE: [PROPOSAL] Update to Tomcat 3.3 Release Plan

2001-05-09 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega > -Mensaje original- > De: Larry Isaacs [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 9 de mayo de 2001 18:56 > Para: '[EMAIL PROTECTED]' > Asunto: [PROPOSAL] Update to Tomcat 3.3 Release Plan > > > Sorry to have been out of action for so long. To

cvs commit: jakarta-tomcat-4.0/connectors/lib wa_request.c

2001-05-09 Thread pier
pier01/05/09 23:49:18 Modified:connectors/lib wa_request.c Log: Fixing compilation problems. Revision ChangesPath 1.6 +3 -2 jakarta-tomcat-4.0/connectors/lib/wa_request.c Index: wa_request.c ==

Re: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-09 Thread Meir Faraj
+1 ;-) it start to be a working server , very good work , thanks :) - Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 5:03 AM Subject: Re: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release > +1 > > Amy > > > > Now that the "Proposed Fin

cvs commit: jakarta-tomcat-4.0/connectors/docs/api doc.request_handling.html pkg.request_handling.html

2001-05-09 Thread pier
pier01/05/09 23:41:28 Added: connectors/docs/api doc.request_handling.html pkg.request_handling.html Log: API Documentation for the Request Handling package Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/docs/api/doc

cvs commit: jakarta-tomcat-4.0/connectors/docs/api doc.configuration.html pkg.configuration.html

2001-05-09 Thread pier
pier01/05/09 23:41:17 Added: connectors/docs/api doc.configuration.html pkg.configuration.html Log: API Documentation for the Configuration package Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/docs/api/doc.configur

cvs commit: jakarta-tomcat-4.0/connectors/docs/api doc.connection_provider.html pkg.connection_provider.html

2001-05-09 Thread pier
pier01/05/09 23:40:35 Added: connectors/docs/api doc.connection_provider.html pkg.connection_provider.html Log: API Documentation for the Connection Provider package Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/do

How the Tomcat do flush?

2001-05-09 Thread Harden ZHU
I am trying to do customize of tomcat for my application. So to make Tomcat can just flush once at the end. What program should I change? Thanks Harden

cvs commit: jakarta-tomcat-4.0/connectors/docs/api doc.main.html pkg.main.html

2001-05-09 Thread pier
pier01/05/09 23:40:04 Added: connectors/docs/api doc.main.html pkg.main.html Log: API Documentation for the Main package Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/docs/api/doc.main.html Index: doc.main.html =

cvs commit: jakarta-tomcat-4.0/connectors/docs/api index.html packages.html

2001-05-09 Thread pier
pier01/05/09 23:39:17 Added: connectors/docs/api index.html packages.html Log: Index files for API docs Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/docs/api/index.html Index: index.html

cvs commit: jakarta-tomcat-4.0/connectors/docs/api - New directory

2001-05-09 Thread pier
pier01/05/09 23:38:00 jakarta-tomcat-4.0/connectors/docs/api - New directory

cvs commit: jakarta-tomcat-4.0/connectors/include wa_provider.h

2001-05-09 Thread pier
pier01/05/09 23:31:25 Modified:connectors/include wa_provider.h Log: Removed old function prototypes. Revision ChangesPath 1.3 +1 -9 jakarta-tomcat-4.0/connectors/include/wa_provider.h Index: wa_provider.h ===

cvs commit: jakarta-tomcat-4.0/connectors/include wa_request.h

2001-05-09 Thread pier
pier01/05/09 23:28:45 Modified:connectors/include wa_request.h Log: New request-handling functions and method. Revision ChangesPath 1.4 +67 -81jakarta-tomcat-4.0/connectors/include/wa_request.h Index: wa_request.h

cvs commit: jakarta-tomcat-4.0/connectors/lib wa_config.c

2001-05-09 Thread pier
pier01/05/09 23:26:56 Added: connectors/lib wa_config.c Log: New configuration functions Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/lib/wa_config.c Index: wa_config.c ==

cvs commit: jakarta-tomcat-4.0/connectors/include wa_main.h

2001-05-09 Thread pier
pier01/05/09 23:26:01 Modified:connectors/include wa_main.h Log: Moved configuration functions to wa_config.h Revision ChangesPath 1.2 +40 -73jakarta-tomcat-4.0/connectors/include/wa_main.h Index: wa_main.h ===

cvs commit: jakarta-tomcat-4.0/connectors/lib wa_request.c

2001-05-09 Thread pier
pier01/05/09 23:25:29 Modified:connectors/lib wa_request.c Log: Updated request handling mechanism and function names/prototypes. Revision ChangesPath 1.5 +179 -50 jakarta-tomcat-4.0/connectors/lib/wa_request.c Index: wa_request.c =

cvs commit: jakarta-tomcat-4.0/connectors/lib wa_main.c

2001-05-09 Thread pier
pier01/05/09 23:24:26 Modified:connectors/lib wa_main.c Log: Moved configuration functions to wa_config Revision ChangesPath 1.2 +86 -72jakarta-tomcat-4.0/connectors/lib/wa_main.c Index: wa_main.c =

cvs commit: jakarta-tomcat-4.0/connectors/include wa_config.h

2001-05-09 Thread pier
pier01/05/09 23:23:12 Modified:connectors/include wa_config.h Log: Sources reformatted Revision ChangesPath 1.2 +31 -31jakarta-tomcat-4.0/connectors/include/wa_config.h Index: wa_config.h ==

cvs commit: jakarta-tomcat-4.0/connectors/apache-1.3 mod_webapp.c

2001-05-09 Thread pier
pier01/05/09 23:21:27 Modified:connectors/apache-1.3 mod_webapp.c Log: Sources reformatted Revision ChangesPath 1.12 +124 -125 jakarta-tomcat-4.0/connectors/apache-1.3/mod_webapp.c Index: mod_webapp.c =

cvs commit: jakarta-tomcat-4.0/connectors/include wa.h

2001-05-09 Thread pier
pier01/05/09 23:17:21 Modified:connectors/include wa.h Log: Updated to reflect new header names. Revision ChangesPath 1.4 +19 -7 jakarta-tomcat-4.0/connectors/include/wa.h Index: wa.h ==

cvs commit: jakarta-tomcat-4.0/connectors/lib Makefile.in

2001-05-09 Thread pier
pier01/05/09 23:17:07 Modified:connectors/lib Makefile.in Log: Modified names for libraries and objects Revision ChangesPath 1.5 +3 -3 jakarta-tomcat-4.0/connectors/lib/Makefile.in Index: Makefile.in =

cvs commit: jakarta-tomcat-4.0/connectors/apache-1.3 Makefile.in

2001-05-09 Thread pier
pier01/05/09 23:13:30 Added: connectors/apache-1.3 Makefile.in Log: Added makefile template. Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/apache-1.3/Makefile.in Index: Makefile.in ===

cvs commit: jakarta-tomcat-4.0/connectors/include wa_config.h

2001-05-09 Thread pier
pier01/05/09 23:11:32 Added: connectors/include wa_config.h Log: Moved configuration functions from wa_main.h to a new wa_config.h Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/include/wa_config.h Index: wa_config.h

cvs commit: jakarta-tomcat-4.0/connectors/include wa_webserver.h

2001-05-09 Thread pier
pier01/05/09 23:08:24 Removed: connectors/include wa_webserver.h Log: Structures moved in wa_request.h

cvs commit: jakarta-tomcat-4.0/connectors/apache-1.3 mod_webapp.c

2001-05-09 Thread pier
pier01/05/09 23:07:34 Modified:connectors/apache-1.3 mod_webapp.c Log: Updated module to reflect changes in library Revision ChangesPath 1.11 +387 -44 jakarta-tomcat-4.0/connectors/apache-1.3/mod_webapp.c Index: mod_webapp.c

cvs commit: jakarta-tomcat-4.0/connectors configure configure.in

2001-05-09 Thread pier
pier01/05/09 23:06:30 Modified:connectors configure configure.in Log: Updated configure for 1.3 APXS Revision ChangesPath 1.3 +2 -2 jakarta-tomcat-4.0/connectors/configure Index: configure

cvs commit: jakarta-tomcat-4.0/connectors Makedefs.in Makefile.in

2001-05-09 Thread pier
pier01/05/09 23:05:42 Modified:connectors Makedefs.in Makefile.in Log: Update Makefile to halt on error without processing further subdirectories Added Make definitions for 1.3 APXS Revision ChangesPath 1.2 +5 -2 jakarta-tomcat-4.0/connectors/Makedefs.in

Re: security and a servlet using core catalina classes

2001-05-09 Thread Craig R. McClanahan
On Wed, 9 May 2001, Craig R. McClanahan wrote: > Catalina only lets servets installed in > $CATALINA_HOME/servlet have this kind of access). > Oops, that's actually "$CATALINA_HOME/server". Craig

Re: security and a servlet using core catalina classes

2001-05-09 Thread Craig R. McClanahan
On 9 May 2001, Fabien Le Floc'h wrote: > Ok, this is possible to bypass the "security"! > > Catalina conforms to the behavior in the Servlet 2.3 PFD2 > Specification (Section 9.7.2) but does not comply with its > "recommended" behaviour. > Which "recommended" behavior are you concerned about

Re: security and a servlet using core catalina classes

2001-05-09 Thread Fabien Le Floc'h
Ok, this is possible to bypass the "security"! Catalina conforms to the behavior in the Servlet 2.3 PFD2 Specification (Section 9.7.2) but does not comply with its "recommended" behaviour. Here is the code (not clean, sorry about that) for the doGet method of an regular servlet: respo

RE: [PROPOSAL] Update to Tomcat 3.3 Release Plan

2001-05-09 Thread Mike Braden
+1 -- Mike Braden [EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 12:56 PM To: '[EMAIL PROTECTED]' Subject: [PROPOSAL] Update to Tomcat 3.3 Release Plan Sorry to have been out of action for so long. To

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-05-09 Thread craigmcc
craigmcc01/05/09 18:21:26 Modified:tester/src/bin tester.xml tester/web/WEB-INF web.xml Added: tester/web Authentication04.jsp Log: Add a unit test for retrieving roles (directly and via an alias) from a JSP page (Authentication04) as well as a servlet (Auth

Re: security and a servlet using core catalina classes

2001-05-09 Thread Craig R. McClanahan
On 9 May 2001, Fabien Le Floc'h wrote: > Thanks for your answer, > > I decided to put my servlet in the catalina hierarchy (on my personal > computer). When it will be more advanced, I could even propose it as a > contribution to catalina. > Any hints on what it actually does? > But I think

security and a servlet using core catalina classes

2001-05-09 Thread Fabien Le Floc'h
Thanks for your answer, I decided to put my servlet in the catalina hierarchy (on my personal computer). When it will be more advanced, I could even propose it as a contribution to catalina. But I think would have been possible to bypass the "security" by just using reflection to call the core

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

2001-05-09 Thread craigmcc
craigmcc01/05/09 16:54:14 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: Clean up NPE at shutdown time caused by the fact that "loader" was not initialized. Revision ChangesPath 1.21 +5 -5 jakarta-tomca

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

2001-05-09 Thread craigmcc
craigmcc01/05/09 16:42:19 Modified:catalina/src/conf server.xml catalina/src/share/org/apache/catalina Connector.java catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java catalina/src/share/org/a

RE: FW: Any known issues with Tomcat 3.2.1 and class loading ?

2001-05-09 Thread cmanolache
One possible problem may be the fact that by default, tomcat3.2.1 doesn't set the context class loader ( a JDK1.2 feature ). Just add Jdk12Interceptor in server.xml ( the default config assumes JDK1.1. In tomcat3.3 we detect the VM and add the interceptor automatically, but this feature h

RE: FW: Any known issues with Tomcat 3.2.1 and class loading ?

2001-05-09 Thread Gudmundur Hafsteinsson
Before answering your question, two things: - This is a user question, please use the tomcat-user list, this list is for development of Tomcat. - Don't send HTML mails to the list. Now regarding your problem, this is probably the typical classloader problem so many run into. If the code which i

Re: Collaborative Development (not Cat and Dog)

2001-05-09 Thread cmanolache
> > I feel a personal, moral, obligation to the thousands and thousands of > people who download Tomcat in the hopes of having a servlet container that > works, and who want to have confidence in a solid support and future +1 Very well put, for me it's the only reason I'm still subscribed to th

Re: [PROPOSAL] Update to Tomcat 3.3 Release Plan

2001-05-09 Thread cmanolache
+1 Larry - it would be great to also have a list with the bugs you consider to have high "priority", in order for us to work on those bugs first. Costin On Wed, 9 May 2001, Larry Isaacs wrote: > Sorry to have been out of action for so long. To bring > Tomcat 3.3 to a release, I pro

Re: Collaborative Development (not Cat and Dog)

2001-05-09 Thread cmanolache
On Wed, 9 May 2001, Craig R. McClanahan wrote: > Just off the main Apache web site, Tomcat binary downloads (in various > release and nightly build formats) run from 50,000 to 100,000 downloads > per month. That doesn't count mirror sites (official and unofficial), > people who download Tomcat a

RE: FW: Any known issues with Tomcat 3.2.1 and class loading ?

2001-05-09 Thread Hawkins, Keith (Keith)
Title: RE: FW: Any known issues with Tomcat 3.2.1 and class loading ? No, they are not .zip files.  They are .jar files.  Specifically jndi.jar, ldap.jar and providerutil.jar, which are provided by Sun for accessing LDAP databases via JNDI.    I was able to get the Tomcat to load these cla

Re: Collaborative Development (not Cat and Dog)

2001-05-09 Thread Craig R. McClanahan
On Wed, 9 May 2001, Paulo Gaspar wrote: > > Besides developers and their own itches, there is another group whose > > interests ought to be considered - USERS of Tomcat. If you don't have > > any, then it becomes a much less interesting project to work on. And > > we've done a pretty good job

Re: [GUMP] Build Failure - Tomcat 3.x

2001-05-09 Thread Craig R. McClanahan
On Wed, 9 May 2001 [EMAIL PROTECTED] wrote: > On 9 May 2001, Craig McClanahan wrote: > > > > > This email is autogenerated from the output from: > > > > -

Re: [GUMP] Build Failure - Tomcat 3.x

2001-05-09 Thread cmanolache
On 9 May 2001, Craig McClanahan wrote: > > This email is autogenerated from the output from: > > Craig, Sam - can someo

Re: New CVS Repositories

2001-05-09 Thread Craig R. McClanahan
On Wed, 9 May 2001, Mel Martinez wrote: > > I'm not sure if the proper repository name for a > servlet-engine-independent version of Jasper (which is > a primary goal of the jasper34 refactoring) should be > 'jakarta-tomcat-jasper'. Why not just > "jakarta-jasper"? > The convention for CVS r

Re: FW: Any known issues with Tomcat 3.2.1 and class loading ?

2001-05-09 Thread Kellie Miller
I have had some success with renaming .zip files .jar (your mileage may vary). cheers, Kellie >-Original Message- >From: Wildeboer, Tonnis [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 09, 2001 12:05 PM >To: '[EMAIL PROTECTED]' >Subject: RE: Any known issues with Tomcat 3.2.1 and class

[GUMP] Build Failure - Tomcat 3.x

2001-05-09 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

Re: Bad link to tomcat 3.2.2beta3 on tomcat site

2001-05-09 Thread Jon Stevens
on 5/9/01 6:05 AM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > Jon Stevens wrote: >> >> on 5/8/01 3:15 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: >> >>> The link on the below page is to Tomcat 3.2.2 beta 3 instead >>> of beta 4, beta 3 doesn't exist on the server. >>> >>> http://jakarta.a

RE: Any known issues with Tomcat 3.2.1 and class loading ?

2001-05-09 Thread Wildeboer, Tonnis
Title: Any known issues with Tomcat 3.2.1 and class loading ? If they are .zip files you'll have to add them to the CLASSPATH yourself.   --Tonnis -Original Message-From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 09, 2001 8:24 AMTo: [EMAIL PROTECTED]Subjec

How do I file a bug report?

2001-05-09 Thread Hawkins, Keith (Keith)
Title: How do I file a bug report? Dear Developers: It seems that to use 3rd party classes with a servlet running under Tomcat 3.2.1, it is not sufficient to place the 3rd party jar files in the /WEB-INF/lib directory.  I am forced to edit wrapper.class_path entry in wrapper.properties 

[PROPOSAL] Update to Tomcat 3.3 Release Plan

2001-05-09 Thread Larry Isaacs
Sorry to have been out of action for so long. To bring Tomcat 3.3 to a release, I propose the following changes to the RELEASE-PLAN-3.3. 1) Add a Milestone 3 Release with the following details: Code Freeze/Tag Date: May 12, 2001 Release Manager:Larry Isaacs 2) Update the Bet

Re: New CVS Repositories

2001-05-09 Thread Mel Martinez
Hi folks, Once again, I must apologize for my recent lack of participation. I've been traveling quite a bit (house hunting - it is official, we'll be moving to the greater boston area.) and so I have not been able to keep up with the list except in spurts. I've just now managed to catch up with

build.xml file not supporting documented items?

2001-05-09 Thread Seasundown
TIA! Please provide error free version of enclosed build.xml file represented on pg 722-723 in Prof. JSP (enclosed). Or provide information as to what is not supported or so many given syntax features for build.xml don't working. This makes "ant" more of a hassle than a help. Make was better

Any known issues with Tomcat 3.2.1 and class loading ?

2001-05-09 Thread Hawkins, Keith (Keith)
Title: Any known issues with Tomcat 3.2.1 and class loading ? Dear Developers: Are there any known issues with class loading under Tomcat 3.2.1? My situation is that classes in jar files that reside in the WEB-INF/lib directory for my servlet fail to load when accessed under Tomcat.  Yet

ajp13 and tomcat 4

2001-05-09 Thread kevin seguin
so, i guess the essence of this message is, what might be a short-term plan for having ajp13 support in tomcat 4? i have done some preliminary work, creating an ajp13 connector for tc 4, which for the most part works. long term, i think part of this code will live in jakarta-tomcat-connectors,

Re: Bad link to tomcat 3.2.2beta3 on tomcat site

2001-05-09 Thread Glenn Nielsen
Jon Stevens wrote: > > on 5/8/01 3:15 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > > > The link on the below page is to Tomcat 3.2.2 beta 3 instead > > of beta 4, beta 3 doesn't exist on the server. > > > > http://jakarta.apache.org/site/binindex.html > > > > Thank you for asking for permis

BugRat Report #95 - error-page handling doesn't work

2001-05-09 Thread BugRat Mail System
- Sender's Comment - g trouvé ça dans les bug report de tomcat... pourtant je crois avoir une version qui est sensée marcher... - End Of Sender's Comment --- Report URL: Report #95 Details Project: Tomc

Collaborative Development (not Cat and Dog)

2001-05-09 Thread Paulo Gaspar
> Besides developers and their own itches, there is another group whose > interests ought to be considered - USERS of Tomcat. If you don't have > any, then it becomes a much less interesting project to work on. And > we've done a pretty good job at confusing people about what the Tomcat > road m