-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend: don't use custom urlencode for Pulp queries
The reasoning for doing so was based on a wrong premise. > The standard urlencode would change the slashes to %2F making Pulp to > not find the project when filtering by name. The reason why Pulp couldn't find any project wasn't becaues of encoded slashes but because of a bug that I fixed in cc12c9.
- Loading branch information
Showing
1 changed file
with
3 additions
and
11 deletions.
There are no files selected for viewing
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