Re: HttpServletResponse.sendRedirect() not working?

2009-02-18 Thread Brad Whitaker
; Brad, > > On 2/17/2009 12:32 AM, Brad Whitaker wrote: >> try { >> >> if(LOG.isDebugEnabled()) { >> LOG.debug("Executing redirect with response >> ["+response+"]"); >>

Re: HttpServletResponse.sendRedirect() not working?

2009-02-16 Thread Brad Whitaker
Qiao Jin wrote: > > What's after the sendRedirect() call in your code? And what's in the > final? > Can you post a simple code sample that would demonstrate the problem? > > On Mon, Feb 16, 2009 at 5:55 PM, Brad Whitaker wrote: > >> >> I'm having a

HttpServletResponse.sendRedirect() not working?

2009-02-16 Thread Brad Whitaker
I'm having a problem with Tomcat 6.0.18 that I don't understand. I'm invoking HttpServletResponse.sendRedirect() but no redirect is being sent to the browser. Is there a valid reason why this might occur, or is this likley a bug in Tomcat? My code has thrown an exception prior to invoking the red

Re: filter debugging or logging?

2009-02-16 Thread Brad Whitaker
ot my problem. (My problem seems to be that Tomcat 6 is not sending a redirect when I invoke HttpServletResponse.sendRedirect(redirectUrl) but I'll put that in a separate topic.) Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brad, >

filter debugging or logging?

2009-02-13 Thread Brad Whitaker
Is there a logger that can emit information about when servlet filters are invoked? I'm having trouble with some filters and it feels like I'm completely blind and unable to see what's going on. I have multiple filters that have been provided by 3rd party libraries and it is very difficult to know