Should I make a JIRA issue about this topic?

- Juha

> -----Original Message-----
> From: Juha Alatalo [mailto:[email protected]]
> Sent: 9. joulukuuta 2008 10:26
> To: [email protected]
> Subject: WicketFilter doens't 'forward' exceptions
> 
> Hi,
> 
> we didn't notice until now, that wicket is catching exception's in
> 
> public void doFilter(ServletRequest request, ServletResponse response,
> FilterChain chain) throws IOException, ServletException
> 
> method of WicketFilter. We are using our own filter and we were excepting
> that calling chain.doFilter(request, response) will get an exception and
> rollback can be done in transaction if an error occurs. Now our doFilter
> call doesn't get any response that something went wrong. I wonder, if
> exceptions should be thrown also in case where condition "if
> (isWicketRequest(relativePath))" is true?
> 
> - Juha Alatalo

Reply via email to