Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New profiles fail to populate the bookmark panel correctly #9024

Closed
cyberduck opened this issue Sep 22, 2015 · 3 comments
Closed

New profiles fail to populate the bookmark panel correctly #9024

cyberduck opened this issue Sep 22, 2015 · 3 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

1634b89 created the issue

I'm using CyberDuck with SoftLayer's Object Storage (and implementation of SWIFT). I had one CyberDuck profile created by SoftLayer for their dal05 SWIFT region, and that works fine (very simple XML doc anyways).

When I use that as a reference to create new profiles for other regions, some of the fields fail to populate correctly in the bookmarker/connection UI, and seem to hold on to some of the values.

I've tried rebooting my Windows machine between changes.

See attached screen grab of the dialog.

Dallas profile:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "_Apple_DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>Protocol</key>
        <string>swift</string>
        <key>Vendor</key>
        <string>softlayer-dal05-networklayer</string>
        <key>Description</key>
        <string>Softlayer Object Storage (Dallas)</string>
        <key>Default Hostname</key>
        <string>dal05.objectstorage.service.networklayer.com</string>
        <key>Default Port</key>
        <string>443</string>
        <key>Hostname Configurable</key>
        <false/>
        <key>Port Configurable</key>
        <false/>
        <key>Context</key>
        <string>/auth/v1.0</string>
        <key>Username Placeholder</key>
        <string>Username</string>
        <key>Password Placeholder</key>
        <string>API Key</string>
    </dict>
</plist>

Toronto Profile:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "_Apple_DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>Protocol</key>
        <string>swift</string>
        <key>Vendor</key>
        <string>softlayer-tor01-networklayer</string>
        <key>Description</key>
        <string>Softlayer Object Storage (Toronto)</string>
        <key>Default Hostname</key>
        <string>tor01.objectstorage.service.networklayer.com</string>
        <key>Default Port</key>
        <string>443</string>
        <key>Hostname Configurable</key>
        <false/>
        <key>Port Configurable</key>
        <false/>
        <key>Context</key>
        <string>/auth/v1.0</string>
        <key>Username Placeholder</key>
        <string>Username</string>
        <key>Password Placeholder</key>
        <string>API Key</string>
    </dict>
</plist>

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

~~ Cannot reproduce this on OS X. Will need to see if there is a specific bug in the Windows version handling profiles in the bookmark panel. ~~

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As a workaround repeat selecting the other profile from the dropdown menu.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 18364.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants