You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Lee Goddard <ho...@LeeGoddard.com> on 2002/11/08 10:10:48 UTC

BUG in $r->uri ?

I know I shouldn't, but I have a URI that goes:

         "a_silly_clients_filename 2 . jpg"

And when I try:

         $r->log_error ( $r->uri );

the result is:

[Fri Nov 08 09:59:37 2002] [error] a_silly_clients_filename 2.jpg

Is this real, or is it me?

Thanks,
lee



Lee Goddard