Table of Contents |
---|
...
Try by configuring the order to negotiate authentication by adding the following property to the JVM configuration and re-starting Jira:
-Dsvnkit.http.methods=Basic,Digest,Negotiate,NTLM
Please, read this Atlassian's documentation for how to add the property above to your Jira instance configuration startup:
In older versions, Subversion ALM changed the Oracle's JVM configuration in real time to avoid organizations from re-statrting Jira.
However, this is not and standard Java feature and with the rasing of OpenJDK, it stopped to work and some customers had collateral impacts.
So, now it is required to set the configuration manually... and re-starting Jira.
...