Closed
Bug 1215713
Opened 10 years ago
Closed 10 years ago
taskcluster-client.py encodeURIComponent URL arguments before substitution
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jonasfj, Unassigned)
References
Details
Attachments
(1 file)
Python client should
encodeURIComponent
url arguments before inserting them in the URL.
Similar to was done here:
https://github.com/taskcluster/taskcluster-client/pull/32/files
| Reporter | ||
Comment 1•10 years ago
|
||
If this is right, feel free to fix it and push to the same branch...
This was just a quick attempt..
Attachment #8675169 -
Flags: review?(jhford)
| Reporter | ||
Comment 2•10 years ago
|
||
@jhford, if works then please also release a new client with this...
(oh, and update manifest we recently added secrets)
Comment 3•10 years ago
|
||
Comment on attachment 8675169 [details] [review]
GIthub PR
this was merged a while ago but 2FA on bugzilla meant that I couldn't do this when it was merged.
Attachment #8675169 -
Flags: review?(jhford) → review+
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Component: Client Libraries → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•