[GUMP] Build Failure - jakarta-tomcat-5

2003-02-18 Thread bobh
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-02-18/jakarta-tomcat-5.html Buildfile: build.xml prepare-release: [mkdir] Created dir:

[GUMP] Build Failure - jakarta-tomcat-jk-native

2003-02-18 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-02-18/jakarta-tomcat-jk-native.html Buildfile: build.xml init: [echo] /home/rubys [mkdir]

Users get wrong session after reload.

2003-02-18 Thread Ronald Klop
Hello, We are using Tomcat 4.1.18 here. If we reload our application, sometimes a user gets a session of somebody else. Big problem. I think the problem is here: In ...catalina.session.JDBCStore.java, line 507, there is this code. preparedLoadSql.setString(1, id); rst =

RE: Request to Fix Tomcat Standalone 302 redirect Issue

2003-02-18 Thread Jim Smart
Can this functionality be back-ported to the 4.1 tree? tia, Jim -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: 17 February 2003 04:48 To: Tomcat Developers List Subject: Re: Request to Fix Tomcat Standalone 302 redirect Issue - Original Message -

DO NOT REPLY [Bug 17162] New: - Cannot catch IllegalStateException with web.xml after exceeding maxActiveSessions limit

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17162. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15520] - JSP-Servlet is broken

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15520. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17171] New: - Tomcat 5 Nightly binaries are not available

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17171. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2003-02-18 Thread costin
costin 2003/02/18 09:53:57 Modified:jk/native build.xml Log: Port back the os detection from jk2. This should solve the gump failure. Revision ChangesPath 1.37 +19 -0 jakarta-tomcat-connectors/jk/native/build.xml Index: build.xml

[5.0.1] Tagging today

2003-02-18 Thread Remy Maucherat
From my experience, Tomcat 5.0.1 doesn't appear to have any critical issue remaining. I plan to put the 5.0.1 tag later today and release alpha binaries. Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [5.0.1] Tagging today

2003-02-18 Thread Jeanfrancois Arcand
Are you able to build it? The nightly build failled with the following (see below). I will look at the failure latter this afternoon... -- Jeanfrancois build-static: [copy] Copying 1 file to /disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/server/webapps/admin [copy]

Re: [5.0.1] Tagging today

2003-02-18 Thread Remy Maucherat
Jeanfrancois Arcand wrote: Are you able to build it? The nightly build failled with the following (see below). I will look at the failure latter this afternoon... It's a hint that there are urgent bugs to fix in either JspC or Jasper, which make precompilation fail (read my commit massage to

DO NOT REPLY [Bug 15520] - JSP-Servlet is broken

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15520. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0.1] Tagging today

2003-02-18 Thread Costin Manolache
Remy Maucherat wrote: Jeanfrancois Arcand wrote: Are you able to build it? The nightly build failled with the following (see below). I will look at the failure latter this afternoon... It's a hint that there are urgent bugs to fix in either JspC or Jasper, which make precompilation fail

Re: [5.0.1] Tagging today

2003-02-18 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: Jeanfrancois Arcand wrote: Are you able to build it? The nightly build failled with the following (see below). I will look at the failure latter this afternoon... It's a hint that there are urgent bugs to fix in either JspC or Jasper, which

DO NOT REPLY [Bug 17178] New: - if user-agent sends cookies that add up more than 4K SocketInputStream throws an exception

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17178. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17179] New: - Compile time includes outside of WEB context root, are not found

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17179. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17179] - Compile time includes outside of WEB context root, are not found

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17179. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

JSP @include directive

2003-02-18 Thread Alexander Leyke
Hi, I need to use include directive in JSP that points to file physically located outside directory tree for Web application context. I tested two forms of include directive: %@include file=/../inc/name.inc % and %@include file=/symlink/name.inc %. As far as I can tell from Tomcat 4.1.18

Re: [5.0.1] Tagging today

2003-02-18 Thread Costin Manolache
Remy Maucherat wrote: Costin Manolache wrote: Remy Maucherat wrote: Jeanfrancois Arcand wrote: Are you able to build it? The nightly build failled with the following (see below). I will look at the failure latter this afternoon... It's a hint that there are urgent bugs to fix in either

Re: [5.0.1] Tagging today

2003-02-18 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: Costin Manolache wrote: Remy Maucherat wrote: Jeanfrancois Arcand wrote: Are you able to build it? The nightly build failled with the following (see below). I will look at the failure latter this afternoon... It's a hint that there are

Re: cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-02-18 Thread Amy Roh
[EMAIL PROTECTED] wrote: costin 2003/02/16 20:38:45 Modified:resources mbeans.xml Log: Few cosmetic changes in names. Add a context using JMX ( /admin1 ). The procedure is simple: 1. create an mbean using the o.aStandardContext as code and the JSR77 name. 2. Call

