diff options
author | Francis Dupont <fdupont@isc.org> | 2020-07-28 15:02:20 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2020-09-12 10:50:34 +0200 |
commit | 45bac04fbe921bed64095844a8f520664cf2c8ac (patch) | |
tree | c7f4f0aaa240799452612b4d3acfccf047c9d04e /src/lib/http/http_messages.mes | |
parent | [#1304] Updated .gitignore (diff) | |
download | kea-45bac04fbe921bed64095844a8f520664cf2c8ac.tar.xz kea-45bac04fbe921bed64095844a8f520664cf2c8ac.zip |
[#1304] Addressed comments
Diffstat (limited to 'src/lib/http/http_messages.mes')
-rw-r--r-- | src/lib/http/http_messages.mes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/http/http_messages.mes b/src/lib/http/http_messages.mes index cbd173fb5c..c171b96d66 100644 --- a/src/lib/http/http_messages.mes +++ b/src/lib/http/http_messages.mes @@ -43,7 +43,8 @@ a malformed authentication header. The argument explains the problem. % HTTP_CLIENT_REQUEST_NOT_AUTHORIZED received HTTP request with not matching authentication header This information message is issued when the server receives a request with -authentication header carrying not recognized credential. +authentication header carrying not recognized credential: the user +provided incorrect user id and/or password. % HTTP_CLIENT_REQUEST_NO_AUTH_HEADER received HTTP request without required authentication header This information message is issued when the server receives a request without |