GNOME Bugzilla – Bug 334805
AccountDialog URL validation
Last modified: 2006-03-16 20:29:04 UTC
Steps to reproduce: 1. Add new gallery with url ftp://gnome.org 2. Click on OK Stack trace: System.NotSupportedException: ftp://i-nz.net/gallery_remote2.php in <0x0017a> System.Net.WebRequest:GetCreator (System.String prefix) in <0x0001c> System.Net.WebRequest:Create (System.Uri requestUri) in <0x00077> FormClient:Submit (System.Uri uri, FSpot.ProgressItem progress_item) in <0x0000f> FormClient:Submit (System.Uri uri) in <0x000de> GalleryRemote.Gallery:DetectGalleryVersion (System.String url) in <0x0004b> FSpot.GalleryAccount:.ctor (System.String name, System.String url, System.String username, System.String password, GalleryVersion version) in <0x003a6> FSpot.GalleryAccountManager:ParseAccount (System.Xml.XmlNode node) in <0x000e3> FSpot.GalleryAccountManager:ReadAccounts () Other information: Patch included
Created attachment 61389 [details] [review] proposed patch My patch to fix this.
*** Bug 334804 has been marked as a duplicate of this bug. ***
ok I committed a slightly different version of this patch. Thanks for the patch and for catching this.