Mantis - Resin
Viewing Issue Advanced Details
503 minor always 12-14-05 18:13 02-01-06 11:27
sam  
ferg  
urgent  
closed 3.0.16  
fixed  
none    
none 3.0.18  
0000503: sendRedirect() causes flush()
sendRedirect() causes an immediate flush(), which can lead to problems in some cases because the browser can make a request in response to the redirect before the request is finished.

If this behaviour is not required by the spec, then the flush() should be delayed until the request is finished.
 

Notes
(0000832)
ferg   
02-01-06 11:27   
force session persistence before redirect.