[mythtv] [mythtv-commits] Ticket #1614: MythWeb - Recording filenames not URL encoded

Michael T. Dean mtdean at thirdcontact.com
Sun Apr 9 00:38:42 UTC 2006


On 04/02/2006 04:29 PM, Michael T. Dean wrote:
> Links all look good, now (after [9611]), but I still get a 404 upon 
> clicking the links.  The result is identical to last time (as described 
> in my last post) because FireFox automatically encodes links as UTF-8 if 
> the HTML doesn't do it properly.  It seems like the filename is not 
> being decoded (utf8tolocal?) when the request for the file is sent to 
> the web server.
>
> Are you "catching" the request for the file or leaving it completely up 
> to Apache?  If it's up to Apache, should MythWeb be catching it instead 
> and decoding it?

For the archives...  The new download code in MythWeb ( 
http://www.gossamer-threads.com/lists/mythtv/commits/196031#196031 ) 
handles files with special characters (as well as large (>2GiB) files).  
(And, the special characters are no longer a part of the URI.)

Thanks, Chris!  :)

Mike


More information about the mythtv-dev mailing list