]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* src/main/http_core.c (ap_auth_nonce): Fix default nonce string to
authorJoe Orton <jorton@apache.org>
Thu, 30 Sep 2004 10:23:35 +0000 (10:23 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 30 Sep 2004 10:23:35 +0000 (10:23 +0000)
commit6d55d883188c4f2d3d48cc7587552700817d4f9c
treed0467177862d1d37dc184787d3854a32c4bba9d4
parent5bf129e4b64119518eae570c9d90952472627af8
* src/main/http_core.c (ap_auth_nonce): Fix default nonce string to
use the socket address, rather than the address of a pointer into r->,
which changes for each connection and hence forces re-authentication
for every new connection since 1.3.31.

PR: 30920

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105350 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/main/http_core.c