stetelepta / oohembed

Automatically exported from code.google.com/p/oohembed
Other
7 stars 0 forks source link

slideshare bug - crashes if url ends in "#" #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Grab any slideshare link, and add a hash character to the end. 
ex: http://www.slideshare.net/guimera/haiti-earthquake-rescue-efforts#
2. Make the oohembed request with the URL properly encoded.
ex:
http://oohembed.com/oohembed/?format=json&url=http%3A//www.slideshare.net/guimer
a/haiti-earthquake-rescue-efforts%23&autoplay=true&maxwidth=800&callback=jsonp12
69384412626

What is the expected output? What do you see instead?

I expect the JSON response, but instead I get a 500 error, with the
following message: "Unrecoverable error. Please try again. If the error
persists, please file a bug at http://oohembed.googlecode.com/"

Original issue reported on code.google.com by mpoi...@gmail.com on 23 Mar 2010 at 10:51

GoogleCodeExporter commented 9 years ago
Fixed. Thanks for the report!

Although if you ask me, slideshare should work with urls that happen to end 
with #

Original comment by deepak.s...@gmail.com on 17 Apr 2010 at 12:53