Editing Large Page Results in "Your request could not be processed because a required security token was not present in the request" error

XMLWordPrintable

    • 62
    • Severity 3 - Minor
    • 74

      The fix for this bug has been released to our Long Term Support release.

      The fix for this bug is now available in the latest release of Confluence 7.13 and 7.19

      When editing an already verbose (large) page in Confluence, attempting to save results in the following error message:

      Your request could not be processed because a required security token was not present in the request. You may need to re-submit the form or reload the page

      Reproduction steps:

      1. Install Confluence
      2. Install Source Editor plugin (to import the attached storage format export)
      3. Create Blank Page
      4. Save Blank Page
      5. Edit Blank Page
      6. Open Source Editor
      7. Paste the contents of the attached Storage Format
      8. Attempt to save

      Expected behavior

      The page saves

      Actual behavior

      Confluence does not save the page, the title of the page goes blank, and the following error appears:

      Your request could not be processed because a required security token was not present in the request. You may need to re-submit the form or reload the page.

      Workaround

      Open confluence-install/conf/server.xml and add the following to your HTTP connector:

      maxPostSize="10485760"
      

      This increases the maximum POST size that Tomcat will accept - the default is 2 Megabytes. The above setting increases that to 10 Megabytes.

        1. large_page.png
          large_page.png
          761 kB
        2. storageformat.txt
          2.09 MB

            Assignee:
            Saquia Naz
            Reporter:
            Branno (Inactive)
            Votes:
            32 Vote for this issue
            Watchers:
            52 Start watching this issue

              Created:
              Updated:
              Resolved: