Path: secnews.netscape.com!rls@netscape.com
From: Rob McCool 
Newsgroups: netscape.devs-nsapi
Subject: Re: Custom Auth Failure Page
Date: Tue, 19 Nov 1996 17:12:41 -0800

> Is there a similar way to customize the server error respons I get
> when my PathCheck returns REQ_ABORTED ?

The server uses status codes and reasons to determine which error page
to send back. So if you, in your function before you return REQ_ABORTED,
call protocol_status(sn, rq, PROTOCOL_SERVER_ERROR, "mypcheck") and then
have a line

Error reason="mypcheck" fn="send-error" path="/disk1/foo.html"

in obj.conf, then you should get /disk1/foo.html when your PathCheck
function returns REQ_ABORTED.

--
Rob McCool, robm@netscape.com http://home.netscape.com/people/robm/
Stunt Programmer, Netscape Communications Corporation
It was working ten minutes ago, I swear...
Reproduced by permission of the author.