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

2001-09-22 Thread craigmcc
craigmcc01/09/22 20:32:40 Modified:catalina/src/share/org/apache/catalina/startup ClassLoaderFactory.java Log: Port update from 4.0 branch. Revision ChangesPath 1.3 +20 -4 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startu

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

2001-09-22 Thread craigmcc
craigmcc01/09/22 20:32:24 Modified:catalina/src/share/org/apache/catalina/startup Tag: tomcat_40_branch ClassLoaderFactory.java Log: When building class loaders, only leave out JAR files that contain the trigger class *if* the trigger class is already visib

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java

2001-09-22 Thread nacho
nacho 01/09/22 20:26:32 Modified:src/share/org/apache/tomcat/modules/mappers DecodeInterceptor.java src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java Log: Better messages for some 403 statuses, returned wh

DO NOT REPLY [Bug 3779] New: - the value of should be URL encoded

2001-09-22 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/src/tests/webpages/WEB-INF test-tomcat.xml

2001-09-22 Thread nacho
nacho 01/09/22 19:56:32 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Another test that fails on IIS 5.0, returns the ROOT index page, instead of 403 status Revision ChangesPath 1.46 +2 -1 jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml

cvs commit: jakarta-tomcat build.xml

2001-09-22 Thread larryi
larryi 01/09/22 19:13:45 Modified:.build.xml Log: Eliminate some javadoc warnings from the changes to the org.apache.tomcat.util.test classes. Update the copyright year for the javadoc. Revision ChangesPath 1.157 +11 -8 jakarta-tomcat/build.xml

DO NOT REPLY [Bug 3572] - HttpSessionFacade.invalidate don't unbound Attributes

2001-09-22 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/src/doc/uguide readme.txt

2001-09-22 Thread larryi
larryi 01/09/22 18:45:51 Removed: src/doc/uguide readme.txt Log: I don't think this legacy file is all that useful anymore.

cvs commit: jakarta-tomcat/src/native/mod_jk/apache2.0 mod_jk.dsp mod_jk.c Makefile.linux install-unix.sh build-unix.sh

2001-09-22 Thread larryi
larryi 01/09/22 18:41:18 Removed: src/native/mod_jk/apache2.0 mod_jk.dsp mod_jk.c Makefile.linux install-unix.sh build-unix.sh Log: Removing mod_jk support for httpd 2.0 in the jakarta-tomcat tree. mod_jk support will be developed in the jakarta-tomcat-con

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

2001-09-22 Thread nacho
nacho 01/09/22 17:24:52 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Log: Oops!!, wonders of Cut & Paste Revision ChangesPath 1.16 +1 -3 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java Index: HttpSes

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

2001-09-22 Thread nacho
nacho 01/09/22 17:21:40 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Servlet22Interceptor.java Log: Bug#3572 Exceptions during binding events make session handling not work Reported by michael at x-cellent.com Revisi

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

2001-09-22 Thread remm
remm01/09/22 17:12:35 Modified:.BUILDING.txt build.properties.sample build.xml catalina build.xml catalina/src/conf server.xml Log: - Update build instructions (but steps 16 and 17 will need to be improved). - The binary will now include t

cvs commit: jakarta-tomcat/src/admin tomcat.gif

2001-09-22 Thread nacho
nacho 01/09/22 16:57:16 Modified:src/admin tomcat.gif Log: The Tomcat was severely pixelated, now it has better aspect. Cosmetics (NfW) Revision ChangesPath 1.2 +20 -8 jakarta-tomcat/src/admin/tomcat.gif <>

cvs commit: jakarta-tomcat/src/admin/contextAdmin adminError.jsp contextList.jsp moduleList.jsp

2001-09-22 Thread nacho
nacho 01/09/22 16:55:47 Modified:src/admin/contextAdmin contextList.jsp moduleList.jsp Added: src/admin/contextAdmin adminError.jsp Log: Addign a light error page to Admin app, trying to preclude stacktraces when Admin context is not trusted.. cosmetics mostly (NfW)

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Http10Interceptor.java

