-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to handle urls with where the package name has + in the name #571
Comments
It looks like pulp_rpm has encountered and fixed the exact same issue. See here: https://github.com/pulp/pulp_rpm/blob/main/pulp_rpm/app/downloaders.py#L68 |
I have requested the pulp_rpm solution be transferred to pulpcore so we can also use it in pulp_deb. That being said, we don't need to wait for that to solve this on the pulp_deb side for now. |
hstct
added a commit
to ATIX-AG/pulp_deb
that referenced
this issue
Jul 11, 2022
hstct
added a commit
to ATIX-AG/pulp_deb
that referenced
this issue
Jul 11, 2022
hstct
added a commit
to ATIX-AG/pulp_deb
that referenced
this issue
Jul 11, 2022
hstct
added a commit
to ATIX-AG/pulp_deb
that referenced
this issue
Jul 12, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes pulp#571
quba42
pushed a commit
that referenced
this issue
Jul 12, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571
patchback bot
pushed a commit
that referenced
this issue
Jul 12, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571 (cherry picked from commit ccf3f47)
patchback bot
pushed a commit
that referenced
this issue
Jul 12, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571 (cherry picked from commit ccf3f47)
patchback bot
pushed a commit
that referenced
this issue
Jul 12, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571 (cherry picked from commit ccf3f47)
quba42
pushed a commit
that referenced
this issue
Jul 12, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571 (cherry picked from commit ccf3f47)
quba42
pushed a commit
that referenced
this issue
Jul 12, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571 (cherry picked from commit ccf3f47)
quba42
pushed a commit
that referenced
this issue
Jul 12, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571 (cherry picked from commit ccf3f47)
Great work! Thanks |
patchback bot
pushed a commit
that referenced
this issue
Jul 14, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571 (cherry picked from commit ccf3f47)
quba42
pushed a commit
that referenced
this issue
Jul 14, 2022
This can maybe replaced if pulp/pulpcore#2950 is solved. closes #571 (cherry picked from commit ccf3f47)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Describe the bug
One can argue that this is not a bug, but the repository works correctly under
apt
thus I consider it a bug.Repo in question: https://packages.confluent.io/clients/deb
Error when attempting to sync:
The error is caused by
+
not being encoded as%2B
when making the request for the package. Tests with curl:To Reproduce
See above
Expected behavior
Be able to sync the repository
Additional context
Copied from https://projects.theforeman.org/issues/35148
The text was updated successfully, but these errors were encountered: