Path to this page:
Subject: CVS commit: pkgsrc/www/py-waitress
From: Adam Ciarcinski
Date: 2019-01-29 15:30:03
Message id: 20190129143003.AAE52FB16@cvs.NetBSD.org
Log Message:
py-waitress: updated to 1.2.1
1.2.1:
Bugfixes
- When given an IPv6 address in X-Forwarded-For or Forwarded for=
waitress was placing the IP address in REMOTE_ADDR with brackets:
[2001:db8::0], this does not match the requirements in the CGI spec which
REMOTE_ADDR was lifted from. Waitress will now place the bare IPv6
address in REMOTE_ADDR: 2001:db8::0.
Files: