-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.9.0, 8.9.1, 8.9.5, 9.2.0, 9.2.1
-
9
-
Severity 3 - Minor
-
15
-
Issue Summary
This is reproducible on Data Center: yes
Steps to Reproduce
- Create a test page and insert "Blog Post" macro >> Publish
- Under the macro "Blog stream" click on "Create blog post" button
- An error is thrown "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."
Expected Results
A blog post should be created without any error when clicking "Create blog post" from Blog post macro
Actual Results
When clicking "Create blog post" from Blog post macro an 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
Use the "Create" button from the top navigation bar to create a blog post instead
Form Name |
---|
Confluence 9.x is also affected.
A workaround, if using HAProxy, would be a rule to add the missing "=":
acl is_createblogpost path_beg /pages/createblogpost.action
http-request set-query %[query,regsub(&atl_token=?,&atl_token=,g)] if is_createblogpost