Closed
Description
I have updated from 1.4.1 to 1.5.1 and Apache2 error log fills in with
[auth_gssapi:error] NO AUTH DATA Client did not send any authentication headers
I really wonder if this message should be thrown with error
log level. I find it more adequate at info
or even debug
level, as any first HTTP request is expected to come without authentication header before server replies with header WWW-Authentication: Negotiate
(from my memory, I have not checked exact statement)
What do you think about it ?