Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Generation of CSRF token is too expensive
Fixed
Description fields
Description
When disabling the country filter, response time gets noticeably slower. This can be reproduced in our demo but not in a local installation with the bundle.
Steps to reproduce:
Execute the following command in order to measure the response time:
Add configuration property /server/filters/country@enabled with value false in order to disable the filter and execute same command than in step 1.
Expected result: response time is similar or even lower as filter execution is avoided. Actual result: response time is noticeably higher:
When disabling the country filter, response time gets noticeably slower. This can be reproduced in our demo but not in a local installation with the bundle.
Steps to reproduce:
Execute the following command in order to measure the response time:
Add configuration property
/server/filters/country@enabled
with value false in order to disable the filter and execute same command than in step 1.Expected result: response time is similar or even lower as filter execution is avoided.
Actual result: response time is noticeably higher:
Timebox for investigation: 3 SP
Verify findings, can they be used as a solution?
Consider potential implications (login page CSRF)