Found these references.

http://www.ruby-forum.com/topic/150507
http://railsforum.com/viewtopic.php?id=27122
http://forum.goldberg.240gl.org/viewtopic.php?t=328
http://railscasts.com/episodes/20-restricting-access - check comment  
14 + 15

Not sure if these will help

Jason :)

On 05/03/2009, at 6:16 PM, Aníbal Rojas wrote:

>
> Jason,
>
>    Thanks for your fast response.
>
>> Is it throwing an error?? 1 or 2 seconds between calls seems like a
>> long time so it looks like you may have resubmitted the logins
>> several times rather than it looping by itself. Could that be  
>> correct???
>
>    There are no errors in the log, the browser just gives up after a
> lot of redirects.
>
>> Have you tried different browsers? I did a quick search and the only
>> thing I could find even remotely related led to a session cookie
>> issue with IE7. Not sure if there might be an issue there.
>
>     We use Firefox in a regular fashion, we found the same reference
> and tried with Explorer without any difference.
>
>     Actually we went so far as trying Lynx in the server targetting
> the mongrel port without any luck.
>
> --
> Aníbal Rojas
>
>> Jason
>>
>>
>> On 05/03/2009, at 9:05 AM, Aníbal Rojas wrote:
>>
>>>
>>> Hello,
>>>
>>>     This is kind of weird. The applications is really simple,
>>> basically a conceptual test built on Lovd by Less, it has been  
>>> working
>>> fine but suddenly started choking on the production server with a
>>> infinite redirect loop while trying to login, as the following log
>>> sample shows:
>>>
>>> Processing HomeController#index (for 190.39.201.34 at 2009-03-04
>>> 15:48:29) [GET]
>>>   Session ID: 38521343127c98c9f14cb4c37492fe9c
>>>   Parameters: {"action"=>"index", "controller"=>"home"}
>>> Redirected to /
>>> Filter chain halted as [:check_permissions] rendered_or_redirected.
>>> Completed in 4ms (DB: 2) | 302 Found [http://STRIPPED/]
>>>
>>> Processing HomeController#index (for 190.39.201.34 at 2009-03-04
>>> 15:48:31) [GET]
>>>   Session ID: 38521343127c98c9f14cb4c37492fe9c
>>>   Parameters: {"action"=>"index", "controller"=>"home"}
>>> Redirected to /
>>> Filter chain halted as [:check_permissions] rendered_or_redirected.
>>> Completed in 5ms (DB: 3) | 302 Found [http://STRIPPED]
>>>
>>> Processing HomeController#index (for 190.39.201.34 at 2009-03-04
>>> 15:48:32) [GET]
>>>   Session ID: 38521343127c98c9f14cb4c37492fe9c
>>>   Parameters: {"action"=>"index", "controller"=>"home"}
>>> Redirected to /
>>> Filter chain halted as [:check_permissions] rendered_or_redirected.
>>> Completed in 4ms (DB: 2) | 302 Found [http://STRIPPED]
>>>
>>>    The applications works properly in developer sandbox. Previous
>>> versions that was running now shows the same behaviour in the
>>> production server.
>>>
>>>    The security setup is very simple, login and such hasn't been
>>> touched.
>>>
>>> --
>>> Aníbal Rojas
>>>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Lovd by Less" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lovdbyless?hl=en
Who loves ya baby?
-~----------~----~----~----~------~----~------~--~---

Reply via email to