Disable Synchrony with System Property in Confluence Plugin SDK

Thank you for your answer!

Unfortunately this does not work for me (or I have an error in my configuration):

  1. I’d like to control this configuration from my POM file. If I try to set synchrony.btf.off, it has no effect on the Confluence configuration.
  2. If I start the server once, kill it, apply the change to the confluence.cfg.xml, then after the restart the server is still in a half-synchrony state. I still have problems editing pages and the configuration looks like this:

This is the content of the confluence.cfg.xml (the probably relevant part):

    <property name="synchrony.btf">false</property>
    <property name="synchrony.btf.off">true</property>
    <property name="synchrony.encryption.disabled">true</property>
    <property name="synchrony.proxy.enabled">true</property>

If I deactivate synchrony via the web UI, the form looks like this:

So I assume there is some configuration missing.

Only then I am able to create new pages. Otherwise I get this:

What am I missing?