DO NOT REPLY [Bug 10444] - Lack of i18n in compression filter

2002-07-05 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_b

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config realm.xml

2002-07-05 Thread remm
remm2002/07/05 06:48:15 Modified:webapps/tomcat-docs realm-howto.xml webapps/tomcat-docs/config realm.xml Log: - Update realm documentation. - Submitted by John Holman Revision ChangesPath 1.6 +456 -185 jakarta-tomcat-4.0/webapps/tomcat-docs/

DO NOT REPLY [Bug 10508] New: - NullPointerException on manager/remove after manager/stop

2002-07-05 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_b

[VOTE] 4.1.7 stability rating

2002-07-05 Thread Remy Maucherat
Note: The 4.1.7 release is virtually equivalent to 4.1.6, with the addition of one major fix in Coyote JK 2 (fix for bug 10018). This is why I'm posting the stability vote so soon after the release, given 4.1.6 has been around for enough time, and has attracted very positive feedback. [ ] Al

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2002-07-05 Thread remm
remm2002/07/05 00:44:28 Modified:.tomcat.nsi Log: - Small cosmetic change. Revision ChangesPath 1.33 +2 -3 jakarta-tomcat-4.0/tomcat.nsi Index: tomcat.nsi === RCS file: /home/c

Re: [VOTE] 4.1.7 stability rating

2002-07-05 Thread Denis Benoit
On Fri, 5 Jul 2002, Remy Maucherat wrote: > Note: The 4.1.7 release is virtually equivalent to 4.1.6, with the > addition of one major fix in Coyote JK 2 (fix for bug 10018). This is > why I'm posting the stability vote so soon after the release, given > 4.1.6 has been around for enough time,

Tomcat 4.0 Security problem

2002-07-05 Thread Artur Jonak
Hi, I've got the following error when I try to create LoginContext in my servlet. What should I do? java.lang.SecurityException: Sealing violation loading javax.naming.Context : Package javax.naming is sealed. at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassL

Re: [PROPOSAL] Single signon and loadbalancer

2002-07-05 Thread Craig R. McClanahan
On Thu, 4 Jul 2002, Denis Benoit wrote: > Date: Thu, 4 Jul 2002 17:07:33 -0400 (EDT) > From: Denis Benoit <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: [PROPOSAL] Single signon

Tomcat 4.0.4 + IIS

2002-07-05 Thread Edson Carlos Ericksson Richter
Hi! I already found a message about problems with Tomcat 4.0.4 and IIS to use authentication due a AJP13 bug that was already corrected but wasn't released (AFAIK). I've downloaded isapi_redirector.dll from 4.0.3 distro, but the error remains. Any chance I get corrected isapi_redirector.dll (co

Undefined Symbol when testing mod_webapp.so

2002-07-05 Thread Adrian Wenden
Hi I have built apache 1.3.26 on RedHat 7.2. The server runs fine. I then built the webapp connector library. Here are the commands I used: ./support/buildconf.sh ./configure -with-apxs When I tested the mod_webapp.so through apache it reported that the mod_webapp.so had a missing sym

Re: [VOTE] Apache Tomcat 5.0 Proposal

2002-07-05 Thread Denis Benoit
On Tue, 2 Jul 2002, Remy Maucherat wrote: > After trying to address the concerns raised by the proposal draft, I > would like to call for a vote on it, now that the discussions have died > down. > > > [X] +1 I support the proposal, and will help implement it > [ ] +0 I support the proposal >

RE: [VOTE] 4.1.7 stability rating

2002-07-05 Thread Ignacio J. Ortega
I have problems with POST bodies bigger than 8kb ( it seems, not sure which is the trigger length ), it reveals in slide1.0.6+IIS5.0, when trying to PUT a file, i dont know if related to PUT itself, or to the way slide uses the Tomcat.. just starting to see if i can fix this bug, if anyone can hel

POST Problems Was: RE: [VOTE] 4.1.7 stability rating

2002-07-05 Thread Ignacio J. Ortega
I'm trying JK2 ( native& java ) of course, i've got this logs: [Sat Jul 06 01:15:36 2002] (debug ) [jk_isapi_plugin.c (464)] HttpExtensionProc started [Sat Jul 06 01:15:36 2002] (debug ) [jk_isapi_plugin.c (470)] HttpExtensionProc got a worker for name lb:lb [Sat Jul 06 01:15:36 2002] ( info ) [j

Re: [VOTE] Apache Tomcat 5.0 Proposal

2002-07-05 Thread Pier Fumagalli
Remy Maucherat <[EMAIL PROTECTED]> wrote: > > [ ] +1 I support the proposal, and will help implement it > [X] +0 I support the proposal > [ ] -0 I do not support the proposal > [ ] -1 I am against the proposal being implemented, because: > As long as the interfaces don't change too much (espec

Re: [VOTE] Apache Tomcat 5.0 Proposal

2002-07-05 Thread Bob Herrmann
On Tue, 2002-07-02 at 19:57, Remy Maucherat wrote: > After trying to address the concerns raised by the proposal draft, I > would like to call for a vote on it, now that the discussions have died > down. > > > [X] +1 I support the proposal, and will help implement it > [ ] +0 I support the pro

RE: POST Problems Was: RE: [VOTE] 4.1.7 stability rating

2002-07-05 Thread Mladen Turk
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > Sent: 6. srpanj 2002 1:28 > To: 'Tomcat Developers List' > Subject: POST Problems Was: RE: [VOTE] 4.1.7 stability rating > > > I'm trying JK2 ( native& java ) of course, i've got this logs: > > Jul 06 01:16:3

[4.1.7] Milestone available for testing

2002-07-05 Thread Remy Maucherat
Highlights in this test release include: - Fix for a showstopper bug in Coyote JK 2 (bug 10018) - commons-dbcp updates - Added documentation on using DBCP and Tyrex 1.0 with Tomcat The release otherwise includes no other changes over 4.1.6. Downloads: http://jakarta.apache.org/builds/jakarta-tom

[PATCH] Re: mod_webapp returns improper HTTP header (Apache 2 + Tomcat 4)

2002-07-05 Thread Andrew T. Veliath
.== ..--==- Thu, 4 Jul 2002 14:18:07 -0500, ..--==- Ten-Hung Chu (TC) discussed: TC) I am using Apache 2.0.39 with Tomcat 4.0.4 through mod_webapp (1.2.0-dev). TC) The connection works fine except getting to the welcome-file on tomcat. I TC) ca