Opened 12 years ago
Closed 12 years ago
#202 closed defect (fixed)
loading a profile dataset fails due to blanks
Reported by: | LotharS | Owned by: | Herwig Bauernfeind |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Samba Client GUI | Version: | Samba Client GUI 2.x |
Keywords: | Cc: |
Description
I manage to successfully connect from eCS client to Win7 host using EVFSGUI. However, loading a thus saved profile dataset will fail, if the 'user name' contains blank character(s). Reproducible.
Workaround: Use a different user name without blanks in it. Or change it on the Win host (which is not a trivial procedure, but might be preferable anyway), works for me. At least worth a hint in the FAQs?
Attachments (2)
Change History (8)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → feedback pending |
---|---|
Status: | new → closed |
Please enable the debugging console of EVFSGUI and provide the output of the failing situation.
comment:3 by , 12 years ago
Priority: | minor → Feedback Pending |
---|---|
Resolution: | feedback pending |
Status: | closed → reopened |
comment:4 by , 12 years ago
The above workaround may be preferable or not, but might sometimes not be easy for the user.
Since /entering/ connection data with inner blanks in the /GUI/ and then connect does work, a possible solution for this issue could be the use of QUOTES (" ") as delimiters in the profile dataset (and backwards compatibility for existing files...). Like I would do on the command line or own Rexx scripts. No workaround nor warnings really needed...
by , 12 years ago
Attachment: | t202_correct.zip added |
---|
Correct situation. Share name = "VMShare" (no blanks)
by , 12 years ago
Attachment: | t202_wrong.zip added |
---|
Wrong situation. Share name = "My Share" (with blank inside)
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Same phenomenon happens with untraditional naming of shares directories, e.g "My Share" instead of "My_Share" (without the quotes). EVFSGUI should formally check the entered key values during the dialog and eventually throw a warning message.