|
From: SourceForge.net <no...@so...> - 2007-10-29 11:48:44
|
Plugin Bugs item #1047972, was opened at 2004-10-15 19:51 Message generated for change (Comment added) made by tamlyn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=1047972&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Zachary Kuhn (zakuhn) Assigned to: Nobody/Anonymous (nobody) Summary: FTP plugin will freeze on bad password Initial Comment: The FTP Plugin freezes JEdit entirely for me when a bad password is entered connecting to an ftp site for files that I currently have open and am trying to load at jEdit startup. It seems like it might be a good idea to have the FTP plugin start up a separate thread to connect to the remote ftp server, and monitor that thread for inactivity, then kill it if it can't connect after a configurable timeout. Also, suppose I am using sftp and the ssh daemon is dead. This will cause the same IO bind as the bad ftp password. I never have an option to cancel the connection or retry it with a different configuration. It would be nice. ---------------------------------------------------------------------- Comment By: Tamlyn Rhodes (tamlyn) Date: 2007-10-29 11:48 Message: Logged In: YES user_id=403919 Originator: NO I find that jEdit freezes if the FTP plugin encounters any error such as 'incorrect password' but also 'incorrect host' or specifying the wrong port. Don't suppose there's much chance of anyone else fixing this as it's been open for so long. Unfortunately my Java's pretty rusty. ---------------------------------------------------------------------- Comment By: Mike Maxwell (mcswell) Date: 2007-03-13 12:48 Message: Logged In: YES user_id=989816 Originator: NO This still happens, two years later: if I misspell the password, I have to kill jEdit with Ctrl-Alt-Del. Details: jEdit running on MsWindows XP, sftp'ing files from a Linux machine, jEdit v4.2 final, ftp plugin v0.7.3. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=1047972&group_id=588 |