Details
-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
3.3-milestone-2
-
None
-
edit save and continue notification csrf token
-
Unknown
-
Description
Steps to reproduce:
1. log in with a user that has edit rights
2. open a document in edit mode (don`t think it matters which edit mode)
3. wait for the session to expire (or whatever is required to make the CSRF token invalid)
4. come back to the document opened in edit mode, make a change and press Save&Continue
5. the save is reported as successful by the JS notification
6. check the document and see that the save was not registered.
7. check the console and see that the CSRF token validation failed.
This is quite a big deal since the user's modifications can easily be lost. Happened to me a couple of times.
Attachments
Issue Links
- duplicates
-
XWIKI-6784 No error shown when having wrong CSRF token and saving with AJAX save and continue
- Closed