Re: [PR] Enforce Support for UTF-8 Encoding Scheme in Digest Authentication as per RFC 7616 [httpcomponents-client]

2023-12-03 Thread via GitHub
arturobernalg merged PR #508: URL: https://github.com/apache/httpcomponents-client/pull/508 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Enforce Support for UTF-8 Encoding Scheme in Digest Authentication as per RFC 7616 [httpcomponents-client]

2023-12-01 Thread via GitHub
ok2c commented on PR #508: URL: https://github.com/apache/httpcomponents-client/pull/508#issuecomment-1836769522 @arturobernalg We have been providing an option to override `US-ASCII` as the standard HTTP message char-set for decades, which is by far a greater deviation from the standard

Re: [PR] Enforce Support for UTF-8 Encoding Scheme in Digest Authentication as per RFC 7616 [httpcomponents-client]

2023-12-01 Thread via GitHub
arturobernalg commented on PR #508: URL: https://github.com/apache/httpcomponents-client/pull/508#issuecomment-1836748106 > @arturobernalg I still cannot help thinking we still should let the users have an option of overriding the default charset no matter what the RFCs say, though the

Re: [PR] Enforce Support for UTF-8 Encoding Scheme in Digest Authentication as per RFC 7616 [httpcomponents-client]

2023-12-01 Thread via GitHub
ok2c commented on PR #508: URL: https://github.com/apache/httpcomponents-client/pull/508#issuecomment-1836619418 @arturobernalg I still cannot help thinking we still should let the users have an option of overriding the default charset no matter what the RFCs say, though the default

[PR] Enforce Support for UTF-8 Encoding Scheme in Digest Authentication as per RFC 7616 [httpcomponents-client]

2023-11-23 Thread via GitHub
arturobernalg opened a new pull request, #508: URL: https://github.com/apache/httpcomponents-client/pull/508 This commit enforces the use of the 'UTF-8' encoding scheme as the sole allowed value for character encoding in Digest Authentication, in alignment with the guidelines specified in