Project

Profile

Help

Issue #2213

closed

Proxy URL for remotes not properly constructed.

Added by jortel@redhat.com over 7 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
3. High
Version - OSTree:
Platform Release:
2.10.1
Target Release - OSTree:
1.1.4
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 7
Quarter:

Description

The proxy URL is not properly constructed when the proxy_host also contains the scheme and basic auth (proxy_username, proxy_password).

For example:

proxy_host = 'http://myproxy.com
proxy_port =
proxy_username = 'elmer'
proxy_password  = 'fudd'

Results in a URL of:

elmer:fudd@http://myproxy.com

Instead of:

http://elmer:fudd@myproxy.com

This is resolved in Pulp 3 by replacing all 4 proxy settings with proxy_url for standard importer options.

Actions #1

Updated by mhrivnak over 7 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to jortel@redhat.com
  • Sprint/Milestone set to 25
  • Severity changed from 2. Medium to 3. High
  • Triaged changed from No to Yes
Actions #2

Updated by jortel@redhat.com over 7 years ago

  • Status changed from ASSIGNED to POST

Added by jortel@redhat.com over 7 years ago

Revision f71a0b24 | View on GitHub

Fix proxy URL construction in remote configuration. closes #2213

Actions #3

Updated by jortel@redhat.com over 7 years ago

  • Status changed from POST to MODIFIED
Actions #4

Updated by jortel@redhat.com over 7 years ago

  • Target Release - OSTree set to 1.1.4
Actions #5

Updated by semyers over 7 years ago

  • Platform Release set to 2.10.1
Actions #6

Updated by semyers over 7 years ago

  • Status changed from MODIFIED to 5
Actions #7

Updated by semyers over 7 years ago

  • Status changed from 5 to CLOSED - CURRENTRELEASE
Actions #9

Updated by bmbouter about 6 years ago

  • Sprint set to Sprint 7
Actions #10

Updated by bmbouter about 6 years ago

  • Sprint/Milestone deleted (25)
Actions #11

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF