On Sun, 25 May 2003 21:52:40 +0400
"Evgeny Kotsuba" <evgen__k@rambler.ru> wrote:
>It seems that last change in src\HttpHeader.c httpHeaderReset()
>is not very good.
Hmmmm...
It seems that last changes in src\acl.c aclAuthenticated()
is not very good.
================
int
aclAuthenticated(aclCheck_t * checklist)
{
[....]
case AUTH_ACL_HELPER:
debug(28, 4) ("aclMatchAcl: returning 0 sending credentials to
helper.\n");
checklist->state[ACL_PROXY_AUTH] = ACL_LOOKUP_NEEDED;
return -1;
case AUTH_ACL_CHALLENGE:
debug(28, 4) ("aclMatchAcl: returning 0 sending authentication
challenge.\n");
checklist->state[ACL_PROXY_AUTH] = ACL_PROXY_AUTH_NEEDED;
return -1;
=================
So, what is returned - zero as in previous versions or debug text
should be changed ?
SY,
Evgeny Kotsuba
___________________
Посмотрел "Матрицу-2" - не понравилось, зато поднял 40% на акциях РАО ЕЭС:
http://www.rambler.ru/nettrader/
Received on Sun May 25 2003 - 12:26:12 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:57 MST