SendMailFactory.java breaks compile

2001-03-30 Thread Stuart Roebuck
I've just tried to compile the latest CVS of Tomcat 4 and I'm missing some classes trying to compile SendMailFactory.java. /Users/stuart/OpenSource/jakarta-tomcat-4.0/catalina/src/share/org/apache/ naming/factory/SendMailFactory.java:0: Class javax.activation.DataSource not found in class

RE: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-30 Thread Steve Downey
It's one of the alternate names for Abstract Factory, from the GoF book. AKA toolkit. The idea is that you have a an abstract class with methods such as createThing1 and createThing2, which return abstract Thing1s and Thing2s. A concrete implementation of the factory, xFactory, returns an

RE: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-30 Thread Mel Martinez
--- Steve Downey [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] On Thu, 29 Mar 2001, Mel Martinez wrote: activities that should be orthogonal. The only dependency should be that the Compiler is a consumer of the products of the Mangler. +1

RE: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-30 Thread cmanolache
On Fri, 30 Mar 2001, Mel Martinez wrote: --- Steve Downey [EMAIL PROTECTED] wrote: I must admit to not being totally sure whether co-opting the current 'Constants' and 'Options' class families is the best naming for this, but they do clearly indicate the difference in scope. I could My

RE: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-30 Thread cmanolache
On Fri, 30 Mar 2001, Mel Martinez wrote: I don't have the time to do much more than that! That Damn Day Job(tm) keeps getting in the way! :-) Yea, believe me, I know what you mean, you're not the only one :-) Costin

Re: More naming woes...

2001-03-30 Thread Craig R. McClanahan
On Thu, 29 Mar 2001, T. Park wrote: Remy, thanks, that's good to hear - I'm still having a nightmare of a time resolving one last issue. I have a large jar file that contains, amongst other things (e.g. an ejb container, a namingservice etc) javax.naming package. Are you including

Re: [PATCH] build.xml instead of build.sh

2001-03-30 Thread Craig R. McClanahan
On Fri, 30 Mar 2001, Matthew L Daniel wrote: I (personally) hate setting all those crazy environmental variables to build Catalina, and since Ant is kind enough to ignore the "property file" tag if the file does not exist, I feel this can be safely included for general use. I've had

Re: SendMailFactory.java breaks compile

2001-03-30 Thread Craig R. McClanahan
On Fri, 30 Mar 2001, Stuart Roebuck wrote: I've just tried to compile the latest CVS of Tomcat 4 and I'm missing some classes trying to compile SendMailFactory.java. /Users/stuart/OpenSource/jakarta-tomcat-4.0/catalina/src/share/org/apache/ naming/factory/SendMailFactory.java:0: Class

Tomcat and IPv6

2001-03-30 Thread Ibrahim Haddad (LMC)
Hello, I am working on IPv6 at Ericsson Research Canada. I would like to check if Tomcat has support for IPv6 addressing format. I would really appreciate your feedback. Thank you. -- Ibrahim Haddad Open Architecture Research Lab

RE: Running Tomcat without tools.jar (javac) after precompiling my jsp's.

2001-03-30 Thread Szegedi, Attila
You should run jspc with -webinc switch. It will generate an XML fragment that you should add to your web.xml file (either by copy/paste or by including it as an entity); It will look like this: servlet servlet-namecom.mycompany.foo.myjsppage/servlet-name

tomcat 4.0 b1/apache 1.3.12: trouble with sessions

2001-03-30 Thread a . wille
Hi, I'm just evaluating tomcat 4.0 b1 and apache 1.3.12 on a solaris 2.6 system. After installing tomcat (as stand-alone) and successfully testing the examples, I tried to connect tomcat and apache using mod_webapp. This works also fine. But testing the session servlet example fails. It seems

FW: Tomcat may reveal script source code by URL trickery

2001-03-30 Thread Renzo Toma
Just in case you missed it. -Original Message- From: Bugtraq List [mailto:[EMAIL PROTECTED]]On Behalf Of Sverre H. Huseby Sent: donderdag 29 maart 2001 10:12 To: [EMAIL PROTECTED] Subject: Tomcat may reveal script source code by URL trickery Tomcat may reveal script source code by URL

Re: More naming woes...

2001-03-30 Thread T. Park
Hi Craig, I agree with you - bundling the javax.naming... is a bit of a problem waiting to happen. The original reason was as a 'convenience' for end-users that weren't on JDK 1.3, as it was the same classes from JSEE 1.2.1 there wasn't a conflict. Of course who knows what the future will

RE: FW: Tomcat may reveal script source code by URL trickery

2001-03-30 Thread Marc Saegesser
Tomcat 3.1.x and 3.2.x do not suffer from this problem. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 12:26 PM To: [EMAIL PROTECTED] Subject: Re: FW: Tomcat may reveal script source code by URL trickery On Fri, 30 Mar 2001,

Stress Test problems with 3.2.1

2001-03-30 Thread tomcat-dev-list
Hello, I have tc 3.2.1 installed on w2k server with iis5, sun hotspot 2.0 server mode and jdk 1.3. I have been running this implementation successfully for the past several months with no problems. I decided to perform a stress test to see how tc would handle it. 1. First test. 100 concurrent

[VOTE] Tomcat 4.0 Beta 2 Release Tonight (Fixed Security Vulnerability)

2001-03-30 Thread Craig R. McClanahan
I'd like to propose that we create and publish a Tomcat 4.0 beta 2 release tonight, based on the current CVS code base. The primary reason for the expedited schedule is that this code will include a fix for the "Tomcat may reveal script source code by URL trickery" security vulnerability, as

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util RequestUtil.java

2001-03-30 Thread Remy Maucherat
+relativeURI = URLDecoder.decode(relativeURI); That doesn't decode using the right format. Maybe it works in that case, but I suggest using RequestUtil.URLDecode instead. Remy

Re: [VOTE] Tomcat 4.0 Beta 2 Release Tonight (Fixed Security Vulnerability)

2001-03-30 Thread Remy Maucherat
I'd like to propose that we create and publish a Tomcat 4.0 beta 2 release tonight, based on the current CVS code base. The primary reason for the expedited schedule is that this code will include a fix for the "Tomcat may reveal script source code by URL trickery" security vulnerability, as

Re: [VOTE] Tomcat 4.0 Beta 2 Release Tonight (Fixed Security Vulnerability)

2001-03-30 Thread Amy Roh
- Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 11:36 AM Subject: [VOTE] Tomcat 4.0 Beta 2 Release Tonight (Fixed Security Vulnerability) I'd like to propose that we create and publish a Tomcat 4.0 beta 2 release

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0-B2.txt

2001-03-30 Thread craigmcc
craigmcc01/03/30 12:31:53 Modified:.RELEASE-NOTES-4.0-B2.txt Log: Update beta-2 release notes to reflect changes made to date. Need to verify behavior of several of the new features (running Jasper using Xerces 1.3, compression filter, and server-side includes)

Re: [VOTE] Tomcat 4.0 Beta 2 Release Tonight (Fixed Security Vulnerability)

2001-03-30 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: I'd like to propose that we create and publish a Tomcat 4.0 beta 2 release tonight, based on the current CVS code base. The primary reason for the expedited schedule is that this code will include a fix for the "Tomcat may reveal script source code by URL

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

2001-03-30 Thread craigmcc
craigmcc01/03/30 12:44:21 Modified:catalina/src/share/org/apache/catalina/core StandardContextMapper.java Log: Use RequestUtil.URLDecode() instead of URLDecoder.decode() in order to deal with character encoding issues correctly. Submitted by: Remy

RE: Stress Test problems with 3.2.1

2001-03-30 Thread Cozianu, Costin
Hi there, I just wanted to report the same problem, apparently the situation is improved in 3.2.2beta 2 . What I had is that under 3.1 and 3.2.1 when stress loaded with 50 concurrent users making request each second Tomcat leaked memory. It would easily go to OutOfMemoryError, although I tried

RE: Stress Test problems with 3.2.1

2001-03-30 Thread Remy Maucherat
Quoting "Cozianu, Costin" [EMAIL PROTECTED]: Hi there, I just wanted to report the same problem, apparently the situation is improved in 3.2.2beta 2 . What I had is that under 3.1 and 3.2.1 when stress loaded with 50 concurrent users making request each second Tomcat leaked memory. It

Re: [VOTE] Tomcat 4.0 Beta 2 Release Tonight (Fixed Security Vulnerability)

2001-03-30 Thread horwat
+1 Justy - Original Message - I'd like to propose that we create and publish a Tomcat 4.0 beta 2 release tonight, based on the current CVS code base. The primary reason for the expedited schedule is that this code will include a fix for the "Tomcat may reveal script source code by

RE: Tomcat and IPv6

2001-03-30 Thread GOMEZ Henri
These question appeared some time ago and I think that Craig said it depend on OS where java is running and certainly JVM support on IPv6. Rigth question may be about JDK 1.3 support of IPv6 ? -Original Message- From: Ibrahim Haddad (LMC) [mailto:[EMAIL PROTECTED]] Sent: Friday, March

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connectorHttpRequestBase.java

2001-03-30 Thread Craig R. McClanahan
On Fri, 30 Mar 2001, Bill Claypool wrote: On Mon, Mar 26, 2001 at 08:02:18PM -, [EMAIL PROTECTED] wrote: " craigmcc01/03/26 12:02:17 " " Modified:catalina/src/share/org/apache/catalina/connector " HttpRequestBase.java " Log: " Correct the

Re: Catalina Compiling error. class/method name mismatch betweencatalina classes reference calls and javax.servlet classes

2001-03-30 Thread Craig R. McClanahan
On Fri, 30 Mar 2001, Hui Ye wrote: Hi, all, I downloaded latest catalina code off cvs and jakarta-servletapi-4.0-b1, along with other required stuff, and tried to compile and build it. However, there are class name and method mismatches between the two to prevent compiling going

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

