Re: BugRat Bug Report #373

2000-11-17 Thread Nick Bauman
But it works with Mod_jserv + AJP13 + TC 3.2, right? Works for BugRat, which fits that config. On Thu, 16 Nov 2000, Craig R. McClanahan wrote: > This bug report describes a scenario where "Apache, Mod_jk + AJP13 has > problems with RequestDispatcher.forward()", and returns inconsistent > results

Re: Question on changing the order that the classloader uses in 3.2

2000-11-17 Thread Jim Rudnicki
This was discussed on this list a while back. The problem was security would be difficult/impossible to maintain if the order was changed. There was a small debate about the security issue. Nonetheless, in 3.x, the engine will bleed its xml parser and dependencies upon all servlets. If you can

RE: Tomcat3.3

2000-11-17 Thread Larry Isaacs
> 1. In the current "main branch", incorporate all the fixes from > tomcat3.2, > plus fixes for the new bugs. > > 2. Start with tomcat3.2, and re-do all the changes. Hi Costin, My preference is for 1. I think that the major changes that have been made in Tomcat 3.3 are needed, and I would pre

IIS and client certificates

2000-11-17 Thread Barbara Nelson
I am using Tomcat 3.2 beta7 with an IIS web server. My servlet needs the client certificate. I have configured the redirector, and in my servlet I can see the following request attributes: HTTPS_SERVER_SUBJECT HTTPS_SERVER_ISSUER CERT_ISSUER HTTPS_KEYSIZE HTTPS_SECRETKEYSIZE CERT_SERIALNUMBER CE

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request SessionInterceptor.java

2000-11-17 Thread craigmcc
craigmcc00/11/17 18:01:02 Modified:src/etc Tag: tomcat_32 server.xml src/share/org/apache/tomcat/request Tag: tomcat_32 SessionInterceptor.java Log: Add a configuration option so that you can suppress the use of cookies for session maintenan

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util SessionIdGenerator.java SessionUtil.java

2000-11-17 Thread craigmcc
craigmcc00/11/17 17:34:00 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 SessionInterceptor.java src/share/org/apache/tomcat/session Tag: tomcat_32 StandardManager.java StandardSessionInt

BugRat Report #409 has been filed.

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

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Craig R. McClanahan
Gomez Henri wrote: > > > > I propose to do a 3.2b8 build on Monday afternoon (which > > > should give us time to > > > address the remaining b7 issues that I know about). What do > > > you think? > > RPM will be release just after ;-) > Thank you for faithfully doing these, by the way :-). > >

RE: Tomcat3.3

2000-11-17 Thread Nacho
Hola Costin: I suspect that if you want to do the 2) proposal, we will not get the full potential of the changes already done ( that works despite the fact that there are many bugs to clean ) in the main branch as people willl say that is better to have a stable/robust release instead of a stable

RE: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Gomez Henri
Salut, > > > cycle (3.2b8) before calling it good. We need to make sure > > that we didn't > > introduce any regression errors with all the bug fixes -- and > > we need to resolve > > the JSP issues that Larry raised this morning. > > > > +1 to 3.2b8 > +1 to Larry fix of jasper. +1 3.2B8 +

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

2000-11-17 Thread remm
remm00/11/17 16:16:57 Modified:catalina/src/share/org/apache/catalina/resources FileResources.java Log: - Should fix lots of potential problems. The base is removed before comparing. I checked with Tomcat 3.2, and the code is very similar. Also, t

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/facade ServletContextFacade.java

2000-11-17 Thread craigmcc
craigmcc00/11/17 16:09:44 Modified:src/etc Tag: tomcat_32 server.xml src/share/org/apache/tomcat/core Tag: tomcat_32 Context.java src/share/org/apache/tomcat/facade Tag: tomcat_32 ServletContextFacade.java Log: Implement a confi

cvs commit: jakarta-tomcat/src/doc readme

