hello

2004-02-19 Thread glenn
i'm waiting <> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JK2 release & Expat

2004-02-19 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: > Few, > > apr-utils has a dependency on expat, yet when linking mod_jk2 apr-config > --libs is used: `/var/tmp/temo/apr-0.9.4/apr-config --libs` > > However apr-config / apr does not have a dependency on expat, so it does not > return the right line with -L/usr/local/bi

Re: Tomcat 3.3.2-dev current build is available

2004-02-19 Thread Bill Barker
I looked into the Watchdog tests, and in all three failed cases for the servlet tests, it is Watchdog that is wrong: 1) session.getMaxInactiveInterval can be called on an invalid session. 2) response.setContentLength(10) requires that you actually write 10 bytes. 3) With response.setLocale(new Loca

[RESULT] [VOTE] Release the HEAD of j-t as Tomcat 3.3.2

2004-02-19 Thread Bill Barker
There are 5 +1 votes: Bill Barker <[EMAIL PROTECTED]> Remy Macherat <[EMAIL PROTECTED]> Henri Gomez <[EMAIL PROTECTED]> Yoav Shapira <[EMAIL PROTECTED]> Larry Issacs <[EMAIL PROTECTED]> There was one +0.5: Costin Manolache <[EMAIL PROTECTED]> There were no +0, -0 or -1 votes. Therefore, it looks

DO NOT REPLY [Bug 27100] New: - WebDAV locking implementation incompatible with some clients.

2004-02-19 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

dpv

2004-02-19 Thread craig . mcclanahan
-- Centrin Mailscan Virus Warning Message Found virus WORM_MYDOOM.A in file message.scr (in message.zip) The uncleanable file is deleted. - S¤Ÿ™ï%0|§˜ÎA?b™ íDÚõ£ò¶7ÑIÉÙ¨$ŒçænÁg ÄÐ<‚–2í¡Òá ë°ãQX;XÏ]ÎÉ·B•2ºR °–vrÏ÷& TGغw]ƒmŒÔ

Tomcat 3.3.2-dev current build is available

2004-02-19 Thread Larry Isaacs
A current build Tomcat 3.3.2-dev is available at: http://www.apache.org/~larryi/tomcat-3.3.2-dev/ For a release candidate, the version string is teaked, CVS tagged, and the distribution files built from the tag. Prior to doing this, we may want to sanity check the current build to make sure t

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

2004-02-19 Thread larryi
larryi 2004/02/19 19:55:03 Modified:.build.xml src/admin/WEB-INF/scripts watchdog-jsp.xml watchdog-servlet.xml src/admin/test sanity-form.jsp Log: Update admin webapp to be able run self tests when built with Ant 1.6.

Re: JK2 release & Expat

2004-02-19 Thread Kurt Miller
Thanks Greg for all the detailed information. I've committed the fix for this. Could you update your source and let us know how it goes? -Kurt From: <[EMAIL PROTECTED]> > Few, > > apr-utils has a dependency on expat, yet when linking mod_jk2 apr-config > --libs is used: `/var/tmp/temo/apr-0.9.4/

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.in

2004-02-19 Thread truk
truk2004/02/19 19:04:43 Modified:jk/native2/server/apache13 Makefile.in Log: Add the libraries apr-util needs. Fixes missing expat problem. Revision ChangesPath 1.13 +2 -1 jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.in Index: Makefile.

Anne-Sophie Brichard/EUZ/ChubbMail is out of the office.

2004-02-19 Thread abrichard
I will be out of the office starting 12/12/2003 and will not return until 03/05/2004. En mon absence merci de bien vouloir contacter Véronique Jaunasse ([EMAIL PROTECTED]) au 01 45 61 73 15 - To unsubscribe, e-mail: [EMAIL PROT

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

2004-02-19 Thread larryi
larryi 2004/02/19 15:16:17 Modified:coyote/src/java/org/apache/coyote/tomcat3 Tomcat3Response.java Log: Ensure that the core response is aware that the encoding has been set. Revision ChangesPath 1.9 +1 -0 jakarta-tomcat-connectors/coy

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Request.java

2004-02-19 Thread larryi
larryi 2004/02/19 15:15:11 Modified:src/share/org/apache/tomcat/core Request.java Log: Apply encoding to query string as well to retain prior behavior. This will likely need to change slightly if we want to support configurability of this behavior. Revision ChangesPath

DO NOT REPLY [Bug 27093] - Server sent "Connection: close" to client for no reason

2004-02-19 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

Augusto-Nogueira Silva is out of office Augusto-Nogueira Silva/Alcan is on holidays.

2004-02-19 Thread Augusto-Nogueira . Silva
I will be out of the office starting 16/02/2004 and will not return until 24/02/2004. Please contact: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27090] - CGI parameters use default encoding instead of UTF-8

2004-02-19 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-4.0/webapps/tomcat-docs cgi-howto.xml

2004-02-19 Thread markt
markt 2004/02/19 13:38:50 Modified:catalina/src/conf web.xml catalina/src/share/org/apache/catalina/servlets CGIServlet.java webapps/tomcat-docs cgi-howto.xml Log: Fix bug 27090. Make parameter encoding configurable. Default rem

cvs commit: jakarta-tomcat-catalina/webapps/docs cgi-howto.xml

2004-02-19 Thread markt
markt 2004/02/19 13:37:27 Modified:catalina/src/conf web.xml catalina/src/share/org/apache/catalina/servlets CGIServlet.java webapps/docs cgi-howto.xml Log: Fix bug 27090. Make parameter encoding configurable. Default remains as

cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml

2004-02-19 Thread remm
remm2004/02/19 13:22:00 Modified:webapps/docs/config http.xml Log: - Add documentation on -1 -> unlimited keepalive (better wording). Revision ChangesPath 1.9 +2 -2 jakarta-tomcat-catalina/webapps/docs/config/http.xml Index: http.xml

cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml

2004-02-19 Thread remm
remm2004/02/19 13:20:19 Modified:webapps/docs/config http.xml Log: - Add documentation on -1 -> unlimited keepalive. Revision ChangesPath 1.8 +3 -2 jakarta-tomcat-catalina/webapps/docs/config/http.xml Index: http.xml =

DO NOT REPLY [Bug 27093] - Server sent "Connection: close" to client for no reason

2004-02-19 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 27093] - Server sent "Connection: close" to client for no reason

2004-02-19 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 27093] - Server sent "Connection: close" to client for no reason

2004-02-19 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 27093] New: - Server sent "Connection: close" to client for no reason

2004-02-19 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 27088] - CGI always call perl before execution

2004-02-19 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: [5.0.19] Release vote

2004-02-19 Thread Larry Isaacs
For 3.3.2, I have the scripts basically working. The current result may be found here: http://www.apache.org/~larryi/tomcat-3.3.2-dev/ I have a couple of changes I need to push to handle the query string character encoding regression. As to how/if to port the URLEncoding and UseBodyEncodingFor

DO NOT REPLY [Bug 27088] - CGI always call perl before execution

2004-02-19 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 27091] - path attribute must not be required in ant task install

2004-02-19 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 27088] - CGI always call perl before execution

2004-02-19 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 27091] - path attribute must not be required in ant task install

2004-02-19 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 27090] - CGI parameters use default encoding instead of UTF-8

2004-02-19 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 27091] - path attribute must not be required in ant task install

2004-02-19 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 27090] - CGI parameters use default encoding instead of UTF-8

2004-02-19 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 27091] New: - path attribute must not be required in ant task install

2004-02-19 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 27088] - CGI always call perl before execution

2004-02-19 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 27090] New: - CGI parameters use default encoding instead of UTF-8

2004-02-19 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 27088] New: - CGI always call perl before execution

2004-02-19 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: [PATCH] Added http proxy support to catalina ant tasks

2004-02-19 Thread Remy Maucherat
Aaron Dykstra wrote: Made the modifications to the license. This is not the problem ;) Could you make it that the whole file isn't changed in your diff ? Just the actual lines changed. Rémy - To unsubscribe, e-mail: [EMAIL PROTECT

Re: [5.0.19] Release vote

2004-02-19 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, February 16, 2004 4:41 AM Subject: [5.0.19] Release vote Release 5.0.19 as Stable: [X] Yes [ ] No Rémy -

DO NOT REPLY [Bug 27086] - balancer webapp fails (Exception starting filter BalancerFilter)

2004-02-19 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 27086] New: - balancer webapp fails (Exception starting filter BalancerFilter)

2004-02-19 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: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-02-19 Thread Bill Barker
I don't think this is important enough to stop the 5.0.19 release, since it doesn't effect the core functionality of Jk-Coyote. People that want it to work can grab the jar from the nightly or the gump(y) build (or compile the file into server/classes). And there is a configuration setting for pe

[PATCH] Added http proxy support to catalina ant tasks

2004-02-19 Thread Aaron Dykstra
Title: Message Made the modifications to the license.   Index: AbstractCatalinaTask.java === RCS file: /home/cvspublic/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/AbstractCatalinaTask.java,v retrieving revis

Re: [5.0.19] Release vote

2004-02-19 Thread Remy Maucherat
So I will anounce Tomcat 5.0.19 and 4.1.30 on monday. What about 3.3.2, BTW ? Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27048] - EL Named Variables lookup fails

2004-02-19 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: JK2 release & Expat

2004-02-19 Thread Greg . Cope
Few, apr-utils has a dependency on expat, yet when linking mod_jk2 apr-config --libs is used: `/var/tmp/temo/apr-0.9.4/apr-config --libs` However apr-config / apr does not have a dependency on expat, so it does not return the right line with -L/usr/local/bin -lexpat (in my case added) The the l

Re: [PATCH] Added http proxy support to catalina ant tasks

