URLs created by Twonky contain whitespaces

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
Antoni
Posts:1
Joined:Tue Mar 03, 2009 5:01 pm
AV Hardware:PS3, Osmosys uPnP stack
URLs created by Twonky contain whitespaces

Post by Antoni » Tue Mar 03, 2009 5:11 pm

I could not play video assets when their names contained a whitespace. I then checked my server with web browser, and in the HTML source view, links contained whitespaces as well.
According to RFC 1738, URL cannot contain a whitespace. See: http://tools.ietf.org/html/rfc1738
PS3 and web browsers process the URLs and change spaces to %20, but the server should not provide such an URL. This requires client software developers to implement workarounds.

Locked