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

user.config flushes settings #9903

Closed
cyberduck opened this issue Mar 31, 2017 · 2 comments
Closed

user.config flushes settings #9903

cyberduck opened this issue Mar 31, 2017 · 2 comments

Comments

@cyberduck
Copy link
Collaborator

480be48 created the issue

cyberduck was closed
I modified
\AppData\Roaming\iterate_GmbH\Cyberduck.exe_Url_y3p2ebapuyakx1wepw5uc1dcj54dho4b\5.4.0.23761\user.config as follows:
to disable Expect: 100-continue

...
<setting name="CdSettings" serializeAs="Xml">
  <value>
    <settings>
      <setting name="webdav.expect-continue" value="false" />
      ...
    </settings>
  </value>
</setting>

Started cyberduck, no result of uploading to ceph cluster through nginx balancer
then I rechecked
\AppData\Roaming\iterate_GmbH\Cyberduck.exe_Url_y3p2ebapuyakx1wepw5uc1dcj54dho4b\5.4.0.23761\user.config
all modified data was erased. it was regenereated.
I tried tp paste in the beginning and at the end - all the same, flushing

how to keep changes untouched?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Your changes should be preserved although the file is rewritten and the ordering of the properties set may be different as a result.

@cyberduck
Copy link
Collaborator Author

480be48 commented

Yes, now line is on its place

But I still get
Expect: 100-continue

I use custom profile S3(HTTPS) from site

should it be written like

or any other idea what can help ?

@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