Commit dd8d70c
committed
fix(core): URL encode presigned URL query parameter values
Presigned URL output was missing percent encoding on values, causing
inconsistency with Python/Go SDKs (e.g. X-Host=https://... instead of
X-Host=https%3A%2F%2F...).1 parent 44d8915 commit dd8d70c
File tree
1 file changed
+9
-1
lines changed- volcengine-java-sdk-core/src/main/java/com/volcengine/interceptor
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
137 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
| |||
0 commit comments