Commit 0f6b952
authored
Google Storage Private Signer was encoding twice (#462)
* Fix Missing Escape '+' from Storage Urls
* Fix Missing Escape '+' from Storage Urls
* Rename Method
* Improve comment
* Missing Url Encode after Refactoring
* Var name improved for readability
* EncodeURL mark as obsolete
* Use EscapeDataString instead of UrlEncode for encoding "path" part of the URL.
* Do not Encode URLS when using Google Signer, as the Signer already Encodes the URL1 parent eb6ddea commit 0f6b952
File tree
1 file changed
+1
-1
lines changed- dotnet/src/dotnetframework/Providers/Storage/GXGoogleCloud
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments