jose wrote:
Dear Ian, I noticed that with paste 1.1 If I use the HTTP server and set the IP to 0.0.0.0 it binds 127.0.0.1, which changed from 1.0. This causes problems is that now I have to make sure that my IP address is actually correct in my pylons ini file otherwise the server is not available outside of local host. I know that it more correct to bind the correct IP rather then any valid IP, just wondering if the change is intentional
It's actually a, uh, UI change. Someone wanted clickable links, and http://0.0.0.0 isn't a clickable link. So it get rewritten to http://127.0.0.1 -- but that's probably confusing. I've made it clearer in the trunk.
-- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
