cygnusxi / hfm-net

Automatically exported from code.google.com/p/hfm-net
2 stars 0 forks source link

Issue entering FTP Style URL in Web Generation Target when the username has an @ character in it. #200

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

- Issue entering FTP Style URL in Web Generation Target when the username
has an @ character in it.

What is the expected output? What do you see instead?

- From SazBard on hfm-net Google Group: "HFM just responds with a "does not
exist" message without even checking the validity of what I have typed
(well I'm thinking it doesn't check it because it responds straight away
with the "does not exist" message)"

Last Version Tested:

- v0.4.10.156

Original issue reported on code.google.com by harlam357 on 23 Apr 2010 at 1:50

GoogleCodeExporter commented 8 years ago
Have not yet determined if this is truly doable yet - so it remains in New 
status.

Original comment by harlam357 on 13 May 2010 at 11:46

GoogleCodeExporter commented 8 years ago
Also, note the extra "/" character added to the end of an FTP style URL when no
folder after the server name is specified.

ex. ftp://user:pass@domain.com//

Original comment by harlam357 on 14 May 2010 at 1:43

GoogleCodeExporter commented 8 years ago
There is no problem with entering a username in the URL with an @ character in 
it - I cannot reproduce this issue in Revision 191.  Note, that the extra "/" 
inserted at the end of the URL is now fixed.  Actually Urls that do not specify 
a sub-folder path are not valid.

ex. ftp://user:pass@domain.com/ == NOT VALID
    ftp://user:pass@domain.com/folder/ == VALID

Marking Fixed for Revision 191.

Original comment by harlam357 on 20 Jun 2010 at 5:13