Skip to content

Commit

Permalink
Add request attribute for secure_protocol.
Browse files Browse the repository at this point in the history
This fixes #130
  • Loading branch information
ChristopherSchultz authored and markt-asf committed Nov 23, 2023
1 parent 574812e commit 75d467f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/src/main/asciidoc/servlet-spec-body.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,10 @@ must expose the following attributes to the servlet programmer:
|Attribute Name
|Java Type

|protocol e.g. TLSv1.3
|`jakarta.servlet.request.secure_protocol`
|`String`

|cipher suite
|`jakarta.servlet.request.cipher_suite`
|`String`
Expand Down

0 comments on commit 75d467f

Please sign in to comment.