Logs for

Page 23 of 211,232, showing 20 records out of 4,224,636 total, starting on record 441, ending on 460

# At Username Text
# Aug 6th 2008, 16:50 TommyO Mathachew: ughh is right. your problem is Auth component automatically redirecting because the user isn't logged in and not allow()'ed. allow for that action and your problem disappears
# Aug 6th 2008, 16:50 francky06l Mathachew: well you have to check something in app_controller before to set the Auth parameter, but .... easy ?
# Aug 6th 2008, 16:51 francky06l TommyO: you can check before you give the Auth instruction .... I guess
# Aug 6th 2008, 16:51 Mathachew so Auth is tying itself to the ACL, in a manner of speaking
# Aug 6th 2008, 16:51 TommyO Mathachew: absolutely not
# Aug 6th 2008, 16:51 Mathachew oh but it is
# Aug 6th 2008, 16:51 TommyO allow() is not ACL
# Aug 6th 2008, 16:51 Mathachew I know that
# Aug 6th 2008, 16:51 TommyO ACTION gives up talking to the wall
# Aug 6th 2008, 16:51 Mathachew no no no
# Aug 6th 2008, 16:51 Mathachew hear me out
# Aug 6th 2008, 16:52 francky06l Mathachew: you can check before Auth in beforeFilter ..
# Aug 6th 2008, 16:52 Mathachew I have to tell the Auth model to allow access to an action that ACL would determine
# Aug 6th 2008, 16:52 Mathachew how's that not tying itself to it?
# Aug 6th 2008, 16:52 TommyO regardless of before or after in beforeFIlter - it happens in startup anyway, AFTER beforeFilter
# Aug 6th 2008, 16:52 francky06l Mathachew: is all the anonymous are to have the same rigthts?
# Aug 6th 2008, 16:52 Mathachew yep
# Aug 6th 2008, 16:52 TommyO Mathachew: no. can be determined by a model, ACL, a custom component, a controller, anything you want
# Aug 6th 2008, 16:53 francky06l Mathachew: you can then create a User for them (I mean a fake one) ?
# Aug 6th 2008, 16:53 Mathachew How is access to an action not ACL?