eydjey / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

System.Uri does not allow encoded slash and dot characters on Microsoft .NET #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We can use X-HTTP-Method-Override to fix this.

Original issue reported on code.google.com by asky...@google.com on 28 Sep 2011 at 6:39

GoogleCodeExporter commented 9 years ago
Currently we have a hack involving reflection and changing a private field 
property.

Original comment by asky...@google.com on 28 Sep 2011 at 6:39

GoogleCodeExporter commented 9 years ago
This is a bug/feature in the framework depending on perspective and is intended 
to close a security hole. This has been confirmed with Microsoft support. It 
should be able to be disabled in .NET 4.0. It has not caused any reports from 
users yet.

Original comment by asky...@google.com on 30 Sep 2011 at 5:45

GoogleCodeExporter commented 9 years ago
We still have no good answer for this.

Original comment by asky...@google.com on 27 Oct 2011 at 5:42

GoogleCodeExporter commented 9 years ago
Current plan is to go to the "batch of one" scenario, using batch request to 
bypass the Uri class and request only one component in the batch.

Original comment by asky...@google.com on 16 May 2012 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 16 May 2012 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 15 Jan 2013 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 9 Mar 2013 at 5:09

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 13 Apr 2013 at 4:39

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/8596049/ - Upgrading .NET 4.0

Original comment by pele...@google.com on 10 May 2013 at 7:48

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 22 May 2013 at 10:43