roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Coordinate API. An "=" in customField #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?

1. Insert a new job and try to populate a custom field with an "=" symbol.
e.g.  
 45643=Some data with an = in it
( encoded: &customField=45643%3DSome+data+with+an+%3D+in+it )

>What is the expected output? What do you see instead?
Expected: "Some data with an = in it"
but the custom field is truncated before the equals symbol so...
Actual:   "Some data with an "

>What version of the product are you using? On what operating system?
Coordinate API. Win XP/7

Original issue reported on code.google.com by rob.neth...@gmail.com on 4 Jul 2013 at 9:55