Commit 394cfb6
Hans-Peter Klett
Updated the Java client to escape the url.
The apache http client does not encode its url when making a request.
This actually results in protocol violations when the path name
contains spaces.1 parent a81e1b9 commit 394cfb6
File tree
1 file changed
+1
-1
lines changed- sdk/src/main/java/com/spectralogic/ds3client
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments