On 3/9/07, Bill Walton <[EMAIL PROTECTED]> wrote:
>
> > My company developed a plugin that addresses this
> > by replacing the 302 redirect with an intermediate page
> > that redirects using an HTML meta redirect.
>
> The docs say redirect_to in ActionController is generating a 302 header,
> so
> it sounds like just what I need but I need to ask.  Given what I've said
> above, is there any reason to think this might not work?  I'm not going to
> be able to see if it works on my dev box because the problem only shows up
> under SSL and I've only got that on my production box.
>

Bill,

I can't say for sure if refresh_to will solve your problem because we've
never encountered it before (until I saw your message I would not have
thought a 302 between two secure pages would cause this problem).

However, it wouldn't hurt to try it out. I would test it locally on your
development box to make sure the site still works for you (that you can fill
out the forms, etc.), then deploy it and test to see if it actually fixes
the problem. As long as the plugin doesn't break your site (I doubt it
will), it won't be detrimental.

Luke

--~--~---------~--~----~------------~-------~--~----~
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