Commit 9b400b16 authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

OF-669 disable jessionid in URI usage in the hopes of fixing logic bug with

URL forwarding when a non-authenticated user first contacts the admin console
and does not have a cookie established.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13971 b35dd754-fafc-0310-a699-88a17e54d16e
parent 465a0df3
......@@ -8,6 +8,12 @@
<display-name>Openfire</display-name>
<!-- prevent URL rewritting with jsessionid included, OF-669 -->
<context-param>
<param-name>org.eclipse.jetty.servlet.SessionIdPathParameterName</param-name>
<param-value>none</param-value>
</context-param>
<context-param>
<param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
<param-value>openfire_i18n</param-value>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment