Lukas Kahwe Smith wrote: > Scott Meves wrote: >> I had an issue with an infinite loop and the sfSslRequirement plugin. >> >> The problem for me was that my web host wasn't reporting the $_SERVER >> ['HTTPS'] to 'on', but rather to the numeric value '1'. The >> sfWebRequest->isSecure() method checks this value against the string >> 'on'.... and of course it was reporting back false even though the >> user was coming in through HTTPS. >> >> I had to override the isSecure method to accommodate other values for >> this server variable. > > Ok .. this should go into the actual code then. Can you file a bug > report with patch?
hmm .. maybe we should at any rate pass in some parameter to catch this loops inside the plugin itself? regards, Lukas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
