Opened 20 years ago

Last modified 20 years ago

#571 closed Bug report

Default Remote Directory gets reset to

Reported by: anonymous Owned by:
Priority: normal Component: Other
Keywords: Cc: Tim Kosse
Component version: Operating system type:
Operating system version:

Description

Since upgrading from 2.2.3 to 2.2.4, I noticed that the
previous sites in the site manager didn't move me into
the "Default Remote Directory".

I'm referring to the option set in the Advanced button
on the Site Manager. After changing it back to the
directory I define, click "OK", click "Save and Exit", and
go right back in, I find that it has been reset to a "/".

As far as I can tell, this bug has been introduced in
2.2.4.

Thanks for a great product!
Dean
dean@…

Change History (1)

comment:1 by Tim Kosse, 20 years ago

Thanks for reporting, a fixed version will be uploaded ASAP.

The reason was that I did call CServerPath(path,
m_nServerType); inside a constructor of CServerPath. Imo
this only works in Java, working with Java has corrupted me.
The correct code is
*this = CServerPath(path, m_nServerType);

Note: See TracTickets for help on using tickets.