After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 306039 - GtkFileChooser shouldn't display passwords when selecting a ftp remote file
GtkFileChooser shouldn't display passwords when selecting a ftp remote file
Status: RESOLVED OBSOLETE
Product: libgnomeui
Classification: Deprecated
Component: file-chooser
unspecified
Other Linux
: Normal normal
: future
Assigned To: Alexander Larsson
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-05-31 13:17 UTC by Jean-François Rameau
Modified: 2009-05-03 19:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Jean-François Rameau 2005-05-31 13:17:30 UTC
Distribution/Version: FC3

I'm working on bug #143862 for Epiphany.

Selecting a ftp remote file, the chooser display an uri like:

ftp://<login>:<password>@<domain>

I think that the password field souldn't be displayed: think to somebody looking
over your shoulder !
Comment 1 Federico Mena Quintero 2005-06-15 01:42:09 UTC
Moving to libgnomeui since the VFS backend takes care of this.
Comment 2 Federico Mena Quintero 2005-06-17 22:51:11 UTC
See gtkfilesystemgnomevfs.c:info_from_vfs_info(), and in particular where it
fills in the DISPLAY_NAME.  I think that's the spot where we need to strip off
the password.
Comment 3 Kjartan Maraas 2009-05-03 09:22:04 UTC
How does this work with the new gio/gvfs based file chooser? There is no file chooser backend in libgnomeui any more.
Comment 4 Kjartan Maraas 2009-05-03 19:47:54 UTC
Closing it here since there's no code to fix wrt file chooser in libgnomeui any more. If you still have problems with the file chooser please file new bugs against the relevant products.