Re: [Maypole] Status Codes.

2006-04-25 Thread Nic Gibson
On Apr 25, 2006, at 12:24, Aaron Trevena wrote: On 25/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote: > Now - who knows what I should return instead of -1?? > > At the top of httpd.h declined, ok and done are defined as -1, 0 and > -2 respectively - server_error seems to be 500 - but the > Apa

Re: [Maypole] Status Codes.

2006-04-25 Thread Aaron Trevena
On 25/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote: > Now - who knows what I should return instead of -1?? > > At the top of httpd.h declined, ok and done are defined as -1, 0 and > -2 respectively - server_error seems to be 500 - but the > Apache::Constant documentation warn against returning htt

Re: [Maypole] Status Codes.

2006-04-25 Thread Aaron Trevena
On 24/04/06, Aaron Trevena <[EMAIL PROTECTED]> wrote: On 24/04/06, Dave Howorth <[EMAIL PROTECTED]> wrote: > Aaron Trevena wrote: > > On 24/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote: > >> Potentially stupid question... > >> > >> Why does maypole return -1 for DECLINED and ERROR? In mod_perl ter

Re: [Maypole] Status Codes.

2006-04-24 Thread Aaron Trevena
On 24/04/06, Dave Howorth <[EMAIL PROTECTED]> wrote: Aaron Trevena wrote: > On 24/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote: >> Potentially stupid question... >> >> Why does maypole return -1 for DECLINED and ERROR? In mod_perl terms >> -1 is DECLINED. I was wondering why errors show up as NOT_

Re: [Maypole] Status Codes.

2006-04-24 Thread Dave Howorth
Aaron Trevena wrote: On 24/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote: Potentially stupid question... Why does maypole return -1 for DECLINED and ERROR? In mod_perl terms -1 is DECLINED. I was wondering why errors show up as NOT_FOUND and now I know why :) Does this have something to do with a

Re: [Maypole] Status Codes.

2006-04-24 Thread Aaron Trevena
On 24/04/06, Nic Gibson <[EMAIL PROTECTED]> wrote: Potentially stupid question... Why does maypole return -1 for DECLINED and ERROR? In mod_perl terms -1 is DECLINED. I was wondering why errors show up as NOT_FOUND and now I know why :) Does this have something to do with allowing pass through f

[Maypole] Status Codes.

2006-04-24 Thread Nic Gibson
Potentially stupid question... Why does maypole return -1 for DECLINED and ERROR? In mod_perl terms -1 is DECLINED. I was wondering why errors show up as NOT_FOUND and now I know why :) Does this have something to do with allowing pass through for non maypole content and, if so, isn't there