[4.0.4] Beta 1 binaries online

2002-03-03 Thread Remy Maucherat
Just in case other committers want to check the build, or add some of the other binaries (although, since it's a first beta, I don't see it as a requirement). I'll make the official announcement tomorrow. Remy -- To unsubscribe, e-mail: For additional commands, e-m

Re: Tomcat 4.1-dev web application management current design &proposal for improvements

2002-03-03 Thread Remy Maucherat
> Thanks for the comments Craig. > > Before I continue further it might help if I put my proposal in context > by showing how customers are being virtual hosted. > > The goal is to have each customer in their own sandbox so that nothing > the customer does can compromise the security of the server

DO NOT REPLY [Bug 6831] - response.sendRedirect() causes a connection: close

2002-03-03 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 6832] New: - Locale of the browser is ignored by the AJP13 connector

2002-03-03 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 6831] New: - response.sendRedirect() causes a connection: close

2002-03-03 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

compression filter flushBuffer

2002-03-03 Thread Greg Wilkins
The CompressionServletResponseWrapper.flushBuffer method does not flush the writer if it exists. A PrintWriter may buffer some characters, so the method should be: public void flushBuffer() throws IOException { // System.out.println("flush buffer @ CompressionServletResponseWrapp

DO NOT REPLY [Bug 6621] - mod_webapp hangs when page is hit before the first page is finished loading

2002-03-03 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-site/xdocs index.xml news.xml

2002-03-03 Thread remm
remm02/03/03 10:32:59 Modified:docs index.html news.html xdocsindex.xml news.xml Log: - Update for 4.0.3 release. Revision ChangesPath 1.20 +2 -2 jakarta-tomcat-site/docs/index.html Index: index.html ===

DO NOT REPLY [Bug 5368] - StandardContextValve changes session state from new to old too late for other Valves

2002-03-03 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 5814] - 401 error code could not be populated by error-page tag

2002-03-03 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

Bug report for Tomcat 4 [2002/03/03]

2002-03-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2002/03/03]

2002-03-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: {PATCH] Enhanced JNDI realm

2002-03-03 Thread John Holman
At 20:11 01/03/02, Jonathan Eric Miller wrote >Hi John, > >I'm glad to see that you have come up with a patch for JNDIRealm which >allows users to be authenticated by a bind instead of having to query for a >password. > >One thing that I'm wondering about though, with regard to your >implementati