soup-request-file: Update the file-URI-parsing code
authorDan Winship <danw@gnome.org>
Tue, 10 Apr 2012 21:16:51 +0000 (17:16 -0400)
committerDan Winship <danw@gnome.org>
Wed, 11 Apr 2012 14:49:40 +0000 (10:49 -0400)
commit195663f2cb6a2408c7c6a6ba948c086fac9f93ee
treee27bd27533b136113892874beee145f7f90bbd9f
parent822048b8d78fb6fb3939051945ec979343438f5a
soup-request-file: Update the file-URI-parsing code

using g_file_new_from_uri() breaks a few edge cases. Go back to using
g_file_new_from_path(), and do the special win32 logic by hand.

https://bugs.webkit.org/show_bug.cgi?id=82484
libsoup/soup-request-file.c