-
Bug
-
Resolution: Won't Fix
-
Low
-
3
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Summary
When creating a new Project in JIRA, warnings about the use of a deprecated token are logged.
Steps to Reproduce
- Install and setup JIRA
- Create a Project
Expected Results
Project is created with no Warnings captured in atlassian-jira.log
Actual Results
The below exception is thrown in the atlassian-jira.log file:
2016-11-03 15:24:04,438 http-nio-8080-exec-13 WARN rstadler 924x103x1 1r7q1fr 192.168.19.1 /rest/project-templates/1.0/templates [c.a.p.r.c.security.jersey.XsrfResourceFilter] Use of the 'nocheck' value for X-Atlassian-Token has been deprecated since rest 3.0.0. Please use a value of 'no-check' instead. 2016-11-03 15:24:04,446 http-nio-8080-exec-13 WARN rstadler 924x103x1 1r7q1fr 192.168.19.1 /rest/project-templates/1.0/templates [c.a.p.r.c.security.jersey.XsrfResourceFilter] Use of the 'nocheck' value for X-Atlassian-Token has been deprecated since rest 3.0.0. Please use a value of 'no-check' instead.
Workaround
You can suppress the output for com.atlassian.plugins.rest.common.security.jersey.XsrfResourceFilter to keep the messages from being logged if you don't want to see these in logs, but this risks suppressing something you would want to capture normally.
- is related to
-
JRASERVER-63057 Warnings in log about deprecated XSRF token when creating new project
-
- Gathering Impact
-