[Bug 1625928] Re: Apt-Cacher can not deliver package, caused by (maybe) special characters in filename

2017-06-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apt-cacher-ng (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625928

Title:
  Apt-Cacher can not deliver package, caused by (maybe) special
  characters in filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1625928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625928] Re: Apt-Cacher can not deliver package, caused by (maybe) special characters in filename

2016-09-22 Thread Eduard Bloch
Well, ok, I checked the code. It's a bit too messy at the moment WRT
encoded and unencoded URLs. It should be refactored and for cases where
no re-encoding is needed, it could pass-through the original URL no
matter which crap was exactly hidden there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625928

Title:
  Apt-Cacher can not deliver package, caused by (maybe) special
  characters in filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1625928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1625928] Re: Apt-Cacher can not deliver package, caused by (maybe) special characters in filename

2016-09-22 Thread Eduard Bloch
I think it's a bug of Akamai. ACNG does reeencode the URL which was sent
back in the intermediate redirect response - however, this is basically
legal URL encoding, no magic done there. Simple HTTP clients would use
the URL from redirect response as-is and therefore never trigger that
condition.

Maybe they do some (broken?) verification against the uber-clever pseudo
signature that they append there, maybe without considering URL
encoding, I am not sure. Needs closer investigation.

Or I could a special mode (to be enabled with a switch) which would
disable any sanity checks on that URLs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1625928

Title:
  Apt-Cacher can not deliver package, caused by (maybe) special
  characters in filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1625928/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs