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
Unknown Object (File)
Thu, Apr 25, 1:39 AM
Unknown Object (File)
Wed, Apr 24, 9:07 PM
Unknown Object (File)
Fri, Apr 12, 4:57 AM
Unknown Object (File)
Thu, Apr 11, 9:26 AM
Unknown Object (File)
Sun, Apr 7, 11:57 AM
Unknown Object (File)
Mar 24 2024, 5:41 AM
Unknown Object (File)
Mar 20 2024, 6:01 PM
Unknown Object (File)
Mar 13 2024, 8:45 PM
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.