gpt4 book ai didi

grails - 在Jetty 7中将JSESSIONID cookie设置为httpOnly

转载 作者:行者123 更新时间:2023-12-02 13:52:36 25 4
gpt4 key购买 nike

我们正在运行grails 2.0 + jetty 7.6.6,需要将JSESSIONID cookie设置为httpOnly。
关于stackoverflow的所有答案似乎都指向Servlet 3.0(需要 jetty 8)或tomcat。
有人能为我提供一种设置JSESSIONID cookie的清晰方法吗,它仅适用于Jetty 7.x?

我尝试添加具有以下内容的jetty-web.xml文件,但仍然无法正常工作(即JSESSIONID未被标记为httpOnly):

<?xml version="1.0"  encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">

<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Get name="sessionHandler">
<Get name="sessionManager">
<Set name="httpOnly" type="boolean">true</Set>
</Get>
</Get>
</Configure>

最佳答案

我要做的就是将jetty-web.xml放在正确的文件夹中。最初,我将其放置在jetty/etc文件夹中,但是应该放在WEB-INF目录中。

关于grails - 在Jetty 7中将JSESSIONID cookie设置为httpOnly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12968217/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com