...
This issue is already fixed for ticket(#12910). It is available in next version of the plugin.
Browser is redirected to login page when form is added and saved
If you are directed to the Confluence login page after adding a frevvo form to a Confluence page, may not be honoring the the session id in the request. This may be because the default setting for the validateClientProvidedNewSessionId changed with the upgrade to tomcat 8.5.16 in version 7.3+. Verify that the validateClientProvidedNewSessionId parameter is included in the <frevvo-home>\tomcat\conf\catalina\localhost\frevvo.xml file and that it is set to "false" to resolve the issue.
Code Block |
---|
<Context unpackWAR="true" path="/frevvo" swallowOutput="true" unloadDelay="40000" useHttpOnly="true" validateClientProvidedNewSessionId="false"> |