-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 10.0.0
-
Component/s: Issue - Create Issue, Issue - Others
-
10
-
2
-
Severity 2 - Major
Issue Summary
User is unable to submit an issue collector form, as the request errors out with 403, XSRF check failed.
This is reproducible on Data Center: (yes) / (no)
Steps to Reproduce
- Create an issue collector.
- Try to file an issue with it.
Expected Results
The issue is filed successfully.
Actual Results
The form doesn't close and there is an 403 error in the network.
The below exception is thrown in the xxxxxxx.log file (if debug is enabled):
http-nio-2990-exec-24 url: /jira/rest/collectors/1.0/template/form/<collector-id> DEBUG /rest/collectors/1.0/template/form/0cd0c598 [c.a.j.security.xsrf.XsrfTokenStrategy] (3-way token - session: <session-id>) Token mismatch! Server session '<server-token>' vs Client '<client-token>'
Workaround
Use chrome browser for issue collector (v 131 works).