> -----Original Message-----
> From: Matt Sergeant [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 05, 2000 10:26 AM
> To: Geoffrey Young
> Cc: Dana C. Chandler III; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: Apache::Request and parameters = 0
[snip]
> 
> You're right... I was remembering something else:
> 
> package FooTest;
> use Apache::Constants;
> use Apache::Reload;
> 
> sub handler {
>         my $r = shift;
>         $r->send_http_header;
>         print "Args: ", scalar $r->args, "\n";
>         return OK;
> }
> 
> 1;
> 
> Now send a request with the querystring 0 to that handler. I get:
> 
> Args:
> 
> No zero. $ENV{QUERY_STRING} contains the zero though.

ok, I see that.  Apache::Request seems to handle that condition fine,
though.

Something to keep in mind...
 
--Geoff

> 
> -- 
> <Matt/>
> 
> ** Director and CTO **
> **  AxKit.com Ltd   **  ** XML Application Serving **
> ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
> **     Personal Web Site: http://sergeant.org/     **
> 

Reply via email to