Actions
Bug #3866
closed[SDK] Python KeepClient needs to construct URLs smarter
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
.
Updated by Tom Clegg over 10 years ago
- Target version changed from Bug Triage to 2014-10-08 sprint
Updated by Brett Smith over 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:b3fd3679187be8e51d31cb6bf17613cc488cda4b.
Actions