RE: [PROPOSAL] Revised Tomcat 4.0-beta-2 Release Plan

2001-01-23 Thread Morrison, John
Rather than removing the TC4.1 cvs would it not be better to alias it back to the TC4.0 repository and not broadcast that it exists? This will keep those who checked out the source from having to move back to 4.0. Excellent project... J.

BugRat Report #822 has been filed.

2001-01-23 Thread BugRat Mail System
Bug report #822 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/822 REPORT #822 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious

Re: Forming an opinion

2001-01-23 Thread Anil Vijendran
Jon Stevens wrote: on 1/22/01 4:33 PM, "Anil Vijendran" [EMAIL PROTECTED] wrote: Its not that someone is opiniated that bothers me, its how it is conveyed. Are you still discussing this issue? I thought you said you were going to stop. I changed my mind. How about discussing what to do

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Context.java

2001-01-23 Thread larryi
larryi 01/01/23 05:02:01 Modified:src/share/org/apache/tomcat/core Context.java Log: If reaload is true, don't defer to DependManager. Revision ChangesPath 1.132 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/core/Context.java Index: Context.java

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

2001-01-23 Thread larryi
larryi 01/01/23 05:17:07 Modified:src/share/org/apache/tomcat/modules/config AutoSetup.java Log: If an expanded context is already defined, try to reload the context instead of recreate it. This has a better chance of preserving the context settings. :-) Note: Context

Re: Session url rewriting

