This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#4831 - Change web server mime type for .diff
Attached to Project:
Rockbox
Opened by Fredrik Öhrn (ohrn) - Tuesday, 14 March 2006, 12:45 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Tuesday, 15 December 2009, 12:53 GMT+2
Opened by Fredrik Öhrn (ohrn) - Tuesday, 14 March 2006, 12:45 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Tuesday, 15 December 2009, 12:53 GMT+2
|
DetailsFiles with a .diff extention are sent as octet stream, changing it to text/plain instead makes quick inspection of patches much easier.
|
This task depends upon
Closed by Maurus Cuelenaere (mcuelenaere)
Tuesday, 15 December 2009, 12:53 GMT+2
Reason for closing: Works For Me
Additional comments about closing: This seems to be resolved.
Tuesday, 15 December 2009, 12:53 GMT+2
Reason for closing: Works For Me
Additional comments about closing: This seems to be resolved.
I agree it's an annoying behaviour (excarbated strongly by Firefox' lack of "view in browser") but I currently don't know how to fix it. (Did a quick peek in the flyspray source but couldn't find where it's figuring out the type.)
Since most browsers know jack shit about the file they are uploading they play is safe and send application/octet-stream.
It'll require some major surgery ro fix this silly behaviour, I guess I'll just have to go to Flyspray's site and complain loudly...
I haven't seen any new diffs with the wrong mime type lately..