2001-09-22 Thread costin
costin 01/09/22 15:05:31 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java Log: Fix for 3745 - thanks Stefan Eissing for finding the bug. doRead() should return -1 on end of stream, and available should be used only if is know

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

2001-09-22 Thread costin
costin 01/09/22 15:03:47 Modified:src/share/org/apache/tomcat/core ContextManager.java src/share/org/apache/tomcat/startup EmbededTomcat.java Log: Fixes from Johannes Brodwall <[EMAIL PROTECTED]> on EmbededTomcat and message for non-initialized contexts. Revis

Re: Updated build scripts for Tomcat 4 HEAD

2001-09-22 Thread Remy Maucherat
> On Wed, 19 Sep 2001, Remy Maucherat wrote: > > > Date: Wed, 19 Sep 2001 22:20:08 -0700 > > From: Remy Maucherat <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > Subject: Updated build scripts for Tomcat 4 HEAD > > > > Hi, > > > > The overhaul of the build system

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-09-22 Thread larryi
larryi 01/09/22 14:16:28 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Add unless="not.standalone" to some tests so they will be skipped when testing via a web server. We don't need to be testing how they react to bad requests. In some cases they hang anyway. Ant 1

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

2001-09-22 Thread larryi
larryi 01/09/22 14:13:27 Modified:src/admin/test test.jsp Log: Update to set a "not.standalone" property if port 80 is being used. With Ant 1.4, the test-tomcat.xml will be able to skip certain tests that cause problems by including: unless="not.standalone" Revision Cha

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test/matchers GoldenMatch.java HeaderMatch.java HttpStatusMatch.java ResponseMatch.java ResponseMatchFile.java SessionMatch.java

2001-09-22 Thread larryi
larryi 01/09/22 14:10:50 Modified:src/share/org/apache/tomcat/util/test GTest.java HttpClient.java Matcher.java src/share/org/apache/tomcat/util/test/matchers GoldenMatch.java HeaderMatch.java HttpSt

cvs commit: jakarta-tomcat/src/native/mod_jk/iis jk_isapi_plugin.c

2001-09-22 Thread larryi
larryi 01/09/22 14:08:16 Modified:src/native/mod_jk/iis jk_isapi_plugin.c Log: Fix bug where the header name isn't set if a request has "content-length: 0" Revision ChangesPath 1.8 +2 -1 jakarta-tomcat/src/native/mod_jk/iis/jk_isapi_plugin.c Index: jk_is

Re: JK in TC 4.0 ?

2001-09-22 Thread Christopher Cain
Quoting "Craig R. McClanahan" <[EMAIL PROTECTED]>: > > > > [S] +1. Integrate the mod_jk JARs with the Tomcat 4 distributions. > I'll > help > > testing / maintaining it. > > [ ] +0. Good idea. > > [ ] -0. Bad idea. > > [ ] -1. No, because: > > What's an "S" (other than a keyboard key beside "X

Re: DO NOT REPLY [Bug 3776] New: - "Illegal to flush within a custom tag" exceptions

2001-09-22 Thread Christopher Cain
Quick question. Is it possible to have Bugzilla wrap the description at 80 chars when it sends out the e-mails? One of the mail clients I use regularly (an IMAP client) doesn't auto-wrap, so these descriptions are coming across as one long line. Also, do they still need to have "DO NOT REP

Re: JK in TC 4.0 ?

2001-09-22 Thread Craig R. McClanahan
On Sat, 22 Sep 2001, Remy Maucherat wrote: > > > [S] +1. Integrate the mod_jk JARs with the Tomcat 4 distributions. I'll help > testing / maintaining it. > [ ] +0. Good idea. > [ ] -0. Bad idea. > [ ] -1. No, because: > Craig

DO NOT REPLY [Bug 3776] New: - "Illegal to flush within a custom tag" exceptions

2001-09-22 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: JK in TC 4.0 ?

2001-09-22 Thread Cezar Grzelak
[x] +1. Integrate the mod_jk JARs with the Tomcat 4 distributions. I'll help testing / maintaining it. [ ] +0. Good idea. [ ] -0. Bad idea. [ ] -1. No, because: cezar

RE: JK in TC 4.0 ?

2001-09-22 Thread Ignacio J. Ortega
> I saw people posting emails asking about running mod_jk with > Tomcat 4.0 > (which is the only available connector for IIS). To make > things easier for > everyone interested in using it, we could bundle the binaries with the > release distribution. > +1, Wait a bit until tag j-t-c, to be

RE: JK in TC 4.0 ?

2001-09-22 Thread Kevin Seguin
+0, and maybe a +1 some day when i have more time :) i'd just like to go on record here as saying the tomcat 4 connector for ajp/mod_jk in j-t-c is somewhat incomplete. when i last had time to play with it, it was functional, but not what i would call efficient :) but, having people know about