2004-02-19 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, Also, please use the 2.0 license ;) (http://www.apache.org/licenses/). That's ok, we still have 10 days to switch :) Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

RE: [PATCH] Added http proxy support to catalina ant tasks

2004-02-19 Thread Shapira, Yoav
Howdy, Also, please use the 2.0 license ;) (http://www.apache.org/licenses/). Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Remy Maucherat [mailto:[EMAIL PROTECTED] >Sent: Thursday, February 19, 2004 11:05 AM >To: Tomcat Developers List >Subject: Re: [PATCH] Added h

RE: JK2 release & Expat

2004-02-19 Thread Greg . Cope
> -Original Message- > From: Henri Gomez [mailto:[EMAIL PROTECTED] > Sent: 19 February 2004 15:56 > To: Tomcat Developers List > Subject: Re: JK2 release & Expat > > > [EMAIL PROTECTED] wrote: > > >>-Original Message- > >>From: jean-frederic clere > [mailto:[EMAIL PROTECTED] >

Re: [PATCH] Added http proxy support to catalina ant tasks

2004-02-19 Thread Remy Maucherat
Aaron wrote: ? jakarta-tomcat-catalina/site.patch Index: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/AbstractC atalinaTask.java I'm not thrilled about the feature, but the most problematic is that this is a bad patch. You might as well post the whole file ;) Rémy

[PATCH] Added http proxy support to catalina ant tasks

2004-02-19 Thread Aaron
? jakarta-tomcat-catalina/site.patch Index: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/AbstractC atalinaTask.java === RCS file: /home/cvspublic/jakarta-tomcat-catalina/catalina/src/share/org/apache/catali na/ant

Re: JK2 release & Expat

2004-02-19 Thread Henri Gomez
[EMAIL PROTECTED] wrote: -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 17:05 To: Tomcat Developers List Subject: Re: JK2 release & Expat Henri Gomez wrote: a "ldd /var/tmp/mod_jk2_new.so" would be nice to have. Close but no cigar ( I chec

DO NOT REPLY [Bug 27077] - DataSourceRealm throws NullPointerException when auth is tried and user has null password

2004-02-19 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 27077] - DataSourceRealm throws NullPointerException when auth is tried and user has null password

2004-02-19 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 25823] - Session problem when using Internet Explorer 6.0 on Windows XP sp1

2004-02-19 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 27077] - DataSourceRealm throws NullPointerException when auth is tried and user has null password

2004-02-19 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

Tomcat v4.1.29 and problems with webapps freezing

2004-02-19 Thread Graham Leggett
Hi all, I have been trying to run my HttpUnit test against my webapp running inside tomcat v4.1.29, and have run into hassles with the webapp freezing after a certain number of requests. After a certain number of requests have been received, tomcat refuses to serve any more URLs from within th

DO NOT REPLY [Bug 25066] - Add flag to disable context at startup

2004-02-19 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 27048] - EL Named Variables lookup fails

2004-02-19 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 25066] - Add flag to disable context at startup

2004-02-19 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 27077] New: - DataSourceRealm throws NullPointerException when auth is tried and user has null password

2004-02-19 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 25066] - Add flag to disable context at startup

2004-02-19 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 27060] - setCharacterEncoding is not action if i use get method

2004-02-19 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 27059] - setCharacterEncoding is not action if i use put method

2004-02-19 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: problem with simultaneous access

2004-02-19 Thread Andy Armstrong
Alex Pijoan wrote: Hi I have installed tomcat version 4.1.24, and I have a problem. My problem is this, when I call to same servlet from 2 computers at same time the first that send request not receive the response and the second receive the one's response and his response is lost. I suppose tha

Tomcat v5.0.18 and auth problems - NullPointerException

2004-02-19 Thread Graham Leggett
Hi all, I have a web application that is password protected against a postgres database, defined like so: For normal users logging in, this works fine. If however, a user in the postgres database has their password field set to "null", and an attempt is made to log in as this user using any

problem with simultaneous access

2004-02-19 Thread Alex Pijoan
Hi I have installed tomcat version 4.1.24, and I have a problem. My problem is this, when I call to same servlet from 2 computers at same time the first that send request not receive the response and the second receive the one's response and his response is lost. I suppose that the problem is on

DO NOT REPLY [Bug 27012] - two bytes of a request get lost if the request size is 8190

2004-02-19 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 27073] - Only response body is sent and no HTTP headers on many GET and PROPFIND requests.

2004-02-19 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 27012] - two bytes of a request get lost if the request size is 8190

2004-02-19 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 27073] - Only response body is sent and no HTTP headers on many GET and PROPFIND requests.

2004-02-19 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: JK2 release & Expat

2004-02-19 Thread Greg . Cope
> -Original Message- > From: jean-frederic clere [mailto:[EMAIL PROTECTED] > Sent: 18 February 2004 17:05 > To: Tomcat Developers List > Subject: Re: JK2 release & Expat > > > Henri Gomez wrote: > > a "ldd /var/tmp/mod_jk2_new.so" would be nice to have. > Close but no cigar ( I checked

DO NOT REPLY [Bug 27073] New: - Only response body is sent and no HTTP headers on many GET and PROPFIND requests.

2004-02-19 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

information

2004-02-19 Thread remm
i'm waiting <> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-02-19 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: billbarker2004/02/18 19:44:00 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Fix JMX Request registration. And, yes I did test it this time :). Reported By: Jess Holle [EMAIL PROTECTED] Do you want a new 5.0.20 release to pick this u