[Bug 1653094] Re: apt-helper fails on urls with space

Julian Andres Klode julian.klode at gmail.com
Thu Dec 29 12:40:33 UTC 2016


*** This bug is a duplicate of bug 1651923 ***
    https://bugs.launchpad.net/bugs/1651923

It does work. The input URL you pass to it must not be encoded, though.

http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe

will be encoded to

http://downloads.sourceforge.net/project/corefonts/the%2520fonts/final/andale32.exe

(the % is encoded as %25) and that causes things to fail.

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

Title:
  apt-helper fails on urls with space

Status in apt package in Ubuntu:
  New

Bug description:
  ttf-mscorefonts-installer tries to download
  http://downloads.sourceforge.net/corefonts/andale32.exe via apt-helper
  download-file.

  That url redirects to
  http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/andale32.exe,
  a url containting a space (%20), witch it seems apt-helper doesn't
  handle well, as it ends up with
  https://downloads.sourceforge.net/project/corefonts/the&... the part
  up to the space in the redirected url.


  Ubuntu 16.10, apt 1.3.3

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



More information about the foundations-bugs mailing list