-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow special characters in credentials (LT-20157, LT-21275) (#316)
* Escape credentials used in URLs Some users use their email addresses as their logins. When we overhauled the Get from Internet UX, we inadvertently stopped escaping credentials. * Allow users to type spaces in the password field * Properly encode spaces in passwords (not usernames) We are not allowing spaces in usernames, although we might could. I am unaware of any other services that allow spaces in usernames * Use WebUtility instead of HttpUtility (in some places) * Clean up HgServeRunner (indentation, change HttpUtility to WebUtility) * Test that spaces in passwords are encoded properly * Run more tests (some had been needlessly excluded) * Foolproof a test against developer machines set to use the QA server Addresses https://jira.sil.org/browse/LT-20157 and https://jira.sil.org/browse/LT-21275
- Loading branch information
Showing
11 changed files
with
129 additions
and
87 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.