2000-11-17 Thread craigmcc
craigmcc00/11/17 16:07:01 Modified:src/doc Tag: tomcat_32 readme Log: Remove the old comment about security constraints and RequestDispatcher, which turned out to be incorrect. Add a new "Known Issue" comment about the fact that the generated configuration files (such as t

Re: Tomcat3.3

2000-11-17 Thread cmanolache
> I agree, +1 on option 2). > > Regarding the proposed changes, I'm +0. I'd like to see 3.3 (or ideally it > should be called 3.2.x if you decide to start from scratch with the 3.2 > base) as the continuation of 3.2, with focus on bug fixes and minor > improvements (e.g. performance, admin, etc.)

Re: [ANNOUNCEMENT] Tomcat 3.2 Beta 7

2000-11-17 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > > 6.8 Container Managed Security Constraints > > Due to the way that Tomcat 3.2 is implemented, container managed security > > constraints are imposed both on the original request URI *and* on subrequests > > initiated to handle RequestDispatcher.forward() or Re

Question on changing the order that the classloader uses in 3.2

2000-11-17 Thread Brett Bergquist
I have a problem with using 3.2. My servlets use the old "xml.jar" XML parser. They cannot be changed at this point in a timely fashion. I downloaded and installed the 3.2b7 release and tried my web application. Unfortunately, there is some incompatibility between the Sun parser that is in the

Re: Tomcat3.3

2000-11-17 Thread Hans Bergsten
[EMAIL PROTECTED] wrote: > [...] > Now, that I have a bit more time ( I hope :-), I can start spending > more time working on tomcat. There are 2 possible ways to do that: > > 1. In the current "main branch", incorporate all the fixes from tomcat3.2, > plus fixes for the new bugs. > > 2. Start w

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service LocalStrings.properties PoolTcpEndpoint.java

2000-11-17 Thread craigmcc
craigmcc00/11/17 15:19:55 Modified:src/share/org/apache/tomcat/service Tag: tomcat_32 LocalStrings.properties PoolTcpEndpoint.java Log: (Porting a change from the 3.3 tree) If Tomcat is run under a security manager, and a remote client tries to connect

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

2000-11-17 Thread BugRat Mail System
Report #349 was closed by Person #0 Synopsis: Documentation does not mention spaces in web.xml or taglibs. (logged in as: Pierre Delisle)

Re: problem deploying J2EE RI-built EAR/WAR file

2000-11-17 Thread Craig R. McClanahan
Hi Tim, see intermixed. Tim Bond wrote: > Hi, > > I'm trying to get a WAR file created with the J2EE reference > implementation deployment tool to deploy on Tomcat 4.0. The new > env-entry feature (as of 11/1) is working. Here's part of my web.xml > file: > > > vlweb > vlweb > no

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

