Re: Invalid JSESSIONID When Open new Form From Within a Form

Posted by bwallis42 on
URL: https://discuss.orbeon.com/Invalid-JSESSIONID-When-Open-new-Form-From-Within-a-Form-tp4665143p4665156.html

Hi Alex,
  We are running in Wildfly 11 which is undertow based, not tomcat. Not sure
what the standard says to do in this case but looks like a little bugglet in
either tomcat or wildfly/undertow.

Looks like support for compressing multiple slashes is a tomcat feature
(from https://tomcat.apache.org/tomcat-8.5-doc/config/context.html)

allowMultipleLeadingForwardSlashInPath:
       
Tomcat normalises sequences of multiple / characters in a URI to a single /.
This is for consistencuy with the behaviour of file systems as URIs are
often translated to file system paths. As a result, the return value of
HttpServletRequest#getContextPath() is expected to start with multiple /
characters for some URIs. This will cause problems if this value is used
directly with HttpServletResponse#sendRedirect() as redirect paths that
start with // are treated as protocol relative redirects. To avoid potential
issues, Tomcat will collapse multiple leading / characters at the start of
the return value for HttpServletRequest#getContextPath() to a single /. This
attribute has a default value of false which enables the collapsing of
multiple / characters. To disable this behaviour, set this attribute to
true.



--
Sent from: http://discuss.orbeon.com/

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1586904131302-0.post%40n4.nabble.com.