supernginx / flowplayer-core

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

Breaking Change 3.2.10 - Playlist title not allowing quotes #561

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In 3.2.9 you were ALLOWED to pass quotes in the playlist title:

playlist: [{
    autoBuffering: true,
    title: "This is a test of video title\u0027s"  //WORKED
} ]    

In 3.2.10, this behavior now breaks existing players where quotes exist in 
video titles:

playlist: [{
    autoBuffering: true,
    title: "This is a test of video title\u0027s"  //BREAKS
} ]    

The player fails to load the video when a quote is present in the title.

This obviously breaks existing setups.

Original issue reported on code.google.com by b...@nextdaypets.com on 18 May 2012 at 6:07

GoogleCodeExporter commented 8 years ago
CORRECTION.  In 3.2.8 you were ALLOWED

Original comment by b...@nextdaypets.com on 18 May 2012 at 6:09

GoogleCodeExporter commented 8 years ago
title: "This is a test of video title\\u0027s", double back slash works

Original comment by dani...@electroteque.org on 23 May 2012 at 5:15

GoogleCodeExporter commented 8 years ago
Hi im going to close this for now let me know if you have anymore issues, this 
works for me. 

Original comment by dani...@electroteque.org on 25 May 2012 at 8:52