frog0214 / google-gdata

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

tags probably aren't escaped properly #715

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upload a video using the C# API with a tag that contains a comma (,)
2. Optionally add more tags

What is the expected output? What do you see instead?
The video should have one tag as uploaded, instead, the tag with the comma is 
split an the remaining tags are concatenated

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

Please provide any additional information below.
Also, other constraints should be checked too (max individual tag length, total 
tag length)

Original issue reported on code.google.com by smremde on 12 May 2015 at 2:00