Question about a JCP proposition

2003-12-23 Thread Eric Jung
Hello, I'd like to propose an addition to the Servlet specification through the JCP, but thought I'd ask first on the tomcat-dev list if anyone has seen a similar request. There is currently no way in the Servlet spec to know the number of bytes that have been read as a ServletRequest is being

Re: Question about a JCP proposition

2003-12-23 Thread mahadevan iyer
no answer?? = A.Mahadevan __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

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

2003-12-23 Thread remm
remm2003/12/23 03:08:32 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: - Allow disabling the shutdown hook. This is useful in embedded mode (since the main class is not so bad for embedding). Revision ChangesPath 1.23 +31 -7

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 MapperListener.java

2003-12-23 Thread remm
remm2003/12/23 03:09:31 Modified:catalina/src/share/org/apache/coyote/tomcat5 MapperListener.java Log: - Fix host removal from the mapper (the corresponding MBean likely was unregistered previously). Revision ChangesPath 1.13 +2 -4

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2003-12-23 Thread remm
remm2003/12/23 03:09:50 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: - Fix host removal from the mapper (the corresponding MBean likely was unregistered previously). Revision ChangesPath 1.32 +14 -5

RE: Licenses for .bat and .sh files

2003-12-23 Thread Mladen Turk
Bill Barker wrote: While editing 'service.bat', I noticed that it seems that we are shipping all of the '.bat' and '.sh' files without including an Apache license. Before I launch into a realy boring project of fixing this, I wanted to hear other opinions on how necessary it is.

Raimund ENENGL/RLBNOE/RAIVIE/AT ist außer Haus.

2003-12-23 Thread raimund . enengl
Ich werde ab 23.12.2003 nicht im Büro sein. Ich kehre zurück am 31.12.2003. In dringenden Fällen bitte Fr.Martina Sehorz. Der Austausch von Nachrichten mit o.a. Absender via e-mail dient ausschliesslich

RE: Question about a JCP proposition

2003-12-23 Thread Shapira, Yoav
Howdy, no answer?? You must be in a big rush -- I just got the message, I figure others may have not even checked their mail yet ;) There is currently no way in the Servlet spec to know the number of bytes that have been read as a ServletRequest is being processed. By the time

mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread Peter Anning
Hi, I have configured Apache 1.3 with mod_jk on SuSE Linux SLES8 on a zSeries. mod_jk will only connect to tomcat on the localhost. detail One Linux instance runs the Web Server and one runs Tomcat 4.1.27 In order to test the config I installed tomcat on the web server machine and mapped

RE: mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread George Sexton
Looks to me like you have a firewall running. What does iptables -L show? -Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 6:29 AM To: [EMAIL PROTECTED] Subject: mod_jk will only connect to tomcat on the localhost Hi, I have configured

RE: mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread Peter Anning
I have investigated this a bit already and am pretty sure there is no firewall running on either machine: iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT

RE: mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread David Cassidy
Can you run - on the tomcat server if linux netstat -tln if anything else ! netstat -an | grep tcp | grep LISTEN then we can see if you are actually listening on anything other than localhost :) david

DO NOT REPLY [Bug 9980] - exception object is null inside an error page (given certain conditions)

2003-12-23 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=9980. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Raimund ENENGL/RLBNOE/RAIVIE/AT ist außer Haus.

2003-12-23 Thread raimund . enengl
Ich werde ab 23.12.2003 nicht im Büro sein. Ich kehre zurück am 31.12.2003. Während meiner Abwesenheit wird Ihre e-mail von Frau Ulrike Witting bearbeitet. Mit freundlichen Grüßen Raimund Enengl Der Austausch von

RE: mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread Peter Anning
David, Here you go: Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 0.0.0.0:80090.0.0.0:* LISTEN tcp0 0 0.0.0.0:10980.0.0.0:* LISTEN tcp

DO NOT REPLY [Bug 25729] New: - Excel not appear in IE using 4.1.29 but appear using 4.1.27

2003-12-23 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=25729. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25729] - Excel not appear in IE using 4.1.29 but appear using 4.1.27

2003-12-23 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=25729. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24970] - charset appended to content-type even if not text/*

2003-12-23 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=24970. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-12-23 Thread markt
markt 2003/12/23 08:50:17 Modified:webapps/docs/config host.xml Log: - Fix a couple of typos - Update docs in response to bug 9960. Clarify potential issues using xml context files and auto deployment. Revision ChangesPath 1.6 +8 -2

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

2003-12-23 Thread markt
markt 2003/12/23 08:50:58 Modified:webapps/tomcat-docs/config host.xml Log: - Port patch. - Fix a couple of typos. - Update docs in response to bug 9960. Clarify potential issues using xml context files and auto deployment. Revision ChangesPath 1.16 +8 -2

DO NOT REPLY [Bug 9960] - Deploy issue with local Context

2003-12-23 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=9960. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10021] - Include upgrade option in installer

2003-12-23 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=10021. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator SingleSignOn.java

2003-12-23 Thread markt
markt 2003/12/23 09:55:39 Modified:catalina/src/share/org/apache/catalina/authenticator SingleSignOn.java Log: - Fix bug 10372. Prevent NPE if container is null - Port of functionality from TC5 implemented by bobh. Revision ChangesPath 1.12

DO NOT REPLY [Bug 10372] - SingleSignOn toString() throws NullPointerException

2003-12-23 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=10372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

License files error

2003-12-23 Thread Mark Thomas
All, There is a small grammatical error in most (all?) of the license files in various tomcat CVS repositories as described in http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10286. Does anyone have any objection to me editing the tomcat license files to align them with the official version

License files error

2003-12-23 Thread Mark Thomas
Resending using my apache e-mail address. Sorry for the duplicate mail. All, There is a small grammatical error in most (all?) of the license files in various tomcat CVS repositories as described in http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10286. Does anyone have any objection to me

RE: License files error

2003-12-23 Thread Shapira, Yoav
Howdy, Yeah, I wondered why it crossed my inbox for approval when it came from you (the first, non-apache one) ;) I think the change is OK. Yoav Shapira Millennium ChemInformatics -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 1:00 PM

Re: License files error

2003-12-23 Thread Dirk-Willem van Gulik
On Tue, 23 Dec 2003, Mark Thomas wrote: them with the official version (http://www.apache.org/LICENSE)? I ask since I don't want to change the license file in case there are any legal complications. I can't see why there would be but you never know - better safe than sorry ;) You bet :-)

RE: License files error

2003-12-23 Thread Mark Thomas
A lot of the license files in tomcat have the following lines: * 1. Redistributions of source code must retain the above copyright notice * *notice, this list of conditions and the following disclaimer. * Note that notice appears at the end of the first line as well as the

RE: Question about a JCP proposition

2003-12-23 Thread Eric Jung
You must be in a big rush -- I just got the message, I figure others may have not even checked their mail yet ;) I didn't post that no answer? message. It's too low-level for the spirit of the Servlet Specification, That's discouraging. - It'd be hard for the container to support these

Re: License files error

2003-12-23 Thread Tim Funk
Files in question: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/LICENSE?rev=1.4view=auto http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-5/LICENSE?rev=1.1.1.1view=auto Looking at CVS, it looks like some other jakarta projects have also had (differenet) typo problems and also fixed their

RE: Question about a JCP proposition

2003-12-23 Thread Shapira, Yoav
Howdy, - It'd be hard for the container to support these listeners in a performant manner. Agreed. It would surely affect the i/o buffer size if set to a small value.; in the case of Tomcat I believe this is org.apache.coyote.http11.Constants.DEFAULT_HTTP_HEADER_BUFFER_SIZE (48k). However,

RE: License files error

2003-12-23 Thread Dirk-Willem van Gulik
On Tue, 23 Dec 2003, Mark Thomas wrote: A lot of the license files in tomcat have the following lines: * 1. Redistributions of source code must retain the above copyright notice * *notice, this list of conditions and the following disclaimer. * Note that notice appears at

DO NOT REPLY [Bug 22328] - javax.management.ReflectionException: Cannot find method getClassName with this signature

2003-12-23 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=22328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread George Sexton
Ummm These are on different subnets. What are your netmasks: 192.168.12.11 - 192.168.13.10 tcpdump: WARNING: Promiscuous mode not supported on the any device tcpdump: listening on any 16:19:07.631821 192.168.12.11.33193 192.168.13.10.8009: S 3495439382:3495439382(0) win 5840 mss 1

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java

2003-12-23 Thread remm
remm2003/12/23 10:50:07 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java Log: - I don't understand how this was compiling successfully ;-) - Apparently, the compiler was ok because the status servlet was in the

Raimund ENENGL/RLBNOE/RAIVIE/AT ist außer Haus.

2003-12-23 Thread raimund . enengl
Ich werde ab 23.12.2003 nicht im Büro sein. Ich kehre zurück am 31.12.2003. Während meiner Abwesenheit wird Ihre e-mail von Frau Ulrike Witting bearbeitet. Mit freundlichen Grüßen Raimund Enengl Der Austausch von

DO NOT REPLY [Bug 16378] - org.apache.catalina.authenticator.SingleSignOn.toString() throws NullPointer

2003-12-23 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=16378. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java

2003-12-23 Thread remm
remm2003/12/23 11:10:05 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java Log: - Filter out bad web module names. Revision ChangesPath 1.10 +8 -4

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

2003-12-23 Thread Brian Stansberry
Hi, At 05:55 PM 12/23/2003 +, you wrote: markt 2003/12/23 09:55:39 Modified:catalina/src/share/org/apache/catalina/authenticator SingleSignOn.java Log: - Fix bug 10372. Prevent NPE if container is null - Port of functionality from TC5 implemented by

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java

2003-12-23 Thread remm
remm2003/12/23 11:23:10 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java Log: - When filterering out bad web module names, count must still be incremented. Revision ChangesPath 1.11 +5 -4

DO NOT REPLY [Bug 25733] New: - Apache-Tomcat connector problem

2003-12-23 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=25733. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Question about a JCP proposition

2003-12-23 Thread Eric Jung
Hi Yoav, Thanks for the replies. Beleive it or not, this request comes directly from my attempts to extends commons-fileupload to support a progress bar. I have spent a lot of time on this topic and can add a lot to the discussions on commons-dev. I would be very interested to see how the other

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator SingleSignOn.java

2003-12-23 Thread Mark Thomas
Brian, Sorry I didn't spot the overlap between your patch and my recent commit. If you could update your TC4.1 patch I would be happy to commit it. However, I wouldn't want your work on the patch to distract you from your Christmas shopping ;) Mark On Tuesday, December 23, 2003 7:20 PM,

RE: License files error

2003-12-23 Thread Mark Thomas
Will do. I'll start preparing the patches now. Mark On Tuesday, December 23, 2003 6:23 PM, Dirk-Willem van Gulik [SMTP:[EMAIL PROTECTED] wrote: On Tue, 23 Dec 2003, Mark Thomas wrote: A lot of the license files in tomcat have the following lines: * 1. Redistributions of source code

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator SingleSignOn.java

2003-12-23 Thread Brian Stansberry
Mark, At 09:18 PM 12/23/2003 +, Mark wrote: Sorry I didn't spot the overlap between your patch and my recent commit. Oh, no worries. I should have made a note against all the relevant bug reports (partic since I myself posted a bug on the NPE!) If you could update your TC4.1 patch I

DO NOT REPLY [Bug 10286] - LICENSE file contains a grammatical error

2003-12-23 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=10286. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10286] - LICENSE file contains a grammatical error

2003-12-23 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=10286. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10286] - LICENSE file contains a grammatical error

2003-12-23 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=10286. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10286] - LICENSE file contains a grammatical error

2003-12-23 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=10286. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10286] - LICENSE file contains a grammatical error

2003-12-23 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=10286. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25737] New: - Realm based authentication fails in cluster

2003-12-23 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=25737. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: License files error - PMC Approval Required

2003-12-23 Thread Mark Thomas
OK. The patch files have all been attached to the bug report at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10286 Once I get the OK from the PMC I will commit them. Mark On Tuesday, December 23, 2003 9:21 PM, Mark Thomas [SMTP:[EMAIL PROTECTED] wrote: Will do. I'll start preparing the

DO NOT REPLY [Bug 25738] New: - org.apache.jasper.JspC has no command switch to disable tag pooling

2003-12-23 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=25738. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10452] - WAR fails to expand fully when 2+ Tomcat instances start concurrently

2003-12-23 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=10452. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24970] - charset appended to content-type even if not text/*

2003-12-23 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=24970. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24970] - charset appended to content-type even if not text/*

2003-12-23 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=24970. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/bin service.bat

2003-12-23 Thread billbarker
billbarker2003/12/23 20:40:43 Modified:catalina/src/bin service.bat Log: Quoting the EXECUTABLE in case there are spaces in the path name. With XP, I could do it in one place (where EXECUTABLE is set), but I'm too lazy to test on older Windows versions. Revision Changes

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/bin service.bat

2003-12-23 Thread Bill Barker
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 8:40 PM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/bin service.bat billbarker2003/12/23 20:40:43 Modified:catalina/src/bin service.bat Log: Quoting the

DO NOT REPLY [Bug 25737] - Realm based authentication fails in cluster

2003-12-23 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=25737. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24970] - charset appended to content-type even if not text/*

2003-12-23 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=24970. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23881] - SingleSignOn and FormAuthenticator in embedded tomcat

2003-12-23 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=23881. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23881] - SingleSignOn and FormAuthenticator in embedded tomcat

2003-12-23 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=23881. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.