Bug 180206

Summary: gnome-vfs2 should use the neon http backend
Product: [Fedora] Fedora Reporter: Bastien Nocera <bnocera>
Component: gnome-vfs2Assignee: Alexander Larsson <alexl>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-06 21:36:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bastien Nocera 2006-02-06 19:32:41 UTC
Description of problem:
The stand-alone http backend of gnome-vfs doesn't seem to be very reliable
anymore, compared to the neon one, causing problems for applications relying on it.

Version-Release number of selected component (if applicable):
gnome-vfs2-2.13.4-7

How reproducible:
Everytime

Steps to Reproduce:
1. launch:
gnomevfs-info http://nexus.immortalcontinuum.net:10000/listen.pls
  
Actual results:
Error: Generic error

Expected results:
The info for that particular file

Comment 1 Bastien Nocera 2006-02-06 21:36:52 UTC
It's already the case:
$ strings /usr/lib/gnome-vfs-2.0/modules/libhttp.so  | grep neon
http-neon-method.c
neon 0.25.4: Bundled build, libxml 2.6.23, OpenSSL 0.9.8a 11 Oct 2005.
http://webdav.org/neon/hooks/server-auth
http://webdav.org/neon/hooks/proxy-auth
http://www.webdav.org/neon/hooks/http-redirect
http://webdav.org/neon/hooks/webdav-locking

Will work upstream for the problem above.