Skip to content
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

Servlet Spec 6.1 issue 159 #11812

Closed
janbartel opened this issue May 20, 2024 · 1 comment
Closed

Servlet Spec 6.1 issue 159 #11812

janbartel opened this issue May 20, 2024 · 1 comment
Labels
Specification For all industry Specifications (IETF / Servlet / etc)

Comments

@janbartel
Copy link
Contributor

Issue 159 [https://github.com/jakartaee/servlet/issues/159]
Clarify the behaviour of the various methods for adding headers when passed null or the empty
string.

Affects HttpServletResponse:

  • setDateHeader()
  • addDateHeader()
  • setHeader()
  • addHeader()
  • setIntHeader()
  • addIntHeader()

See servlet spec api commit: jakartaee/servlet@3767d7f

@janbartel janbartel added the Specification For all industry Specifications (IETF / Servlet / etc) label May 20, 2024
@janbartel
Copy link
Contributor Author

Verified as already implemented in 12.1.x branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Specification For all industry Specifications (IETF / Servlet / etc)
Projects
None yet
Development

No branches or pull requests

1 participant