
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] search error: Limit subroutine creation
Joachim Leidinger <jojo@blackpoint.de> writes:
[...]
>
> Stefan,
>
> it seems to me, LWP::UserAgent use the URI module to escape some
> characters and I don't need URI::Escape. This part
>
> ------- snip ----------
> se=SCSI%20III%20(UW%20&%20U2W)%20Festplattenwechselrahmen
> ------- snip ----------
>
> is coming from the apache log. How can I prevent LWP::UserAgent to use
> the URI to uri_escape the calling url?
That is the wrong way. Special characters have to be escaped in
the URL, otherwise you violate specifications. Don't do this.
The culprit in this case is probably the & which isn't escaped
(LWP::UserAgent couldn't know about this). Use the
POST method instead of GET and escape the parameters manually.
Ciao
Racke
--
Die Erde bleibt keine Scheibe. --- The earth remains no disk.
For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: info@cobolt.net; Phone: 0041-1-3884400)
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users