Page MenuHomePhabricator

Escape forward slashes in URI usernames/passwords properly
ClosedPublic

Authored by epriestley on Jun 2 2016, 1:51 PM.
Tags
None
Referenced Files
F14020664: D16009.diff
Wed, Nov 6, 1:25 AM
F14007177: D16009.id.diff
Tue, Oct 29, 12:57 AM
Unknown Object (File)
Sep 20 2024, 4:36 PM
Unknown Object (File)
Sep 19 2024, 4:25 PM
Unknown Object (File)
Sep 18 2024, 1:48 PM
Unknown Object (File)
Sep 15 2024, 6:53 PM
Unknown Object (File)
Sep 5 2024, 2:40 PM
Unknown Object (File)
Aug 31 2024, 9:43 AM
Subscribers
None

Details

Summary

Fixes T11079. We currently un-escape / in phutil_escape_uri() because it is safe to leave unescaped in paths and an awful UX to escape, but it must be escaped in usernames/passwords.

Test Plan
  • Added failing unit test.
  • Fixed test.
  • Created a credential with username and password containing a slash.
  • Set this credential on an observation URI for a repository.
  • Used bin/repository update R... to pull the repostiory.
  • Before patch, got an error about a malfored URI.
  • After patch, things worked properly.
Cloning into bare repository '/Users/epriestley/dev/core/repo/local/55'...
fatal: unable to access 'https://slash/slash:slash/slash@github.com/epriestley/poems.git/': Could not resolve host: slash

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Escape forward slashes in URI usernames/passwords properly.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 2 2016, 1:52 PM
This revision was automatically updated to reflect the committed changes.