*** 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
Touch seeded packages, 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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to