Closed GoogleCodeExporter closed 9 years ago
Hi, does this problem persist in the new version (4.3.11498.3261)? From the bug
report date it looks like you may have still been using 4.3.9685.8774.
Original comment by api.roman.public@gmail.com
on 16 Dec 2008 at 1:14
Version: 4.3.11528.8566
Using the sample:
http://earth-api-samples.googlecode.com/svn/trunk/examples/kml-fetch-interactive
.html
fetch the kml:
http://earth-api-samples.googlecode.com/svn/trunk/examples/static/red.kml?foo=ba
r
OK
fetch the kml:
http://earth-api-samples.googlecode.com/svn/trunk/examples/static/red.kml;foo=ba
r
Not found
Look at HTTP headers in Proxy:
GET /svn/trunk/examples/static/red.kml?foo=bar HTTP/1.1
GET /svn/trunk/examples/static/red.kml%3Bfoo%3Dbar HTTP/1.1
GE should not be encoding ';' and '=' in second URL.
Original comment by chris.p....@gmail.com
on 16 Jan 2009 at 6:56
Original comment by api.roman.public@gmail.com
on 22 May 2009 at 1:52
Original comment by jli...@google.com
on 17 Mar 2010 at 6:16
fixed in 5.2.0.5932
Original comment by bcke...@google.com
on 11 Mar 2011 at 11:25
Original issue reported on code.google.com by
stephane...@gmail.com
on 3 Dec 2008 at 10:45