codegooglecom / rend

Automatically exported from code.google.com/p/rend
Other
0 stars 0 forks source link

Session timeout causes Rend_Controller_Action_Helper_Acl to throw an error #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the session times out, the Acl (now IsAllowed) helper throws an
exception which is not handled by the ErrorController.

Original issue reported on code.google.com by justin.h...@gmail.com on 6 May 2008 at 10:16

GoogleCodeExporter commented 9 years ago
This is probably caused by the helper being loaded outside of the try/catch 
block in
dispatch. I've since fixed this, but have not confirmed the bug is removed yet.

Original comment by justin.h...@gmail.com on 6 May 2008 at 10:16

GoogleCodeExporter commented 9 years ago
Confirmed that this is caused by the action helper being loaded outside of the 
main
try/catch block for dispatching. Loading action helpers in this method is no 
longer
recommended (setup via a custom plugin is preferred).

Original comment by justin.h...@gmail.com on 29 Oct 2008 at 4:18