2001-03-30 Thread horwat
horwat 01/03/30 14:26:37 Modified:jasper/src/share/org/apache/jasper/compiler ParserXJspSaxHandler.java Log: Fix jsp xml syntax processing. Handle /jsp:params end tag properly. Bugzilla #618 Revision ChangesPath 1.8 +4 -0

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

2001-03-30 Thread craigmcc
craigmcc01/03/30 14:27:51 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Any significant error that is encountered while starting a Context initially, or as part of a reload() call, will now cause the corresponding web

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core LocalStrings.properties

2001-03-30 Thread craigmcc
craigmcc01/03/30 14:41:13 Modified:catalina/src/share/org/apache/catalina/core LocalStrings.properties Log: Update message strings for the change to startup just checked in. Revision ChangesPath 1.27 +2 -0

Re: Tomcat Feedback

2001-03-30 Thread Chandra Goliva
Hi Tomcat developer/user community, I am using Tomcat 3.2.1. Did you notice any problem while forwarding from a Servlet/JSP to a target JSP,which is a quite large in size? which may be something related to jsp comilation could not be finished in a certain time/ is too big in size to occupy run

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connectorHttpRequestBase.java

2001-03-30 Thread Craig R. McClanahan
On Fri, 30 Mar 2001, Bill Claypool wrote: On Fri, Mar 30, 2001 at 01:47:45PM -0800, Craig R. McClanahan wrote: " On Fri, 30 Mar 2001, Bill Claypool wrote: " " On Mon, Mar 26, 2001 at 08:02:18PM -, [EMAIL PROTECTED] wrote: " " craigmcc01/03/26 12:02:17 " " " " Modified:

cvs commit: jakarta-tomcat-4.0/tester/src/tester/org/apache/tester Resources03.java

2001-03-30 Thread craigmcc
craigmcc01/03/30 15:19:15 Modified:tester/src/tester/org/apache/tester Resources03.java Log: Close the input stream when we are done with it. Revision ChangesPath 1.2 +2 -1 jakarta-tomcat-4.0/tester/src/tester/org/apache/tester/Resources03.java Index:

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

2001-03-30 Thread craigmcc
craigmcc01/03/30 15:23:19 Modified:catalina/src/share/org/apache/catalina/connector HttpRequestBase.java Log: Reverse the order of testing (check aliases first, then real roles) to conform to the servlet spec requirements. Submitted by: Bill Claypool

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

2001-03-30 Thread craigmcc
craigmcc01/03/30 15:24:05 Modified:catalina/src/share/org/apache/catalina/core LocalStrings.properties StandardContext.java Log: Correctly assume that reload will be successful unless an error is encountered. Revision ChangesPath 1.28 +2

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0-B2.txt

2001-03-30 Thread craigmcc
craigmcc01/03/30 16:00:08 Modified:.RELEASE-NOTES-4.0-B2.txt Log: Update to reflect the version of Xerces that I tested with. Revision ChangesPath 1.6 +2 -2 jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B2.txt Index: RELEASE-NOTES-4.0-B2.txt

Behavior of new Server Side Include Functionality

2001-03-30 Thread Craig R. McClanahan
I've been reviewing the new Server Side Include functionality that Bip Thelin contributed, and comparing it to the NCSA docs at: http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html One place where our current behavior appears to vary from the documentation is on whether virtual paths

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

2001-03-30 Thread craigmcc
craigmcc01/03/30 17:20:00 Modified:catalina/src/share/org/apache/catalina Globals.java webapps/ROOT index.html Log: Update version numbers in preparation for beta 2 release. Revision ChangesPath 1.20 +5 -5

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

2001-03-30 Thread remm
remm01/03/30 19:00:42 Modified:catalina/src/share/org/apache/naming/resources FileDirContext.java Log: - Fix problems under Windows where doing a request on /examples/.. would return a 500. Should now return a 404 instead. Revision Changes

[ANNOUNCE] Tomcat 4.0 Beta 2

2001-03-30 Thread Craig R. McClanahan
I'm pleased to announce the availability of the Beta 2 release of the next generation of the Tomcat servlet container, at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b2/ Tomcat 4.0 beta 2 has many new features, including: * Tomcat 4.0 can now run web applications out of

RE: [ANNOUNCE] Tomcat 4.0 Beta 2

2001-03-30 Thread Kevin Jones
Bonza job guys, thank you :-) Kevin Jones DevelopMentor www.develop.com -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: 31 March 2001 08:27 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [ANNOUNCE] Tomcat

Re: SendMailFactory.java breaks compile

2001-03-30 Thread Remy Maucherat
I've just tried to compile the latest CVS of Tomcat 4 and I'm missing some classes trying to compile SendMailFactory.java. /Users/stuart/OpenSource/jakarta-tomcat-4.0/catalina/src/share/org/apache/ naming/factory/SendMailFactory.java:0: Class javax.activation.DataSource not found in class