]> git.ipfire.org Git - thirdparty/squid.git/commit
Urls contain ipv6 ipaddresses may not logged correctly
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 13 Dec 2013 18:05:59 +0000 (20:05 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 13 Dec 2013 18:05:59 +0000 (20:05 +0200)
commitbb8b595438f2882cd64a292cc5b26463e7d2e553
tree6195fe4f5375356c3011c58ff89aab1645852e36
parent2c50d371d1233693608351eee755b9064a03af30
Urls contain ipv6 ipaddresses may not logged correctly

The urls which include an ipv6 address as hostname does not logged correctly
in the following cases:
 - When a user is already logged in to an ftp server and a
   new USER command entered with ipv6 address as hostname the logged url
   does not put ipv6 address inside brackets ([]).
 - On FTP error responses generated by squid the url which includes ipv6
   addresses apearred with brackets urlencoded. eg:
         ftp://%5B::1%5D/
src/client_side.cc