RE: [PROPOSAL] Tomcat 3.2.2 Release Plan

2001-02-08 Thread kenneth topp
data (ie: file uploads). I haven't tested if it's just file upload that's broken or all form upload (8k with Ajp13). I will try to come up with another test case soon. Kenneth Topp On Thu, 8 Feb 2001, GOMEZ Henri wrote: I will be able to build and test the native code for the ISAPI

RE: [PROPOSAL] Tomcat 3.2.2 Release Plan

2001-02-08 Thread kenneth topp
Keith, Is head 3.2.x or 3.3x? Thanks, Kenneth On Thu, 8 Feb 2001, Keith Wannamaker wrote: I regularly use ajpv13 to upload files 2mb, using cvs head of jakarta-tomcat. Keith -Original Message- From: kenneth topp [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 6

Re: [MY_OPINION] Tomcat 3.x

2000-12-18 Thread kenneth topp
roadmap if it was followed up with, for example, the standards difference that I mentioned above. (Another technical split one could make is the release of jdk support, etc.). Of course, if there isn't a difference that makes sense to user, then I fallback to Aaron's thoughts. Thanks, Kenneth

Re: [PATCH] ajp13 post 8K

2000-11-15 Thread kenneth topp
Actually, thank you. very much. Argh... I should have spent some time tracing that.. I hope I would have found that one. tomcat 3.2 is really ready to go, IMO. Congrats on a great release, Kenneth Topp On Wed, 15 Nov 2000, GOMEZ Henri wrote: Fixed that one :-) --- jakarta-tomcat/src

Re: [Resend] Ready for 3.2b7?

2000-11-13 Thread kenneth topp
container! Kenneth Topp On Fri, 10 Nov 2000, Craig R. McClanahan wrote: kenneth topp wrote: --critical, no workaround-- 1) The ajp13 error with post data greater then 8k? Bug 367 194 I believe. Kenneth, One of the patches I committed last Saturday was a fix to TcpConnector

Re: Possible bug in tomcat wrt setting cookies?

2000-11-09 Thread kenneth topp
wants to help is urged to check out the "tomcat_32" branch from CVS and help us get this right. Craig kenneth topp wrote: I apologize, this is with tomcat 3.2b4 and 3.2b6 Thanks, On Wed, 8 Nov 2000, kenneth topp wrote: I think this is a bug: A servle

Re: No revolution today

2000-11-09 Thread kenneth topp
I'm interested in these patches. Also, I'm interested in the issues with the issues with root contexts (the thread name on tomcat-dev or .java file) Thanks, Kenneth Topp On Thu, 9 Nov 2000, Paul Frieden wrote: In our situation, we plan to use multiple virtual hosts, each with its own

Possible bug in tomcat wrt setting cookies?

2000-11-08 Thread kenneth topp
addCookie in the servlet, it will get sent when the user goes through an include. TIA, Kenneth Topp - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Possible bug in tomcat wrt setting cookies?

2000-11-08 Thread kenneth topp
I apologize, this is with tomcat 3.2b4 and 3.2b6 Thanks, On Wed, 8 Nov 2000, kenneth topp wrote: I think this is a bug: A servlet includes a .jsp (via include() not forward() ) The servlet always creates a session. the session cookie never get's set, because the SessionInterceptor