2000-11-17 Thread pierred
pierred 00/11/17 14:39:23 Modified:jasper/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java Log: trim the tag values. (see bug report #349). Revision ChangesPath 1.14 +31 -31 jakarta-tomcat-4.0/jasper/src/share/org/apache/jaspe

RE: Tomcat3.3

2000-11-17 Thread Nacho
Hola Costin: > 1. In the current "main branch", incorporate all the fixes > from tomcat3.2, > plus fixes for the new bugs. > +1 Saludos , Ignacio J. Ortega

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

2000-11-17 Thread glenn
glenn 00/11/17 14:05:50 Modified:src/shell Tag: tomcat_32 tomcat.sh Log: Remove current directory from CLASSPATH Revision ChangesPath No revision No revision 1.17.2.1 +7 -4 jakarta-tomcat/src/shell/tomcat.sh

Re: [PATCH] Bug 404 - EmbededTomcat and PoolTcpConnector

2000-11-17 Thread Craig R. McClanahan
Stefán F. Stefánsson wrote: > Here is a patch for bug report 404. Stefán, Thanks for the patch! I've committed this fix, basically along the lines of what you proposed with a couple of tweaks that seemed to be missing. Please try it out (the fix will be included in beta-8 to be created on Mon

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

2000-11-17 Thread pierred
pierred 00/11/17 13:59:08 Modified:src/share/org/apache/jasper/compiler Tag: tomcat_32 TagLibraryInfoImpl.java Log: trim the tag values. (see bug report #349). Revision ChangesPath No revision No revisio

Re: Building nsapi_redirector

2000-11-17 Thread Jason Kissinger
Thanks Barbara. It works after dos2unix conversion of dsp/dsw files. Barbara Nelson wrote: > I think the problem is that the project file has carriage-returns only at > the end of each line, rather than CRLF. You can verify this by opening the > project file in notepad. Instead of looking lik

Re: Tomcat working with Netscape Enterprise Server on Solaris

2000-11-17 Thread Jason Kissinger
This file is included with NES/iPlanet. You'll probably also have a problem finding jni.h which is included with Java once you fix this one. To fix, Makefile looks for environment variables to these locations: export SUITSPOT_HOME=/opt/netscape/server4/plugins(it differs for different

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

2000-11-17 Thread BugRat Mail System
Report #404 was closed by Person #0 Synopsis: addSecureEndpoint in EmbededTomcat does not work. (logged in as: Craig R. McClanahan)

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

2000-11-17 Thread craigmcc
craigmcc00/11/17 13:16:21 Modified:src/share/org/apache/tomcat/service Tag: tomcat_32 PoolTcpConnector.java src/share/org/apache/tomcat/startup Tag: tomcat_32 EmbededTomcat.java Log: When using the EmbededTomcat approach

Tomcat3.3

2000-11-17 Thread cmanolache
Hi, As you know, 1-2 months ago, when Tomcat3.2 was frozen, I started to work on all the long-delayed things that were too "dangerous" to implement in tomcat3.2 time frame ( the list is at the end ). Most of that has been implemented ( I sent quite a few mails in addition to the normal CVS commi

problem deploying J2EE RI-built EAR/WAR file

2000-11-17 Thread Tim Bond
Hi, I'm trying to get a WAR file created with the J2EE reference implementation deployment tool to deploy on Tomcat 4.0. The new env-entry feature (as of 11/1) is working. Here's part of my web.xml file: vlweb vlweb no description /index.jsp 30 no descripti

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Arieh Markel
on 11/17/2000 9:54 AM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > I propose to do a 3.2b8 build on Monday afternoon (which should give us time > to > address the remaining b7 issues that I know about). What do you think? > > Craig +1 Arieh -- Arieh Markel

cvs commit: jakarta-tomcat/src/doc index.html

2000-11-17 Thread glenn
glenn 00/11/17 12:50:06 Modified:src/doc Tag: tomcat_32 index.html Log: Update link Revision ChangesPath No revision No revision 1.5.2.4 +2 -2 jakarta-tomcat/src/doc/index.html Index: index.html ===

cvs commit: jakarta-tomcat/src/doc/uguide tomcat-security.html

2000-11-17 Thread glenn
glenn 00/11/17 12:44:51 Added: src/doc/uguide Tag: tomcat_32 tomcat-security.html Log: Replace tomcat_security.txt Revision ChangesPath No revision No revision 1.1.2.1 +271 -0jakarta-tomcat/src/doc/uguide/Atti

cvs commit: jakarta-tomcat/src/doc/uguide tomcat_security.txt

2000-11-17 Thread glenn
glenn 00/11/17 12:44:14 Removed: src/doc/uguide Tag: tomcat_32 tomcat_security.txt Log: Replace with html doc

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

2000-11-17 Thread BugRat Mail System
Report #389 was closed by Person #0 Synopsis: AJP13 - buffer overread for POST data with apache and mod_jk (logged in as: Craig R. McClanahan)

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

2000-11-17 Thread BugRat Mail System
Report #366 was closed by Person #0 Synopsis: method getXMLReader() does not exist in javax.xml.parsers.SAXParser (logged in as: Craig R. McClanahan)

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

2000-11-17 Thread BugRat Mail System
Report #365 was closed by Person #0 Synopsis: method getXMLReader() does not exist in javax.xml.parsers.SAXParser (logged in as: Craig R. McClanahan)

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

2000-11-17 Thread remm
remm00/11/17 12:09:21 Modified:catalina/src/share/org/apache/catalina/resources FileResources.java Log: - Case sensitivity is now enforced. However, it creates some problems under Windows : Let's say a foo resource exists. Foo doesn't exist (well,

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

2000-11-17 Thread BugRat Mail System
Report #361 was closed by Person #0 Synopsis: tomcat-apache.conf generated with incorrect ApJServMount entry (logged in as: Craig R. McClanahan)

3.3dev patch to merge into Tomcat 3.2

2000-11-17 Thread Glenn Nielsen
Here is another patch I made to 3.3dev that should probably be merged in to 3.2. Regards, Glenn Original Message Subject: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service PoolTcpEndpoint.java Date: 10 Aug 2000 20:44:49 - From: [EMAIL PROTECTED] Reply-To: [EMA

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Craig R. McClanahan
Glenn Nielsen wrote: > Tomcat 3.2 has a config in server.xml for configuring > multiple web server vitual hosts in a single Tomcat instance. > > I have been testing the config option in server.xml. > I had not tested that option to this point. I have not had > any success getting it to work.

Re: Proper jsp:setProperty behavior for Tomcat 3.2

2000-11-17 Thread Glenn Nielsen
Larry Isaacs wrote: > > When applying Gareth Morgan's bug fix for JspRuntimeLibrary in the Tomcat MAIN > branch, a difference between the tomcat_32 and MAIN versions revealed that > Tomcat 3.2 still has the bug discovered by Glenn Nielsen. This is where: > > > > leaves the property un

Re: Proper jsp:setProperty behavior for Tomcat 3.2

2000-11-17 Thread Pierre Delisle
Larry Isaacs wrote: > I'm +1 on fixing the > bug in Tomcat 3.2. +1 > If the desired behavior for indexed properties can be > determined, I can try to fix that too. Sent email to Eduardo to try to get a clarification. -- Pierre

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Glenn Nielsen
Tomcat 3.2 has a config in server.xml for configuring multiple web server vitual hosts in a single Tomcat instance. I have been testing the config option in server.xml. I had not tested that option to this point. I have not had any success getting it to work. (Haven't looked at the code yet)

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Pierre Delisle
> I propose to do a 3.2b8 build on Monday afternoon (which should give us time to > address the remaining b7 issues that I know about). What do you think? +1 -- Pierre

BugRat Report #408 has been filed.

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

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Hans Bergsten
"Craig R. McClanahan" wrote: > [...] > I propose to do a 3.2b8 build on Monday afternoon (which should give us time to > address the remaining b7 issues that I know about). What do you think? +1 Hans -- Hans Bergsten [EMAIL PROTECTED] Gefion Software http://www.gefionsoftware

BugRat Report #407 has been filed.

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

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Craig R. McClanahan
Nacho wrote: > Hola a todos: > > > cycle (3.2b8) before calling it good. We need to make sure > > that we didn't > > introduce any regression errors with all the bug fixes -- and > > we need to resolve > > the JSP issues that Larry raised this morning. > > > > +1 to 3.2b8 > +1 to Larry fix of ja

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Jon Stevens
on 11/17/2000 9:54 AM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > I propose to do a 3.2b8 build on Monday afternoon (which should give us time > to > address the remaining b7 issues that I know about). What do you think? > > Craig +1 -jon -- twice of not very much is still a lot mor

RE: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Larry Isaacs
+1 > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 17, 2000 12:55 PM > To: [EMAIL PROTECTED] > Subject: [Proposal] Tomcat 3.2b8 > > > Thanks for all the bug reports on 3.2b7! We've been so successful at > identifying remaining bugs t

RE: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Nacho
Hola a todos: > cycle (3.2b8) before calling it good. We need to make sure > that we didn't > introduce any regression errors with all the bug fixes -- and > we need to resolve > the JSP issues that Larry raised this morning. > +1 to 3.2b8 +1 to Larry fix of jasper. > I propose to do a 3.

[Proposal] Tomcat 3.2b8

2000-11-17 Thread Craig R. McClanahan
Thanks for all the bug reports on 3.2b7! We've been so successful at identifying remaining bugs that I'd like to propose we do at least one more beta cycle (3.2b8) before calling it good. We need to make sure that we didn't introduce any regression errors with all the bug fixes -- and we need to

Re: Tomcat 3.2 b7 build broken???

2000-11-17 Thread Craig R. McClanahan
Stefán F. Stefánsson wrote: > It can't be that... must be something on my side... but I keep getting > the following error when I try to run build (doesn't matter if I do > build or build dist). > > C:\jakarta\jakarta-tomcat>build > Buildfile: build.xml > > BUILD FAILED > > build.xml:33: Could no

BugRat Report #406 was closed (apparently by: Larry Isaacs)

2000-11-17 Thread BugRat Mail System
Report #406 was closed by Person #0 Synopsis: you can get the source code of jsp files (logged in as: Larry Isaacs)

Proper jsp:setProperty behavior for Tomcat 3.2

2000-11-17 Thread Larry Isaacs
When applying Gareth Morgan's bug fix for JspRuntimeLibrary in the Tomcat MAIN branch, a difference between the tomcat_32 and MAIN versions revealed that Tomcat 3.2 still has the bug discovered by Glenn Nielsen. This is where: leaves the property unchanged instead of setting it to an e

BUG 406

2000-11-17 Thread Ozgur Emek Aksakal
if you define url-patterns JSP,jSp, jSP etc. all combinations of cases in web.xml you can workaround the problem.

BugRat Report #406 has been filed.

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

Re: BugRat Report #401 has been filed.

2000-11-17 Thread James Cook
The copy command supports case sensitivity in the destination file. At least it has for me when I specified the name of the destination file. Are you talking about directory to directory copy? jim - Original Message - From: "Diane Holt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "BugRa

Re: Tomcat 3.2 b7 build broken???

2000-11-17 Thread James Cook
You need to use Ant 1.2. Download from jakarta.apache.org jim - Original Message - From: "Stefán F. Stefánsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 17, 2000 4:46 AM Subject: Tomcat 3.2 b7 build broken??? It can't be that... must be something on my side...

BugRat Report #405 has been filed.

2000-11-17 Thread BugRat Mail System
Bug report #405 has just been filed. You can view the report at the following URL: REPORT #405 Details. Project: Servlet API Category: Feature Requests SubCategory: New Feature Class: feature State: received Priority: high Severity:

JASPER: largeFile init parameter

2000-11-17 Thread Christian Mallwitz
Hi, I want to use the largeFile parameter mentioned in the FAQ but couldn't get it to work. Jasper always generates static HTML content into the Java class file. How can I change this? Thanks Christian -- Christian Mallwitz INTERSHOP Communications Germany Senior Software Engineerphone: +49

[PATCH] Bug 404 - EmbededTomcat and PoolTcpConnector

2000-11-17 Thread Stefán F. Stefánsson
Here is a patch for bug report 404. It's about the addSecureEndpoint method not working. <> <> Stefan Freyr Stefansson Software Developer deCODE Genetics, Inc. Phone: (+354) 570 2854 GSM: (+354) 861 1718 Fax: (+354) 491 3782 <> EmbededTom

BugRat Report #404 has been filed.

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

Tomcat 3.2 b7 build broken???

2000-11-17 Thread Stefán F. Stefánsson
It can't be that... must be something on my side... but I keep getting the following error when I try to run build (doesn't matter if I do build or build dist). C:\jakarta\jakarta-tomcat>build Buildfile: build.xml BUILD FAILED build.xml:33: Could not create task of type: copy because I can't fi