Re: [Resin-interest] gzipfilter encoding problem for web.xml declared error pages

2010-03-31 Thread Alan Wright
Further to this is there any way to look at the response while in the Gzipfilter and prevent gzipping if the response is 403 (or any other error code for that matter)? I think resin 2.1.17 is servlet 2.2 which has not got a response.getStatus() method, but given that you can specify the error

Re: [Resin-interest] jsp:param behavior change from 3.0.22 to 4.0.5

2010-03-31 Thread Aaron Freeman
Oh, you will have to swap out the httputil with whatever you use to URLEncode strings in order to test it. Thanks, Aaron On 3/31/2010 2:46 PM, Aaron Freeman wrote: We are experiencing a fundamental change in how data is being passed as a jsp:param between 3.0.22 and 4.0.5. We need to know

Re: [Resin-interest] jsp:param behavior change from 3.0.22 to 4.0.5

2010-03-31 Thread Scott Ferguson
Aaron Freeman wrote: We are experiencing a fundamental change in how data is being passed as a jsp:param between 3.0.22 and 4.0.5. We need to know if this change is intentional as it has a work-heavy impact on converting our code base over which currently relies on the behavior of 3.0.x.