zayin wrote:
> Hi,
> 
> I was finally able to get back to the password failing when it is
> empty. (which is OK)
> 
> The lines in the source code that prevent the '' password appear to
> be: 
> 
> unit OverbyteIcsHttpSrv;
> 
> function THttpConnection.AuthDigestCheckPassword(const Password:
> String): Boolean;
> ...
> 
>    if Password = '' then begin
>        Result := FALSE;
>        Exit;
>    end;
> 
> ....
> 
> A 401 is returned.

I just checked in a change that removes these lines, so THttpServer 
should work with empty digest passwords, similar THttpCli changes
have to wait until there's more time but it's on the radar now, 
thanks for reporting.
http://wiki.overbyte.be/wiki/index.php/ICS_Download
Available with SVN now or included in next daily snapshot ZIP. 

-- 
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to