Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.4
-
Unknown
-
Description
$response.redirect() does not redirect immediately, it let the whole page rendering before sending the 302 response back.
Compare a page containing this macro with the #stop commented or not:
{{velocity}} $response.sendRedirect($xwiki.getURL('Main.WebHome', 'view')) ##stop #foreach( $cnt in [1..10000000] ) #end {{/velocity}}
Attachments
Issue Links
- relates to
-
IDEAS-61 Error 500 on Ideas.WebHome with any account
- Closed