[
https://issues.jboss.org/browse/WFLY-4782?page=com.atlassian.jira.plugin....
]
Francesco Pagetti edited comment on WFLY-4782 at 1/25/16 12:20 AM:
-------------------------------------------------------------------
I used incognito navigation, so no existing cookies/sessions and I'm using the
default config of Tomcat so I think http sessions are cookie based by default.
http://tomcat.apache.org/tomcat-8.0-doc/config/context.html
attribute "cookies": Set to true if you want cookies to be used for session
identifier communication if supported by the client (this is the default). Set to false if
you want to disable the use of cookies for session identifier communication, and rely only
on URL rewriting by the application..
FYI EAP 6 behaves exactly like Tomcat 8 by default.
was (Author: pagio):
Yep I'm using the default config of Tomcat and ,I think http sessions are cookie based
by default.
http://tomcat.apache.org/tomcat-8.0-doc/config/context.html
attribute "cookies": Set to true if you want cookies to be used for session
identifier communication if supported by the client (this is the default). Set to false if
you want to disable the use of cookies for session identifier communication, and rely only
on URL rewriting by the application..
FYI EAP 6 behaves exactly like Tomcat 8 by default.
;jsessionid= in URL not supported
---------------------------------
Key: WFLY-4782
URL:
https://issues.jboss.org/browse/WFLY-4782
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 9.0.0.CR2
Environment: Linux/jdk1.7/mysql
Reporter: Micheal Delson Nadar
Assignee: Stuart Douglas
Priority: Blocker
I get the below url with jsessionid after logging in my application and get "Not
Found"
http://xxx.yy.xxx.x:pppp/portal/;jsessionid=dDIsgr_KfIXFBmxvClAWbY2Z.wfst...
if i remove the ;jsessionid=dDIsgr_KfIXFBmxvClAWbY2Z.wfstandalone from url then it works
fine...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)