SilverHoodCorp / gdata-java-client

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

getHtmlLink has wrong href #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Retrieve a document entry or a spreadsheet entry from DocumentListFeed
2. Call entry.getHtmlLink().getHref()
3. appPath has been repeated

Expected links:
http://docs.google.com/a/domain/Doc?docid=key&hl=en
http://docs.google.com/a/domain/fileview?id=key&hl=en
http://spreadsheets.google.com/a/domain/ccc?key=key&hl=en

Returned links:
http://docs.google.com/a/domain/a/domain/Doc?docid=key&hl=en
http://docs.google.com/a/domain/a/domain/fileview?id=key&hl=en
http://spreadsheets.google.com/a/domain/a/domain/ccc?key=key&hl=en 

Version: java 1.34.0

Original issue reported on code.google.com by Lt.Chang on 15 Jul 2009 at 10:50

GoogleCodeExporter commented 9 years ago
Forgot to mention presentations, but it was implied. 
http://docs.google.com/a/domain/Presentation?docid=key&hl=en

Original comment by Lt.Chang on 15 Jul 2009 at 10:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Found this: http://code.google.com/p/gdata-issues/issues/detail?id=1324

So this is a replication.

Original comment by Lt.Chang on 16 Jul 2009 at 1:31

GoogleCodeExporter commented 9 years ago
This will be fixed in the next doclist server-side push.  Closing this entry in 
favor
of http://code.google.com/p/gdata-issues/issues/detail?id=1324,

Original comment by vbarat...@gmail.com on 23 Jul 2009 at 1:45