You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The requirement was added in RFC 7231. It is not present in RFC 2616.
The text was updated successfully, but these errors were encountered:
markt-asf
changed the title
AS per RFC 9110 (and earlier) HTTp TRACE response MUST not include sensitive headers
As per RFC 9110 (and earlier) HTTP TRACE response MUST NOT include sensitive headers
Aug 1, 2022
This task is to ensure that sensitive headers as defined in RFC 9110 are not included in the legacy TRACE response implemented in HttpServlet#doTrace().
Yes this is a suitable first issue.
For bonus points, fix the separate problem that the current code doesn't handle headers that appear more than once.
dsandrade0
pushed a commit
to dsandrade0/servlet
that referenced
this issue
Feb 24, 2023
https://www.rfc-editor.org/rfc/rfc9110.html#name-trace
The requirement was added in RFC 7231. It is not present in RFC 2616.
The text was updated successfully, but these errors were encountered: