Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-54258

Update IIS documentation regarding synchrony unpublished request.

      Looking at the IIS documentation we can see 3 rewrite requests. For Synchrony (synchrony/(.*)) for Confluence requests ((.*)) and Synchrony Websocket requests (ws://(.*)).

      In the case when we create a new page, save it, then again edit it and discard the draft, Confluence will make a bottom request which will not be handled by 3 rules from above:

      http://confluence:8090/rest/synchrony/1.0/content/115900417/changes/unpublished
      

      Having said that, if we add bottom rule to the web.config, the issue will be resolved:

      <rule name="Synchrony Rest HTTP" stopProcessing="true">
      <match url="rest/synchrony/(.*)" />
      <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
      <action type="Rewrite" url="http://localhost:8091/rest/synchrony/{R:1}" />
      </rule>
      

            [CONFSERVER-54258] Update IIS documentation regarding synchrony unpublished request.

            George Varghese made changes -
            QA Demo Status Original: Not Done [ 14330 ] New: Not Needed [ 14332 ]
            QA Kickoff Status Original: Not Done [ 14234 ] New: Not Needed [ 14236 ]
            Resolution New: Low Engagement [ 10300 ]
            Status Original: Gathering Impact [ 12072 ] New: Closed [ 6 ]
            George Varghese made changes -
            Labels New: cleanup-seos-fy25
            SET Analytics Bot made changes -
            UIS Original: 1 New: 0
            Bugfix Automation Bot made changes -
            Support reference count Original: 9 New: 10
            Bugfix Automation Bot made changes -
            Support reference count Original: 10 New: 9
            Usman Khalid (Inactive) made changes -
            Epic Link New: CONFSRVDEV-5560 [ 933774 ]
            SET Analytics Bot made changes -
            UIS Original: 2 New: 1
            SET Analytics Bot made changes -
            UIS Original: 1 New: 2
            Bugfix Automation Bot made changes -
            Support reference count Original: 9 New: 10
            Bugfix Automation Bot made changes -
            Support reference count Original: 8 New: 9

              Unassigned Unassigned
              gpaunovic g
              Affected customers:
              2 This affects my team
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: