Safari的请求标头中无法发送带有HTTPOnly标志的cookie

Ani*_*ana 5 java browser security cookies safari

我使用Java 在Safari浏览器中使用HTTPOnly标志创建了cookie,请参见下面的Response标头。

Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer:http://anil.mlbextrabases.com/SafariIssue/
User-Agent:Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2
Query String Parametersview URL encoded
userName:servlet
userPass:servlet
flagRequired:true
Response Headersview source
Content-Length:331
Content-Type:text/html;charset=ISO-8859-1
Date:Wed, 08 Aug 2018 09:23:45 GMT
Server:Apache-Coyote/1.1
Set-Cookie:userInfo="username: servletpassword: servlet"; Version=1; Comment="creating cookie"; Domain=anil.mlbextrabases.com; Max-Age=31536000; Expires=Thu, 08-Aug-2019 09:23:45 GMT; Path=";Path=/;HttpOnly;", JSESSIONID=076942707A8D62AD1296102A1593F664; Path=/SafariIssue; HttpOnly
Strict-Transport-Security:max-age=7776000; includeSubdomains
Run Code Online (Sandbox Code Playgroud)

但是Cookie不会在野生动物园浏览器的后续请求中传递。在传递其他浏览器(如Chrome,Firefox,IE,Edge)当我删除HTTPOnly时,标志cookie在Safari浏览器中也传递良好。

我在开发人员社区中进行了很多研发。但这没有帮助。