Project

General

Profile

Actions

Bug #3866

closed

[SDK] Python KeepClient needs to construct URLs smarter

Added by Brett Smith over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
SDKs
Target version:
Story points:
0.5

Description

When the Python KeepClient makes a request to a Keep service, it constructs the Keep service URL with simple string concatenation. This can lead to malformed URLs; e.g., if the service host is an IPv6 address, you'll get a URL like http://100:::8000/.... We should use a smarter method like urljoin.

Actions #1

Updated by Brett Smith over 9 years ago

  • Target version set to Bug Triage
Actions #2

Updated by Tom Clegg over 9 years ago

  • Target version changed from Bug Triage to 2014-10-08 sprint
Actions #3

Updated by Brett Smith over 9 years ago

  • Assigned To set to Brett Smith
Actions #4

Updated by Brett Smith over 9 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset arvados|commit:b3fd3679187be8e51d31cb6bf17613cc488cda4b.

Actions

Also available in: Atom PDF