简体   繁体   English

Firefox和Safari中的JSESSIONID路径不同

[英]JSESSIONID path in firefox and safari is different

I am facing a problem with setting the JSESSIONID path. 我在设置JSESSIONID路径时遇到问题。

In firefox it is set to / which is alright but in safari and IE it is somehow set to %22%22 so i am unable to login using safari and firefox. 在firefox中将其设置为/可以,但是在safari和IE中将其设置为%22%22,因此我无法使用safari和firefox登录。

I am using tomcat 7 and spring security in backend. 我在后端使用tomcat 7和spring security。

Any help in this regard will be highly appreciated. 在这方面的任何帮助将不胜感激。

这是由于tomcat 7.0.1中的bug ......使用tomcat 7.0.2 :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 饼干 <path> / </path> 和JSESSIONID - cookies with <path>/</path> and JSESSIONID 硒sendKeys()对于Chrome,Firefox和Safari的不同行为 - Selenium sendKeys() different behaviour for Chrome, Firefox and Safari jsessionid作为路径参数在Tomcat中不起作用 - jsessionid as path parameter not working in Tomcat 是否可以更改JSESSIONID cookie的路径? - Is it possible to change the path of the JSESSIONID cookie? 使用Java AudioSystem API,系统上安装的混音器在Safari和Firefox上有所不同 - Mixer installed on system are different on Safari and Firefox using java AudioSystem APIs 在其他应用程序服务器上时生成新的JSESSIONID - Generate new JSESSIONID when on different application server 设置使用HttpServletRequest.getSession(true)创建的JSESSIONID cookie的路径 - set path of JSESSIONID cookie created with HttpServletRequest.getSession(true) 如何在 Jetty 上的 Spring 应用程序中将 jsessionid cookie 路径更改为服务器根目录? - How to change jsessionid cookie path to server root in Spring app on Jetty? 为什么有人要不同的应用程序使用相同的JSESSIONID值 - why would anyone want different applications to use the same JSESSIONID value 同一个IP但不同端口上的两个服务器之间的JSESSIONID冲突 - JSESSIONID collision between two servers on same ip but different ports
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM