-
Notifications
You must be signed in to change notification settings - Fork 474
UriTemplate.expand encodes spaces as + instead of %20 #972
Copy link
Copy link
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.semver: patchA minor bug fix or small change.A minor bug fix or small change.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Activity
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.semver: patchA minor bug fix or small change.A minor bug fix or small change.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
google-http-java-client/google-http-client/src/main/java/com/google/api/client/http/UriTemplate.java encodes spaces as + instead of %20
I believe this is at the root of googleapis/java-storage#121 based on stepping through code in a debugger
Need to confirm more directly