We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUPS is sending a Host: header for IPv6 link local address without the proper encoding. A URI of the form:
scheme://[v1.fe80::aaaa:bbbb:cccc:dddd+zoneid]:port/resource
should result in a Host: header of the form:
Host: [v1.fe80::aaaa:bbbb:cccc:dddd+zoneid]:port
Instead CUPS is sending:
Host: [fe80::aaaa:bbbb:cccc:dddd%zoneid]:port
The text was updated successfully, but these errors were encountered:
Fix IPv6 address encoding in the Host: header (Issue #78)
cb2e960
This also affects routable addresses in that the Host: value is missing the braces.
[master cb2e960] Fix IPv6 address encoding in the Host: header (Issue #78)
Sorry, something went wrong.
michaelrsweet
No branches or pull requests
CUPS is sending a Host: header for IPv6 link local address without the proper encoding. A URI of the form:
should result in a Host: header of the form:
Instead CUPS is sending:
The text was updated successfully, but these errors were encountered: