Re: Tomcat 4.0.3 build problem

2002-06-03 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > > > > hi i am not able to compile source for tomcat 4.0.3 > The exact problem i have written down. Can you help me in this case. > I am sure that my jar file containing > org/w3c/dom/traversal/NodeIterator is > in a classpath. > Pls help me in this case

DO NOT REPLY [Bug 9526] - HttpServletRequest.getHeader(String) yields inconsistent results depending on how the request header was provided to tomcat

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [VOTE] Rate milestone 4.1.3

2002-06-03 Thread Remy Maucherat
> Beta for Catalina with Jasper 1 > Alpha for Catalina with Jasper 2 4.1.3 includes Jasper 2, so I'm counting your vote as "alpha". Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Remy Maucherat
> Yes, this is true. Also, a request to /foo which becomes /foo/index.jsp > would also screw up relative links. > > I believe the following behavior would do what people want 99% of the > time while still not screwing up the scenario you mentioned or the one I > mentioned above (forgive the pytho

Re: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Dan Sandberg
Yes, this is true. Also, a request to /foo which becomes /foo/index.jsp would also screw up relative links. I believe the following behavior would do what people want 99% of the time while still not screwing up the scenario you mentioned or the one I mentioned above (forgive the pythonic pseu

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 Tomcat3Response.java

2002-06-03 Thread billbarker
billbarker2002/06/03 20:09:57 Modified:coyote/src/java/org/apache/coyote/tomcat3 Tomcat3Response.java Log: Make certain that content-length gets set on the coyoteRequest. Long-term, I'd much rather use the header only like in the Tomcat 3.3 core Request.

Re: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Craig R. McClanahan
> > > > Do we have any regression tests I can use to see if my changes have > > broken anything? Or should I just commit the changes when they are > > ready, and hope someone will notice any bugs before we release? > > There is in fact a regression test suite, in the "tester" subdirectory of t

DO NOT REPLY [Bug 4948] - Class.getPackage() returns null in classes loaded by webapp class loader

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Remy Maucherat
> Fixing this requires mucking with the core of Tomcat, which I find scary. > > Do we have any regression tests I can use to see if my changes have > broken anything? Or should I just commit the changes when they are > ready, and hope someone will notice any bugs before we release? > > I'm asking

Re: [VOTE] Rate milestone 4.1.3

2002-06-03 Thread Denis Benoit
On Mon, 3 Jun 2002, Remy Maucherat wrote: > > [ ] Alpha > [X] Beta > > > 4.1.3 should be feature complete (at least according to what is in the > release plan; it now has the Ant compiler in Jasper 2 and a more finalized > admin webapp), and does not seem to have any major issues, so it looks

When can Jasper2 have a release version?

2002-06-03 Thread Hugh J. L.
__ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 9254] - JDBCRealm leaves open Statements

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

doc fix to globalresources.xml

2002-06-03 Thread bob
Global Resources are a little confusing. Declaring a resource in the GlobalNamingResources section of the server.xml doesn't make the resource visible to webapps until the context for the webapp includes a ResourceLink. This obscurity is for security. It seems weird to declare something 'glo

Re: [VOTE] Rate milestone 4.1.3

2002-06-03 Thread bob
[ ] Alpha [X] Beta Cheers, -bob -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [3.3.2-dev] CoyoteConnector2 invalid headers

2002-06-03 Thread Bill Barker
It looks like Tomcat3Response.endHeaders needs to call coyoteResponse.setContentLength so that Http11Processor can see it. It might also want to call setContentType, but that one doesn't seem to be used by the Http11Processor. - Original Message - From: "Keith Wannamaker" <[EMAIL PROTECTE

DO NOT REPLY [Bug 9591] - Creating a temporary file in a servlet throws an IOException

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [3.3.2-dev] CoyoteConnector2 invalid headers

2002-06-03 Thread Remy Maucherat
> When using CC2 with TC 3.3.2, every request sets both > the content-length and the transfer-encoding, which > is not only wrong, but can confuse some clients. > > Content-Length: 9 > Transfer-Encoding: chunked > > The 4.0 org.apache.catalina.connector.http.HttpConnector > does not have this prob

DO NOT REPLY [Bug 9584] - error in web.xml.txt file

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9591] New: - Creating a temporary file in a servlet throws an IOException

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: JspException in jasper 2?

2002-06-03 Thread costinm
On Mon, 3 Jun 2002, Kin-Man Chung wrote: > org.apache.jasper.runtime.JspException seems to be serving no purpose, > and it conflicts with javax.servlet.jsp.JspException. > > Any objections to my removing it? > > BTW, it also exists in tomcat 4/jasper. I was just going to ask the same thing :-)

[3.3.2-dev] CoyoteConnector2 invalid headers

2002-06-03 Thread Keith Wannamaker
When using CC2 with TC 3.3.2, every request sets both the content-length and the transfer-encoding, which is not only wrong, but can confuse some clients. Content-Length: 9 Transfer-Encoding: chunked The 4.0 org.apache.catalina.connector.http.HttpConnector does not have this problem. Any quick

JspException in jasper 2?

2002-06-03 Thread Kin-Man Chung
org.apache.jasper.runtime.JspException seems to be serving no purpose, and it conflicts with javax.servlet.jsp.JspException. Any objections to my removing it? BTW, it also exists in tomcat 4/jasper. -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 9590] New: - cookies stop sending to browser after nested loop

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9584] - error in web.xml.txt file

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/webapp/support template.pl

2002-06-03 Thread pier
pier2002/06/03 14:23:02 Modified:webapp/support template.pl Log: Output class documentation only if classes are present in the analyzed source (class == structure). Revision ChangesPath 1.6 +69 -45jakarta-tomcat-connectors/webapp/support/template.pl

DO NOT REPLY [Bug 9466] - Tomcat 4.0.3 fails to find location of certain files in the classpath

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9466] - Tomcat 4.0.3 fails to find location of certain files in the classpath

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Dan Sandberg
Fixing this requires mucking with the core of Tomcat, which I find scary. Do we have any regression tests I can use to see if my changes have broken anything? Or should I just commit the changes when they are ready, and hope someone will notice any bugs before we release? I'm asking because I

DO NOT REPLY [Bug 9584] New: - error in web.xml.txt file

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: http 302 issue on tomcat 4.0.1

2002-06-03 Thread Dan Sandberg
Hi Remy. I filed a bug report about this a week ago at: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9559 ( which was marked invalid ) Apparently this is a long-standing issue, as I found the following bug ( marked invalid ): http://nagoya.apache.org/bugzilla/show_bug.cgi?id=456 I hope

Re: FastHashMap ?

2002-06-03 Thread Remy Maucherat
> I was looking at jasper2, and there is one lonely use of FastHashMap in > compiler/JspRuntimeContext.java. It's the only place where jasper2 depends > on commons-collections, and it seems pretty useless - nothing calls > setFast(), and all that happens is an extra ( synchronized ) call to the >

FastHashMap ?

2002-06-03 Thread costinm
I was looking at jasper2, and there is one lonely use of FastHashMap in compiler/JspRuntimeContext.java. It's the only place where jasper2 depends on commons-collections, and it seems pretty useless - nothing calls setFast(), and all that happens is an extra ( synchronized ) call to the original

cvs commit: jakarta-tomcat-jasper/jasper2 build.xml

2002-06-03 Thread costin
costin 2002/06/03 10:27:09 Modified:jasper2 build.xml Log: Remove 'classic' so it can compile with jdk1.4. Revision ChangesPath 1.5 +0 -1 jakarta-tomcat-jasper/jasper2/build.xml Index: build.xml

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade ServletOutputStreamFacade.java

2002-06-03 Thread costin
costin 2002/06/03 10:25:00 Modified:src/share/org/apache/tomcat/core Response.java src/facade22/org/apache/tomcat/facade ServletOutputStreamFacade.java Log: Add a notification on user-initiated flush(). The writer doesn't need changes, si

Re: [VOTE] Rate milestone 4.1.3

2002-06-03 Thread Kin-Man Chung
> > > [ ] Alpha > [X] Beta > > > 4.1.3 should be feature complete (at least according to what is in the > release plan; it now has the Ant compiler in Jasper 2 and a more finalized > admin webapp), and does not seem to have any major issues, so it looks like > a decent beta candidate. > > Co

Re: [VOTE] Rate milestone 4.1.3

2002-06-03 Thread costinm
On Mon, 3 Jun 2002, Remy Maucherat wrote: > > [ ] Alpha > [X] Beta > > > 4.1.3 should be feature complete (at least according to what is in the > release plan; it now has the Ant compiler in Jasper 2 and a more finalized > admin webapp), and does not seem to have any major issues, so it looks

[VOTE] Rate milestone 4.1.3

2002-06-03 Thread Remy Maucherat
[ ] Alpha [ ] Beta 4.1.3 should be feature complete (at least according to what is in the release plan; it now has the Ant compiler in Jasper 2 and a more finalized admin webapp), and does not seem to have any major issues, so it looks like a decent beta candidate. Comments ? Remy -- To uns

Tomcat 4.0.3 build problem

2002-06-03 Thread vijay
hi i am not able to compile source for tomcat 4.0.3 The exact problem i have written down. Can you help me in this case. I am sure that my jar file containing org/w3c/dom/traversal/NodeIterator is in a classpath. Pls help me in this case thanks , vijay BUILD FAILED java.lang.NoCl

DO NOT REPLY [Bug 9254] - JDBCRealm leaves open Statements

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

http 302 issue on tomcat 4.0.1

2002-06-03 Thread remy.menetrieux
Hello, When browsers request my url containing a filename, Tomcat does not internally redirect this request, it sends a HTTP 302 redirect. How can we configure and patch Tomcat to disable this feature ? Thx for any help. Here is what we get : GET / HTTP/1.0 host: www.SiteName.com HTTP/1.1 3

Re: M1 ?

2002-06-03 Thread costinm
On Mon, 3 Jun 2002, jean-frederic clere wrote: > > BTW, I'll need more informations on how to use > > JNI use stuff in apache 1.3 and 2.0. > > > > We'll have also to comment the fact that at least > > under Linux there is need to update by hand LD_LIBRARY_PATH > > to have jni shared libs loaded

RE: M1 ?

2002-06-03 Thread GOMEZ Henri
>> We'll have also to comment the fact that at least >> under Linux there is need to update by hand LD_LIBRARY_PATH >> to have jni shared libs loaded > >Will it work to load them before? I am thinking of adding some >dlopen in the >jakarta-commons-sandbox/daemon to load native libraries. (j

DO NOT REPLY [Bug 8969] - Manager - remove does not delete the webapps/application/ Dir

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: M1 ?

2002-06-03 Thread jean-frederic clere
GOMEZ Henri wrote: > Hi, > > I'm just back from my week spent in finishing works > in our new-house. > > Could you wait up to the end of the week, to give me > time to finish autoconf works (JNI). > > BTW, I'll need more informations on how to use > JNI use stuff in apache 1.3 and 2.0. > > W

Re: [PROPOSAL] Tag pooling/reuse in Jasper 2

2002-06-03 Thread peter lin
I am definitely willing to put in time to test the patches. The discussion has been great and covered all the concerns I had. With the test pages I have, the 64K limitation forces me to break long pages into several jsp files using both include directive and action include. In my mind, it's good

Fwd: [PATCH] j-t-c build.xml

2002-06-03 Thread Anthony W. Marino
j-t-c build.xml attempts to use a non-existant dir structure. Thank You, Anthony -- Forwarded Message -- Subject: [PATCH] j-t-c build.xml Date: Wed, 29 May 2002 12:53:25 -0400 From: "Anthony W. Marino" <[EMAIL PROTECTED]> To: 'Tomcat Developers List' <[EMAIL PROTECTED]> Pleas

RE: PROPOSAL: clientFlush() method

2002-06-03 Thread GOMEZ Henri
+1, it should reduce greatly overhead and let the OS stack handle the traffic directly, it will also certainly reduce overhead in reader part (ie web server). - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-06-03 Thread hgomez
hgomez 2002/06/03 04:24:25 Modified:jk/native2/server/apache2 mod_jk2.c Log: Others apache 2.0 modules use ap_add_version_component in post config phase (ie DAV2). Having it done in child init make it appears too late to be present in error.log. Revision ChangesPath

RE: [PATCH] mod_jk2 - fix double module module exposure

2002-06-03 Thread GOMEZ Henri
After a quick look in http 2.0 source, it appears that mod_dav for example use ap_add_version in post config phase, so I'll update mod_jk2.c accordingly - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo

RE: [PATCH] mod_jk2 - fix double module module exposure

2002-06-03 Thread GOMEZ Henri
Hum I added it here I didn't get it on my Linux Box with Apache 2.0.36 :[ => [Mon Jun 03 12:31:58 2002] [notice] caught SIGTERM, shutting down [Mon Jun 03 12:34:17 2002] [notice] Digest: generating secret for digest authentication ... [Mon Jun 03 12:34:17 2002] [notice] Digest: done [Mon Jun 03

RE: M1 ?

2002-06-03 Thread GOMEZ Henri
Hi, I'm just back from my week spent in finishing works in our new-house. Could you wait up to the end of the week, to give me time to finish autoconf works (JNI). BTW, I'll need more informations on how to use JNI use stuff in apache 1.3 and 2.0. We'll have also to comment the fact that at

RE: Ethereal AJP13 dissector? [Ethereal patch attached]

2002-06-03 Thread GOMEZ Henri
Thanks Chris, I'm a long time user of ethereal and provide rpm for ethereal. So a big +1 for ajp13 disector (something I planned but never done) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP F