Hello, The message below is resolved, its NOT a bug, it seems the error was in my own testing setup and I was confused by the output of the SERVER_NAME of the request object which displayed 127.0.0.1 instead the config set server name value.
-------------------------- Hello, I noticed a small bug in Werkzeugs serving module which disables subdomains. The affected line is in the serving module, line 91: 'SERVER_NAME': self.server.server_address[0], which should be changed to 'SERVER_NAME': self.server.server_address, The latest version has this issue. Regards, Jan -- You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en.
