Not able to update or Modify defects due to XSRF Security Token Missing

Vara Prasad April 16, 2024

Not able to update or Modify defects due to XSRF Security Token Missing

1 answer

0 votes
Valeriia_Havrylenko_SaaSJet
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 16, 2024

Hi @Vara Prasad 

Probably the problem is in fact with tomcat wich is filtering out requests that contain special characters.

  • Go to <Jira-installation-directory>/conf, and edit the server.xml file.
  • Add this line into the connector:
    <Connector port="8080" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false" maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443" acceptCount="100" disableUploadTimeout="true" bindOnInit="false"/>
  • Restart Jira.

This solved my problem.

 

 

Valeriia_Havrylenko_SaaSJet
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 16, 2024

@Vara Prasad Please accept my answer if you find it useful 
Thanks!

Suggest an answer

Log in or Sign up to answer