a78a25ea23
Based on the RFCs[1], in http header, a string of text is parsed as a single value if it is quoted using double-quote marks. This patch change the single quote to double quote in the header "WWW-Authenticate" which is returned when 401 error raises. [1]: https://tools.ietf.org/html/rfc7230#section-3.2.6 https://tools.ietf.org/html/rfc7235#section-2.1 Change-Id: I524c93d30607ea6ab70de92ceea207ee77f34c25 Closes-bug: #1762362
7 lines
238 B
YAML
7 lines
238 B
YAML
---
|
|
features:
|
|
- >
|
|
[`bug 1762362 <https://bugs.launchpad.net/keystonemiddleware/+bug/1762362>`_]
|
|
The value of the header "WWW-Authenticate" in a 401 (Unauthorized) response
|
|
now is double quoted to follow the RFC requirement.
|