On Wednesday 06 September 2006 08:02, Daniel P. Stasinski wrote: > > However, the bug I found was due to an API using a page level > > global var, not sure exactly what you call this in C, but the API > > was on another page. > > Mine seems to be unrelated. I did further checking and when > ns_returnredirect refers to -any- local URL it causes a segfault. > The relocated URL is passed back to the browser, but the server is > dead before it can load it.
What version, etc? I'm using 4.5.0a and I don't seem to have problem with ns_returnredirect. Also maybe try telnetting in: [EMAIL PROTECTED]:~> telnet maria 8888 Trying 192.168.111.108... Connected to maria. Escape character is '^]'. GET /redirect.tcl HTTP/1.0 Host: maria:8888 HTTP/1.0 302 Found Location: inspect MIME-Version: 1.0 Date: Wed, 06 Sep 2006 16:10:28 GMT Server: AOLserver/4.5.0a Content-Type: text/html; charset=UTF-8 Content-Length: 279 Connection: close You could further test building up this response without using ns_returnredirect. Seems weird. tom jackson -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
