On Wed, Dec 15, 1999 at 09:10:47PM -0400, Eric L. Brine wrote:
>
> > 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.
Well (if I understand all what you say :): i surely do NOT use
mod_rewrite; the query_string directly comes from the other
script, which is instructed to do a simple redirect:
...
$uri = "$VIEWURL?record=$key;lang=$lang";
print $query->redirect($uri);
But it doesn't (always) understand it, as i told you,
expecially just after I restart Apache (after some hits it
begins to behave better, but there is not guarantee anyway,
for all the session).
Thank you,
Andrea
Andrea Brugiolo University of Padova
C.A.B. Inter Library Center tel +39 049 8273673, fax +39 049 8273651
Inter Department Library of Psychology tel +39 049 8276477
[EMAIL PROTECTED]