-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-19352 Port HADOOP-10379: Protect authentication cookies with the HttpOnly and Secure flags #2348
Conversation
…e HttpOnly and Secure flags
…e HttpOnly and Secure flags
Latest commit uses |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…e HttpOnly and Secure flags
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…e HttpOnly and Secure flags Fixed checkstyle warnings.
🎊 +1 overall
This message was automatically generated. |
…e HttpOnly and Secure flags Fixed checkstyle warnings. (amend)
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…e HttpOnly and Secure flags (apache#2348) HBASE-19352 Port HADOOP-10379: Protect authentication cookies with the HttpOnly and Secure flags Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit 19b8a2a) Change-Id: I717879b22c591ec1ac3f32614fe2b29e05c4a017
Patch adds setHttpOnly(true) and setSecure(true) when creating a new servlet via
HttpServer#addInternalServlet