The explanation given is not correct. This happens with all browsers. This is Jira version 8.2.3 and it happens when I try to force memory garbage collection.
"Your browser has not provided any parameters at all and your input has been lost. Press back now to try and resend the data. This is most likely caused by a bug in the browser. FireFox 3.6.0 have been known to exhibit this behavior.
For more information see this bug report Documentation
Jira could not complete this action due to a missing form token.
You may have cleared your browser cookies, which could have resulted in the expiry of your current form token. A new form token has been reissued.
Request URL: /secure/admin/ViewSystemInfo!garbageCollection.jspa"
<Jira-installation-directory>/conf
, and edit the server.xml
file.relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
to the connector properties in server.xml
. For example:<Connector port="8080" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false" maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443" acceptCount="100" disableUploadTimeout="true" bindOnInit="false"/>
This solved my problem.
The problem is in fact with tomcat wich is filtering out requests that contain special characters.
Any news on this issue? On top of the mentioned URL, I'm getting this same error when trying to upload custom banner or favicon from file, I.e. /secure/admin/LookAndFeel!uploadFavicon.jspa . Jira Software 8.6.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi There,
any resolution on this issue? my users are getting it from our service desk client portal.
thanks
L
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What explanation? Have you read the bug report (the link to it in your question is not the one given by the application, so we don't know what you are looking at if you have followed it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This one: "This is most likely caused by a bug in the browser. FireFox 3.6.0 have been known to exhibit this behavior." It is NOT a bug in the browser because I tried four different browsers (all updated to the latest version) and the same thing happens.
Also the link is bad. "For more information see this bug report Documentation" This "bug report" is not a bug report at all it's just a link to the generic documentation page for 8.2 core server.
Does anyone know how to fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.