zilzar / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Titles un-escaped #568

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upload a file using the Gdata .NET API. File has a odd name of 
"file&name". Saved web pages often have this sort of name.

What is the expected output? What do you see instead?
2. File is uploaded OK, and shows in a web browser as correctly as 
"file&name"
3. View the document properties using the .NET API. The .NET API Un-escapes the 
name, so the Title of the document is "file&name". 

The File Titles should not be un-escaped. The string should be as set and shown 
in the browser.

What version of the product are you using? On what operating system?

.NET API release 1.9 and 1.8

Please provide any additional information below.
Not a major issue, but an annoyance and inconsistency.

Original issue reported on code.google.com by andrew.f...@gmail.com on 19 Jan 2012 at 8:56

GoogleCodeExporter commented 9 years ago
In case its not clear I'm viewing the file in a browser in Google Docs.

Original comment by andrew.f...@gmail.com on 19 Jan 2012 at 8:57