Re: Inline generation of error document?

2002-04-20 Thread Issac Goldstand
Bas A.Schulte wrote: > Hi all, > > On Thursday, April 18, 2002, at 04:58 PM, Geoffrey Young wrote: > >>> I'm a little confused (honestly). I want to handle parameter errors >>> in a content handler. When there's a parameter missing in the URL, >>> my handler returns HTTP_BAD_REQUEST. >>> Now Ap

Re: Inline generation of error document?

2002-04-19 Thread Bas A . Schulte
Hi all, On Thursday, April 18, 2002, at 04:58 PM, Geoffrey Young wrote: >> I'm a little confused (honestly). I want to handle parameter errors in >> a content handler. When there's a parameter missing in the URL, my >> handler returns HTTP_BAD_REQUEST. >> Now Apache sees the HTTP_BAD_REQUEST r

Re: Inline generation of error document?

2002-04-18 Thread Geoffrey Young
Bas A. Schulte wrote: > Hi all, > > I'm a little confused (honestly). I want to handle parameter errors in a > content handler. When there's a parameter missing in the URL, my handler > returns HTTP_BAD_REQUEST. > > Now Apache sees the HTTP_BAD_REQUEST return value from my handler and > ge

Inline generation of error document?

2002-04-18 Thread Bas A. Schulte
Hi all, I'm a little confused (honestly). I want to handle parameter errors in a content handler. When there's a parameter missing in the URL, my handler returns HTTP_BAD_REQUEST. Now Apache sees the HTTP_BAD_REQUEST return value from my handler and generates an error (HTML) document. How ca