> the [query_string (url_params)] usually reads this query_string in 
> correctly, like this:
>     record=32&lang=it
> BUT, SOMETIMES (random?) query_string is read
> like:
>     'record=32&lang=it'
> Where could my error be?

Do you have any mod_perl handlers that work at an earlier phase of the
request? Maybe they add the quotes by accident. Is the requested proxied
from a front-end or is mod_rewrite used? The quotes may be introduced
there by accident.

ELB

--
Eric L. Brine  |  Chicken: The egg's way of making more eggs.
[EMAIL PROTECTED]  |  Do you always hit the nail on the thumb?
ICQ# 4629314   |  An optimist thinks thorn bushes have roses.

Reply via email to