Hi, I noticed that when doing redirect_to(controller = 'this'), Routes will redirect to the url of this controller without regard for application root. So, if application is deployed at /myapp, redirect would send a user to /this rather then /myapp/this. Is this expected behavior or a bug?
Maybe in this case redirect shouldn't be used at all? Should I simply call this other controller's method instead of redirecting? Thanks! Sergey. -- Sergey Lipnevich, MCSE, SCPJ. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
