javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

httpOnly methods not overridden in CookieWrapper #1828

Closed glassfishrobot closed 8 years ago

glassfishrobot commented 8 years ago

CookieWrapper wraps Cookie but does not implement the httpOnly methods.

Affected Versions

[2.3.24]

glassfishrobot commented 8 years ago

Reported by markwoon

glassfishrobot commented 8 years ago

markwoon said: Patch at https://gist.github.com/markwoon/736b8fcab6f33174c57d

glassfishrobot commented 8 years ago

oleksiys said: fixed. thank you!

[2.3.x] Revision: 6c2236b5fbd251f63ceff0045396c344462d59d5 Date: 2016-03-29 19:06:38 UTC

[master] Revision: ebc7c6303b9788f286e0bca3de2982cfd9d74370 Date: 2016-03-29 18:46:16 UTC

Log Message:

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA GRIZZLY-1828

glassfishrobot commented 8 years ago

Marked as fixed on Tuesday, March 29th 2016, 1:17:25 pm