Skip to content
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

Teach pulp_rpm to only use urljoin() where it really needs urljoin(). #1957

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

ggainey
Copy link
Contributor

@ggainey ggainey commented Mar 16, 2021

  • Added shared_utils.urlpath_sanitize() to fill the niche that urljoin()
    was being (incorrectly) used for.
  • Added unit-tests for shared_util.
  • Fixed a problem with shared_utils.is_previous_version() that unit-tests exposed.

@pulpbot
Copy link
Member

pulpbot commented Mar 16, 2021

Attached issue: https://pulp.plan.io/issues/7995

* Added shared_utils.urlpath_sanitize() to fill the niche that urljoin()
was being (incorrectly) used for.
* Added unit-tests for shared_util.
* Fixed a problem with shared_utils.is_previous_version() that unit-tests exposed.

fixes #7995
@ggainey ggainey merged commit fd130be into pulp:master Mar 16, 2021
@ggainey ggainey deleted the urljoin_replace branch March 31, 2023 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants