DO NOT REPLY [Bug 40241] - java.lang.Throwable is caught inappropriately

2006-08-12 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 40240] - Incorrect status code returned in case of error (400 instead of 500)

2006-08-12 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: Catching java.lang.Throwable

2006-08-12 Thread Remy Maucherat
J Ross Nicoll wrote: I'm currently working on some patches to reduce the number of places that catch Throwable, but felt a little bit of an explanation of what why catching Throwable is bad, might be in order. Trying not to make this sound too much like a lecture, and hope I don't irk people to

DO NOT REPLY [Bug 40241] - java.lang.Throwable is caught inappropriately

2006-08-12 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 40241] - java.lang.Throwable is caught inappropriately

2006-08-12 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 40241] New: - java.lang.Throwable is caught inappropriately

2006-08-12 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 40240] - Incorrect status code returned in case of error (400 instead of 500)

2006-08-12 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 40240] New: - Incorrect status code returned in case of error (400 instead of 500)

2006-08-12 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: custom HttpSession server.xml

2006-08-12 Thread Ian Darwin
I'm interested in customize the default HttpSession, but I don't know how can I custom it? I should like when form my servlet I execute req.getSession(), it returns me my customized HttpSession: HttpSession session = req.getSession(true); Custo

Catching java.lang.Throwable

2006-08-12 Thread J Ross Nicoll
Found this recently: http://www.jroller.com/page/fate/?anchor=why_i_hate_tomcat Most of it is ranting about parts of Tomcat I don't have any experience with working on, but it does mention Throwable being caught all over the place: "The first issue is the fact that everywhere, Throwable is c

custom HttpSession server.xml

2006-08-12 Thread jeusdi
Hello, I'm interested in customize the default HttpSession, but I don't know how can I custom it? I should like when form my servlet I execute req.getSession(), it returns me my customized HttpSession: HttpSession session = req.getSession(true);