2001-01-23 Thread Klemme, Robert, myview
hi there! the original e-mail of craig dates some months back. When a session is first created, Tomcat has no way to know whether session cookies are supported by the browser. Therefore, to be safe, it sends the session ID both ways (by cookie and by modifying URLs that you submit to

BugRat Report #823 has been filed.

2001-01-23 Thread BugRat Mail System
Bug report #823 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/823 REPORT #823 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity:

BugRat Report #293 - JSPC interprets the second %@ include .. % of the same file as recursive

2001-01-23 Thread BugRat Mail System
- Sender's Comment - here is what is happening on my machine. - End Of Sender's Comment --- Report URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/293 Report #293 Details Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug

Bug #823

2001-01-23 Thread Georg von Zezschwitz
Hi! First - I was not able to reproduce the following bug. I'd just suggest to decide whether my settings in web.xml were correct and otherwise close the bug. But here my original posting to BugRat: I am unable to use tomcat 3.2.1 with PathInfo and Servlets. I tried with Apache and the

RE: [PROPOSAL] Revised Tomcat 4.0-beta-2 Release Plan

2001-01-23 Thread Kief Morris
Morrison, John typed the following on 08:52 AM 1/23/2001 + Rather than removing the TC4.1 cvs would it not be better to alias it back to the TC4.0 repository and not broadcast that it exists? This will keep those who checked out the source from having to move back to 4.0. -0, I've got both

Re: [PROPOSAL] Revised Tomcat 4.0-beta-2 Release Plan

2001-01-23 Thread Kief Morris
Craig R. McClanahan typed the following on 04:51 PM 1/22/2001 -0800 Therefore, I would like to propose "unfreezing" the 4.0 codebase, and opening it again to new development, with some of the major items listed below. The revised release plan for Tomcat 4.0 Beta 2 would then become: +1

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

2001-01-23 Thread cmanolache
Hi Jamey, You are touching a very important subject in the mod_jk implementation. And YES, you are absolutely right ( IMHO ) - Apache, IIS, NES, AOLServer are pretty good at processing requests - after all that's their main business. Each requests is mapped by the ( optimized ) mappers of the

Re: Session url rewriting

2001-01-23 Thread Craig R. McClanahan
"Klemme, Robert, myview" wrote: hi there! the original e-mail of craig dates some months back. When a session is first created, Tomcat has no way to know whether session cookies are supported by the browser. Therefore, to be safe, it sends the session ID both ways (by cookie and by

BugRat Report #826 has been filed.

2001-01-23 Thread BugRat Mail System
Bug report #826 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/826 REPORT #826 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

Win2K + Apache + JServ + Tomcat

2001-01-23 Thread Charles Chen
Anybody knows a working combination of Win2K + Apache + Jserv + tomcat? I installed apache 1.3.12 + tomcat 3.2.1 + jserv (come with tomcat 3.2.1) on win2K but as soon as the jserv was added into the httpd.conf and the the dll was copied into the right place, the apache refused to start up. From

Re: Forming an opinion

2001-01-23 Thread James Duncan Davidson
On 1/22/01 4:16 PM, "Geoff Soutter" [EMAIL PROTECTED] wrote: Yeah, sounds reasonable. Maybe I ought to be asking how do we protect the people that get offended? :-) Those who need to be protected shouldn't walk outside their front door. -- James Duncan Davidson

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

2001-01-23 Thread pier
pier01/01/23 10:39:51 jakarta-tomcat-4.0/connectors/docs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/connectors/docs connection.jpg logo.png packet.jpg warp.html

2001-01-23 Thread pier
pier01/01/23 10:41:15 Added: connectors/docs connection.jpg logo.png packet.jpg warp.html Log: Added initial documentation Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/docs/connection.jpg Binary file 1.1

cvs commit: jakarta-tomcat-4.0/connectors/java Makefile

2001-01-23 Thread pier
pier01/01/23 10:46:19 Added: connectors/java Makefile Log: Added simple Makefile for Java classes (to ease the release of WARP standalone). Revision ChangesPath 1.1 jakarta-tomcat-4.0/connectors/java/Makefile Index: Makefile

New WEBAPP/WARP sources...

2001-01-23 Thread Pier Fumagalli
I just added a bunch of changes to the WEBAPP/WARP sources to comply more with WatchDog. I'll be rolling a new release of the module as soon as I get back home... Pier - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PROPOSAL] Revised Tomcat 4.0-beta-2 Release Plan

2001-01-23 Thread Remy Maucherat
Quoting Tim Tye [EMAIL PROTECTED]: I would like to see the encoding of the input stream fixed in this release also. At least use the value of ServletRequest.setCharacterEncoding() to specify the encoding of parameter names and values. (BugRat #785). +1 for fixing #785 (I still can't

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

2001-01-23 Thread James Courtney
Costin and Geoff, Thanks very much for your help and interest. I don't think that doing the "right thing" is as hard as you think though:) I've got the 2.2 servlet spec and I reread the servlet mapping functionality. I believe Apache does path matching in the same way so that any

Re: New WEBAPP/WARP sources...

2001-01-23 Thread Craig R. McClanahan
Pier Fumagalli wrote: I just added a bunch of changes to the WEBAPP/WARP sources to comply more with WatchDog. I'll be rolling a new release of the module as soon as I get back home... Pier With the latest CVS code, I get compile errors on WarpConnection, WarpConnectionHandler,

Re: Meeting dialins

2001-01-23 Thread Jim Driscoll
Shawn McMurdo wrote: A reservation system or even an informal "who's planning on dialing in" query on the list before the meeting can give the community and the organizers a good feel for whether there is room for casual observers or whether more ports are needed. I performed an informal

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

2001-01-23 Thread glenn
glenn 01/01/23 14:01:20 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: Implement SecurityManager Revision ChangesPath 1.13 +23 -9 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup/Catalina.java Index:

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

2001-01-23 Thread glenn
glenn 01/01/23 14:02:38 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java Log: Implement SecurityManager Revision ChangesPath 1.38 +4 -124

RE: Forming an opinion

2001-01-23 Thread Paulo Gaspar
So, it seems that you have nothing against self defense. Right? Paulo -Original Message- From: James Duncan Davidson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 19:23 On 1/22/01 4:16 PM, "Geoff Soutter" [EMAIL PROTECTED] wrote: Yeah, sounds reasonable. Maybe I

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

2001-01-23 Thread glenn
glenn 01/01/23 14:05:55 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: Implement SecurityManager Revision ChangesPath 1.11 +6 -6

FW: cvs commit: jakarta-tomcat-4.0/connectors/webapplib Makefilewa.c wa.h wa_callback.c wa_callback.h wa_connection.c wa_connection.hwa_host.c wa_host.h wa_provider.c wa_provider.h wa_provider_info.cwa_provider_warp.c wa_provider_warp.h wa_request.c wa_request.h

2001-01-23 Thread Pier Fumagalli
This one didn't get thru... Pier -- Pier Fumagalli mailto:[EMAIL PROTECTED] I'm selling my Sony Vaio Z505. Check out http://www.betaversion.org/~pier/ -- Forwarded Message From: [EMAIL PROTECTED] Date: 23 Jan 2001 18:45:17 - To: [EMAIL PROTECTED]

Re: New WEBAPP/WARP sources...

2001-01-23 Thread Pier Fumagalli
Pier Fumagalli [EMAIL PROTECTED] wrote: I just added a bunch of changes to the WEBAPP/WARP sources to comply more with WatchDog. I'll be rolling a new release of the module as soon as I get back home... Yeah yeah whatever... I screwed the build... SHIATZ! :( Hope to be able to fix it before

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader Reloader.java

2001-01-23 Thread glenn
glenn 01/01/23 14:12:35 Modified:catalina/src/share/org/apache/catalina/loader Reloader.java Log: Implement SecurityManager Revision ChangesPath 1.3 +4 -61 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader/Reloader.java Index:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader StandardLoader.java

2001-01-23 Thread glenn
glenn 01/01/23 14:12:51 Modified:catalina/src/share/org/apache/catalina/loader StandardLoader.java Log: Implement SecurityManager Revision ChangesPath 1.15 +15 -6

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader StandardClassLoader.java

2001-01-23 Thread glenn
glenn 01/01/23 14:13:09 Modified:catalina/src/share/org/apache/catalina/loader StandardClassLoader.java Log: Implement SecurityManager Revision ChangesPath 1.8 +179 -281

Re: New WEBAPP/WARP sources...

2001-01-23 Thread Pier Fumagalli
Craig R. McClanahan [EMAIL PROTECTED] wrote: Pier Fumagalli wrote: I just added a bunch of changes to the WEBAPP/WARP sources to comply more with WatchDog. I'll be rolling a new release of the module as soon as I get back home... Pier With the latest CVS code, I get compile

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

2001-01-23 Thread glenn
glenn 01/01/23 14:22:37 Modified:catalina/src/share/org/apache/catalina/core ApplicationFilterChain.java Log: Implement SecurityManager Revision ChangesPath 1.4 +33 -4

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources DirContextURLStreamHandler.java DirContextURLStreamHandlerFactory.java

2001-01-23 Thread remm
remm01/01/23 14:26:54 Modified:catalina/src/share/org/apache/naming/resources DirContextURLStreamHandler.java DirContextURLStreamHandlerFactory.java Log: - Added classloader binding. Will make resolving URLs like :

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources DirContextURLStreamHandlerFactory.java

2001-01-23 Thread remm
remm01/01/23 14:28:03 Modified:catalina/src/share/org/apache/naming/resources DirContextURLStreamHandlerFactory.java Log: - Forgot to remove a useless import. Revision ChangesPath 1.3 +0 -1

Bug 823

2001-01-23 Thread Marc Saegesser
Georg, I tried duplicating this problem (http://znutar.cortexity.com/BugRatViewer/ShowReport/823) with the latest version of Tomcat and it seems to work fine. The only thing I noticed in your bug report is that you don't include the servlet-class tag from your web.xml file. Since your using

Re: Meeting dialins

2001-01-23 Thread Shawn McMurdo
Hi Jim, Sorry, I must have missed that message amid the flamefest. ;-) I think it's great that the Jakarta PMC is making these efforts to be more open. Thanks! Shawn Jim Driscoll wrote: Shawn McMurdo wrote: A reservation system or even an informal "who's planning on dialing in" query on

Tools.jar

2001-01-23 Thread eitan golan (Kamoon IL)
Title: Tools.jar Hello there boys and Girls I have a license issue 1. Sun JDK's license is for non commercial or production use 2. For Production and commercial use they give the JRE 3. Tools.jar is a part of the JDK and is missing from the JRE 4. Tomcat needs Tools.jar for it's normal

Re: Tools.jar

2001-01-23 Thread Michael Rimov
At 06:50 PM 1/23/2001 +0200, you wrote: I have a license issue 1. Sun JDK's license is for non commercial or production use 2. For Production and commercial use they give the JRE 3. Tools.jar is a part of the JDK and is missing from the JRE 4. Tomcat needs Tools.jar for it's normal activity

cvs commit: jakarta-tomcat/src/admin/WEB-INF web.xml

2001-01-23 Thread nacho
nacho 01/01/23 17:44:33 Modified:src/admin/WEB-INF web.xml Log: tag-lib element in bad order validating parsers fail Revision ChangesPath 1.5 +23 -29jakarta-tomcat/src/admin/WEB-INF/web.xml Index: web.xml

cvs commit: jakarta-tomcat/src/admin/test test.jsp

2001-01-23 Thread nacho
nacho 01/01/23 17:47:25 Modified:src/admin/test test.jsp Log: * some cosmetic changes. * less information on fails, was too verbose Revision ChangesPath 1.5 +8 -19 jakarta-tomcat/src/admin/test/test.jsp Index: test.jsp

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

2001-01-23 Thread remm
remm01/01/23 18:35:00 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java Log: - Add bind / unbind calls during init to allow resolving of nested JAR URLs. - JAR file scanning in /WEB-INF/lib folder needs an update. Revision

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/test Constants.java HttpConnector.java HttpProcessor.java HttpRequestImpl.java HttpResponseImpl.java LocalStrings.properties

2001-01-23 Thread remm
remm01/01/23 18:35:40 Removed: catalina/src/share/org/apache/catalina/connector/test Constants.java HttpConnector.java HttpProcessor.java HttpRequestImpl.java HttpResponseImpl.java LocalStrings.properties

cvs commit: jakarta-tomcat STATUS.html

2001-01-23 Thread larryi
larryi 01/01/23 19:56:06 Modified:.STATUS.html Log: With info from Costin, marked additional items as completed by naming the release as 3.2 or 3.3m1. Most other items from the Tomcat 3.2 version of the document were moved to an "Ideas For The Future" section at the

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader StandardLoader.java

2001-01-23 Thread remm
remm01/01/23 20:32:20 Modified:catalina/src/share/org/apache/catalina/loader StandardLoader.java Log: - Should complete the Jasper Runtime Environment. - JARs are copied to the work directory. The class loader doesn't use these. - Classes from

cvs commit: jakarta-tomcat-4.0/webapps/webdav index.html

2001-01-23 Thread remm
remm01/01/23 21:12:36 Modified:webapps/webdav index.html Log: - Update to the Webdav page, listing more compatibe clients. Revision ChangesPath 1.4 +11 -6 jakarta-tomcat-4.0/webapps/webdav/index.html Index: index.html

BugRat Report #720 was closed (apparently by: Craig R. McClanahan)

2001-01-23 Thread BugRat Mail System
Report #720 was closed by Person #0 Synopsis: jsp:useBean id="differentId" type="classtype" scope="session" / doesn't work as spec says (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Locale

2001-01-23 Thread Jayesh
I compiled tomcat 3.2.1 on Redhat Linux 7.0. I use JDK1.3 when I start tomcat, I get the message below. Anyone knows how to fix? Jayesh $ ./startup.sh Using classpath: /http/apps/tomcat3.2/classes:/http/apps/tomcat3.2/lib/ant.jar:/