I need to get file from a htpasswd protected server. When i'm using user:pwd@ in the source url, urlencode function replaces @ char.
Here a patch to add "@" in characters we don't want encoded.
Is there a case where @ should be encoded ?

Comments

Raphael Apard created an issue. See original summary.

raphael apard’s picture

Same patch for 7.x-2.8 version

kenorb’s picture

Status: Active » Needs review

The last submitted patch, patch-migrate-do_not_encode_@_char-1.patch, failed testing.

pifagor’s picture

Status: Needs review » Reviewed & tested by the community

  • pifagor committed 686572f on 7.x-2.x authored by Raphael Apard
    Issue #2709113 by Raphael Apard, kenorb, pifagor: MigrateFile: do not...
pifagor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

joseph.olstad’s picture