DO NOT REPLY [Bug 17184] New: - jsp:include does not work

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17184. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17185] New: - webapps with pre-2.4 descriptors may not set isELIgnored=false in page directive

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector.java

2003-02-18 Thread costin
costin 2003/02/18 14:51:40 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector.java Log: Merged few changes from 5.0 to enable JMX on thread pools and connector. This is in the HEAD - jk and http adapters already have

DO NOT REPLY [Bug 17185] - webapps with pre-2.4 descriptors may not set isELIgnored=false in page directive

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0.1] Tagging today

2003-02-18 Thread Kin-Man Chung
Date: Tue, 18 Feb 2003 21:46:54 +0100 From: Remy Maucherat [EMAIL PROTECTED] Subject: Re: [5.0.1] Tagging today To: Tomcat Developers List [EMAIL PROTECTED] Costin Manolache wrote: Remy Maucherat wrote: Costin Manolache wrote: Remy Maucherat wrote: Jeanfrancois Arcand

Re: [5.0.1] Tagging today

2003-02-18 Thread Amy Roh
Kin-Man Chung wrote: Date: Tue, 18 Feb 2003 21:46:54 +0100 From: Remy Maucherat [EMAIL PROTECTED] Subject: Re: [5.0.1] Tagging today To: Tomcat Developers List [EMAIL PROTECTED] Costin Manolache wrote: Remy Maucherat wrote: Costin Manolache wrote: Remy Maucherat wrote: Jeanfrancois

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2003-02-18 Thread costin
costin 2003/02/18 15:37:01 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java Log: Typo. Revision ChangesPath 1.48 +5 -5 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/MBeanUtils.java Index:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2003-02-18 Thread costin
costin 2003/02/18 15:40:28 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java Log: Typo - again... Revision ChangesPath 1.49 +6 -6 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/MBeanUtils.java

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

2003-02-18 Thread luehe
luehe 2003/02/18 15:49:46 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java ApplicationHttpRequest.java Log: Followup to fix for Bugtraq 4658324: Only in the case of the forward (not include!) method

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardSession.java

2003-02-18 Thread luehe
luehe 2003/02/18 16:33:28 Modified:catalina/src/share/org/apache/catalina/session StandardSession.java Log: Fix for Bugtraq 4688277: Invoking session.invalidate() after setting max inactive interval to 0 does not throw IllegalStateException The

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2003-02-18 Thread costin
costin 2003/02/18 17:04:45 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Remove processing time, it is not that usefull. Revision ChangesPath 1.75 +1 -5

DO NOT REPLY [Bug 17185] - webapps with pre-2.4 descriptors may not set isELIgnored=false in page directive

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0.1] Tagging today

2003-02-18 Thread Costin Manolache
Kin-Man Chung wrote: It seems to be introduced by one of the recent changes - I had no problem compiling the admin few weeks ago. We either roll back the change or find another way. The bug happens in the jsp-examples precompilation (which is supposed to work also, right ?). One of the

DO NOT REPLY [Bug 17190] New: - Classloader-problem with xerces not seeing webapp-classes

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17190. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Tomcat Standalone - 302 Redirect Issue

2003-02-18 Thread neal
Can someone please confirm the option to switch the welcome file behavior from a redirection to a rd.forward was included in the mapper for Tomcat 5.0? I have heard both that it was and that it wasn't. I guess I have the following questions still: 1. Is this functionality going to be included

DO NOT REPLY [Bug 17193] New: - java.net.bindException during shutdown in Tomcat 4.1.18

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17193. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-02-18 Thread billbarker
billbarker2003/02/18 23:03:45 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java jasper2/src/share/org/apache/jasper/compiler TagFileProcessor.java Log: Fix for most of the pre-compile problems with

Re: Tomcat Standalone - 302 Redirect Issue

2003-02-18 Thread Bill Barker
- Original Message - From: neal [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 10:36 PM Subject: Tomcat Standalone - 302 Redirect Issue Can someone please confirm the option to switch the welcome file behavior from a redirection to a

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

2003-02-18 Thread billbarker
billbarker2003/02/18 23:39:49 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java jasper2/src/share/org/apache/jasper/compiler TagFileProcessor.java Log: Avoid the Tab-Police. (no functional changes)

cvs commit: jakarta-tomcat-5 tomcat.nsi

2003-02-18 Thread remm
remm2003/02/18 23:59:20 Modified:.tomcat.nsi Log: - Further tweaks. Revision ChangesPath 1.25 +7 -7 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi === RCS file: