summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-12 23:56:55 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-12 23:56:55 -0400
commit4b412797b80676d41dd08cc83d530d4b4710581d (patch)
tree390997fd6da49239c25f5e85285b3fac65385184 /NEWS
parentf1681ca29bf1f945b59ff81437f02c4b48036017 (diff)
downloadlighttpd-git-4b412797b80676d41dd08cc83d530d4b4710581d.tar.gz
[mod_auth] send charset="UTF-8" in WWW-Authenticate (fixes #1468)
https://tools.ietf.org/html/rfc7616 and https://tools.ietf.org/html/rfc7617 (September 2015) update Digest and Basic auth to allow server to recommend charset which should be used by client. http://stackoverflow.com/questions/702629/utf-8-characters-mangled-in-http-basic-auth-username x-ref: "LDAP UTF-8 encoding" https://redmine.lighttpd.net/issues/1468
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f4cf4080..807e54ca 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,7 @@ NEWS
* [core] clean up srv before exiting for lighttpd -[vVh]
* [mod_fastcgi,mod_scgi] check for spawning on same unix socket (fixes #319)
* [mod_cgi] always set QUERY_STRING (fixes #1339)
+ * [mod_auth] send charset="UTF-8" in WWW-Authenticate (fixes #1468)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)