Re: [twsocket] Fixed small bug in HttpSrv digest auth

2008-11-15 Thread Arno Garrels
Tobias Rapp wrote: Hi! I have found a small bug in ICS V5 HttpSrv.pas within procedure tHttpConnection.Answer401: Header := FVersion + ' 401 Unauthorized' + #13#10 + 'WWW-Authenticate: ' + //'Digest realm=' + FAuthRealm +// original

[twsocket] Fixed small bug in HttpSrv digest auth

2008-11-13 Thread Tobias Rapp
Hi! I have found a small bug in ICS V5 HttpSrv.pas within procedure tHttpConnection.Answer401: Header := FVersion + ' 401 Unauthorized' + #13#10 + 'WWW-Authenticate: ' + //'Digest realm=' + FAuthRealm +// original 'Digest realm=' + FAuthRealm