Hi,
Is anyone else having issues around AutoVue being able to decrypt and preserve cookies?
Java console log:
AutoVue: Error: Failed to decrypt cookies: Unexpected String Format [JVueApp.decryptCookies] [qtp10359075-59]
Integration via applet launch:
DEBUG [http-nio-8080-exec-1] (?:?) - Auth = [Authorization : Cookie =LLCookie=Z9GkPwYRgs5YY3EfhVV4q%2FF367MzUWJ8zMJstfbjT%2B%2FIlFrS2%2Bjr4wnlS1tYxGzZ6NzqGEs9SEiV%2FQle2CcSy1UaJk9hxVCy; LLTZCookie=0; AdminPwd=P7Z4xX8H6qBnI%2BOpJtDH4oxVwFWy%2Fsm7uZ4yNP7KT6%2FLIKCctPyxa2D5WoZ2%2B7zH%2B%2BF%2F9AA%2FEZP%2Fys3dbyWiF6NutAhyKUCx5DBkN7Ht3av2ZZkB%2FBDgxP1DIGtHowTfNcpwjWPLina%2FB524OVj8fTrC3ZALL97Hb7b82HSvQZpiddeI57kLpW9HWb7JsX%2FZbwUSwAlwMafbfbVAJ6kcvcLsdZ2GXcR7S0JvvKNZmfAZF5W8Y83dQbCO4lajJwk0FxB1Ip8V2W6%2F0cvFI1o1ZcTIoQibJTSt; BrowseSettings=dRhEZlwmhAcGCtbNfIFGYVeb6uYkulGiQCrFJhdeIc4F9J8b0IN8U2ponZshHTsd%2FYUahc2VC7Y%3D; adminStyle=all]
Integration via JNLP:
DEBUG [http-nio-8080-exec-3] (?:?) - Auth = [Authorization : Cookie =]
I use the same client [Win10, JRE 1.8U152] ... i use IE11 to launch our applet and it views the document and gets the markups etc
I launch via JNLP and have the same parameters passed in to the applet but into the JNLP file and the document is viewed but 4 of the subsequent property actions fail due to the missing cookie.
My suspicion is the DMS_PRESERVE_COOKIES option and this not actually preserving the cookies.
This is added into the JNLP servlet in the web.xml:
<init-param>
<param-name>DMS_PRESERVE_COOKIES</param-name>
<param-value>TRUE</param-value>
</init-param>
To be clear this manifests itself in the JNLP file as:
<argument>-paramDMS_PRESERVE_COOKIES=TRUE</argument>
Any help or guidance would be appreciated. I am reluctant to change the back end as it was my understanding it should be a reasonable swap and client side only.
Nick