Re: JK in TC 4.0 ?

2001-09-22 Thread cmanolache
On Sat, 22 Sep 2001, Remy Maucherat wrote: > > [ ] +1. Integrate the mod_jk JARs with the Tomcat 4 distributions. I'll help > testing / maintaining it. > [ ] +0. Good idea. > [ ] -0. Bad idea. > [ ] -1. No, because: > > > > > > My vote: +1 (I'll update the build scripts, tag the j-t-c/util and

Re: Compile failure on Tomcat 4.0 rc2 on Linux (RedHat 7.1)

2001-09-22 Thread Bruce Kaufman
Thanks Craig! You give me the pointer I needed. The jsse lib directory was empty. I unzipped it again and the build worked! BTW: some comments below. "Craig R. McClanahan" wrote: > On Fri, 21 Sep 2001, Bruce Kaufman wrote: > > > Date: Fri, 21 Sep 2001 15:07:05 -0700 > > From: Bruce Kaufman <[EM

JK in TC 4.0 ?

2001-09-22 Thread Remy Maucherat
Hi, I saw people posting emails asking about running mod_jk with Tomcat 4.0 (which is the only available connector for IIS). To make things easier for everyone interested in using it, we could bundle the binaries with the release distribution. mod_webapp will stay as the default native connector

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerServlet.java

2001-09-22 Thread remm
remm01/09/21 21:15:13 Modified:catalina/src/share/org/apache/catalina/servlets Tag: tomcat_40_branch InvokerServlet.java Log: - Fix for bug 3736. Tricky bug caused by using the invoker servlet. Revision ChangesPath No revisio

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

2001-09-22 Thread Rob S.
>I don't understand. Are you saying that you let your co-workers get away >with sloppy coding? H... Exactly! The answer is/was "well, it works, deal with it yourself." I'm not (wasn't) in a position of authority, so there's not much I could do. My boss was there, he agreed with that sta

Re: Updated build scripts for Tomcat 4 HEAD

2001-09-22 Thread Craig R. McClanahan
On Wed, 19 Sep 2001, Remy Maucherat wrote: > Date: Wed, 19 Sep 2001 22:20:08 -0700 > From: Remy Maucherat <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Updated build scripts for Tomcat 4 HEAD > > Hi, > > The overhaul of the build system should be almost co

Re: Compile failure on Tomcat 4.0 rc2 on Linux (RedHat 7.1)

2001-09-22 Thread Craig R. McClanahan
On Fri, 21 Sep 2001, Bruce Kaufman wrote: > Date: Fri, 21 Sep 2001 15:07:05 -0700 > From: Bruce Kaufman <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Compile failure on Tomcat 4.0 rc2 on Linux (RedHat 7.1) > > I am trying to compile the Tomcat 4.0 rc2 sour

Re: Solution to mod_webapp.so:undefined symbol: pthread_sigmask on Red Hat Linux 7.1

2001-09-22 Thread Janek Bogucki
Hi Justin, Thanks for the tip. I'll look into using those flags. > So, I would recommend the better solution is to use the latest > CVS copy of mod_webapp. HTH. -- justin I built from cvs on 20-Sept-01 and 21-Sept-01 and had the missing symbol 'pthread_sigmask' error on both occassions. Mayb