Re: [OT] Questions About Tomcat Exception Handling

2015-01-24 Thread Felix Schumacher
Am 22.01.2015 um 00:51 schrieb Rémy Maucherat: 2015-01-21 23:47 GMT+01:00 Christopher Schultz : To wit: 1. org.apache.catalina.servlets.DefaultServlet.Range.validate modifies the value of the "end" member. That seems ... odd. 2. copyRange(InputStream, ServletOutputStream) returns IOException i

Re: [OT] Questions About Tomcat Exception Handling

2015-01-21 Thread Rémy Maucherat
2015-01-21 23:47 GMT+01:00 Christopher Schultz : > To wit: > > 1. org.apache.catalina.servlets.DefaultServlet.Range.validate modifies > the value of the "end" member. That seems ... odd. > > 2. copyRange(InputStream, ServletOutputStream) returns IOException > instead of throwing it. There is one c

Re: [OT] Questions About Tomcat Exception Handling

2015-01-21 Thread Christopher Schultz
Mark, On 1/21/15 2:34 PM, Mark Thomas wrote: > On 21/01/2015 19:14, Felipe Ebert wrote: >> Hello >> >> I'm sorry that this mail is not a development issue itself, it is just a >> question about Tomcat' exception handling. I was checking some mails at >> Tomcat dev list and I found two interesting