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

all my external web link are disabled if the page was sent through rest api in storage format

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      synopsis:
      all my external web link are disabled if the page was sent through rest api in storage format
      experienced same result with confluence cloud (Confluence 1000.107.0) and server (5.7)

      sent:

      <a class="xref mono href" href="http://www.regular-expressions.info/">http://www.regular-expressions.info/</a>
      

      generated:

      <a class="xref mono href">http://www.regular-expressions.info/</a>
      

      detail about rest api call (through python3 requests lib basic auth):
      url : "https://...../api/content/"
      header :

      {"content-type":"application/json"}

      payload :

      {
                  "type" : "page",
                  "title" : '...',
                  "space" : {
                      "key" : '...'
                  },
                  "body" : {
                      "storage" : {
                          "value" : '...file content...',
                          "representation" : "storage"
                      }
                  },
                  'version' : {
                      'number' : 1,
                      'message': '...'
                  },
                  'ancestors' : [
                      {
                          'id' : '...'
                      }
                  ]
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              4711a6856c70 Martin Robinson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: