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.

Reply via email to