On 3/9/07, Bill Walton <[EMAIL PROTECTED]> wrote:
>
>
> The visitor I was walking through the app with (over the phone) was
> getting warnings as she advanced from page to page that she was "being
> redirected to a non-secure page."  If she clicked OK, she was taken to
> https:// the_next_page.  This happened on every page within the app.
>

Is the visitor using IE 6?

There a problem with IE 6 that causes messages like this when you go from a
secure page to an insecure page. That's the opposite of what you're doing
but maybe it's similar.

My company developed a plugin that addresses this by replacing the 302
redirect with an intermediate page that redirects using an HTML meta
redirect.

See: http://refresh-to.rubyforge.org/

Hope this gets you on the right track,

Luke Francl
Slantwise Design
http://slantwisedesign.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to