Re: [squid-users] Convertion special symbols in file's names

2018-10-03 Thread Amos Jeffries
On 3/10/18 8:47 PM, Георгий Китирисов wrote: > Hi, guys. I use squid proxy to download files from aws s3 buckets. If  > file's name contain special symbols (like +, %, ...) squid convert it The characters you point out above are reserved for use as sub-delimiters in URI / URL syntax. > (probably)

[squid-users] Convertion special symbols in file's names

2018-10-03 Thread Георгий Китирисов
Hi, guys. I use squid proxy to download files from aws s3 buckets. If file's name contain special symbols (like +, %, ...) squid convert it (probably) and bucket can't find the file. For uploading to bucket it use java service without squid. How can I prevent url convertion in squid config? ___