In the upload request issue, I put:
public static void
contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter>
configuration, MultipartDecoder multipartDecoder)
{
configuration.add("UploadRequestFilter", new UploadRequestFilter(),
"before:MultipartFilter");
}
but in this case, where should i put? of course not
"before:multipartFilter".
Thiago H. de Paula Figueiredo wrote:
>
> On Tue, Mar 17, 2009 at 10:49 AM, Angelo Chen
> <[email protected]> wrote:
>
>> Hi Thiago,
>> I have code before, that was used to intercept file upload exceptions,
>> can
>> we use similar approach to intercept this exception too?
>
> I guess so.
>
> --
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://www.nabble.com/t5%3A-intercepting-exceptions-from-RequestExceptionHandler-tp22556866p22559859.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]