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 woul

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

Coredump running t/filter/in_error on Solaris 2.6

2004-09-09 Thread Chris Hughes
Basically the test seems to be working (ie. 500 expected and received), but handling the 500 error kills apache (seems to be a simple dereference of a null pointer; probably returned from a call of strerror(500)). Note that on Solaris strerror(500) returns 0x0. On Linux, it returns "Unknown err