Re: Apache-AuthenNTLM-2.07 and ModPerl 1.99_16

2004-10-28 Thread Frank Carnovale
regards the above previous thread ( msg 06315 ) and Chris Hughe's correction ( msg 06333 )..   I also developed a similar fix, mine is too complicated because I note from Chris Hughes' patch that it was unnecessary to instantiate a new Table object when writing into the Notes area.  Also, C

Re: Apache-AuthenNTLM-2.07 and ModPerl 1.99_16

2004-09-21 Thread Stas Bekman
Fred Moyer wrote: I really have no idea about Apache-AuthenNTLM but to make it working again you could apply the patch below and rebuilt your mod-perl. As far as I can tell from the last mail from Stas it's going to be read/writeable in future if one volunteers to write tests :-). I originally su

Re: Apache-AuthenNTLM-2.07 and ModPerl 1.99_16

2004-09-21 Thread Chris Hughes
On Mon, 20 Sep 2004, Chris Hughes wrote: > I'm also not exactly sure why there are three checks (ie. that there is a > cache object, that the cache object connection id is the same as the > current, and then that the (altered) remote host name is the same in > both). I would have thought it woul

Re: Apache-AuthenNTLM-2.07 and ModPerl 1.99_16

2004-09-20 Thread Fred Moyer
> I really have no idea about Apache-AuthenNTLM but to make it working > again you could apply the patch below and rebuilt your mod-perl. > As far > as I can tell from the last mail from Stas it's going to be > read/writeable in future if one volunteers to write tests :-). I originally suggested

Re: Apache-AuthenNTLM-2.07 and ModPerl 1.99_16

2004-09-20 Thread Tom Schindl
Chris Hughes wrote: Fails as Apache-AuthenNTLM attempts to use Apache::Connection::remote_host to alter the remote hostname so it can check to see if is the same connection when it is next called: From AuthenNTLM.pm: 539 # we cannot attach our object to the connection record. Since in 540

Apache-AuthenNTLM-2.07 and ModPerl 1.99_16

2004-09-20 Thread Chris Hughes
Fails as Apache-AuthenNTLM attempts to use Apache::Connection::remote_host to alter the remote hostname so it can check to see if is the same connection when it is next called: >From AuthenNTLM.pm: 539 # we cannot attach our object to the connection record. Since in 540 # Apache 1.3 the