Hello,
we recently updated our Confluence Instance and noticed that it isn't possible to login using URL Parameter anymore.
Read a couple other questions asking for the same to which setting atlassian.allow.insecure.url.parameter.login was recommended as a workaround.
I added to setenv.bat the following before the START_CONFLUENCE_JAVA_OPTS call:
set CATALINA_OPTS=-Datlassian.allow.insecure.url.parameter.login=true %CATALINA_OPTS%
This doesn't seem to work though, utilizing URLs prior to the update (which worked) still send any request to the Login Form.
Checking systeminfo.action strangely Java Runtime Arguments isn't listing atlassian.allow.insecure.url.parameter.login despite above line being included in the bat file.
What am I doing wrong?
Thanks and regards, Steven
Ah damn it...just realized I posted this in the wrong section...