making building releases easier?

2004-10-09 Thread Dean Hiller
Is it possible to make building tomcat official releases easier. Building from the cvs head is cake, but building 4.1.30 is a 27 step process. I basically wanted to change line 533 of PageContextImpl because I believe there is a bug there(t is not reported at all to the user so the real root ca

DO NOT REPLY [Bug 31201] - Encoding bug when using action

2004-10-09 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31328] - DeltaRequest unable to handle two concurrent requests per session

2004-10-09 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31328] - DeltaRequest unable to handle two concurrent requests per session

2004-10-09 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31201] - Encoding bug when using action

2004-10-09 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://issues.apache.org/bugzilla/show_bu

Re: TCKs for 4.1.31

2004-10-09 Thread Remy Maucherat
Amy Roh wrote: Hey Keith, Hey Amy, would you mind running the TCKs against the 4.1.31 rc? http://apache.org/~keith/rc2/ How does one go about obtaining these tests? I only have the TCKs for the latest specs Servlet 2.4/JSP2.0 so it won't be compatible with Tomcat 4.1. I believe Apache has conta

Re: AW: DefaultServlet and getOutputStream() / getWriter()

2004-10-09 Thread Rick Knowles
Steffen, My understanding (and I might be wrong here, so someone please correct me if I am) is that once you've called getWriter(), you can't call getOutputStream() on the same request. The reason is primarily so that you have to use the same char encoding etc on included servlets as in the inc

AW: DefaultServlet and getOutputStream() / getWriter()

2004-10-09 Thread Steffen Heil
Hi > That's definitely why I am not interested by code cleanups done by folks who might not know all the small tricks: the risk of breaking stuff is far greater than the gain. Why are you soo hostile? I am just trying to get into the code and if I understand it, I will propably start to contribu

DO NOT REPLY [Bug 31201] - Encoding bug when using action

2004-10-09 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://issues.apache.org/bugzilla/show_bu

Re: Re: DefaultServlet and getOutputStream() / getWriter()

2004-10-09 Thread support
Responder, The email address you have contacted is no longer active. Please use your company’s user log-in to www.apparelmagic.com/support to contact the ApparelMagic Support Department. Thank you. - To unsubscrib

Re: DefaultServlet and getOutputStream() / getWriter()

2004-10-09 Thread Remy Maucherat
Steffen Heil wrote: Hi I am reviewing the source code of the DefaultServlet. I do not understand the following: // slightly modified from source of "serveResource". ServletOutputStream ostream = null; PrintWriter writer = null; try { ostream = response.getOutputStream();