« JRun 4 Updater 6: Hot fix for memory leak when calling an EJB via JMX service using new thread | Main | Setting the Application Console Manager after Breeze 5 installation completes »

August 10, 2006

JRun 4: Using sendRedirect requires a return statement

(TechNote) It is good practice to always code a return after a sendRedirect statement in any Servlet. It has been found that, without a return statement immediately following the sendRedirect, a request may fail due to the timing of how JRun manages its socket communication.

Posted by dmorris at August 10, 2006 6:48 AM

Related Entries