On Tue, 15 May 2001, Angelo Venera wrote:
> Hi, i have squid cache Versione 2.3STABLE4, and i use squidguard how
> redirect program. When i have a URL with the character "&" example
> www.pippo.com/ppp&aaa, squidguard receive a cut string how
> www.pippo.com/ppp. Why ? How can i solve the problem ? The probelm is
> squid or squidguard ??
The '&' character is allowed only in the 'query term' part of URLs.
Normally you see it like this
http://www.pippo.com/ppp?foo=bar&aaa=zzz
Your URL should probably be written like this:
http://www.pippo.com/ppp%26aaa
Received on Tue May 15 2001 - 13:02:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:08 MST