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

ResponseCookie does not declare nullability annotations consistently for domain and path #28780

Closed
wants to merge 1 commit into from

Conversation

vpavic
Copy link
Contributor

@vpavic vpavic commented Jul 8, 2022

Both domain and path are nullable but ResponseCookieBuilder#path and ResponseCookieBuilder#domain arguments do not express this which causes warnings if actual arguments are potentially nullable.

Both domain and path are nullable but ResponseCookieBuilder#path and ResponseCookieBuilder#domain arguments do not express this which causes warnings if actual arguments are potentially nullable.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jul 8, 2022
@snicoll snicoll changed the title Add missing nullability annotations to ResponseCookie ResponseCookie does not declare nullability annotations consistently for domain and path Jul 29, 2022
@snicoll snicoll added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jul 29, 2022
@snicoll snicoll self-assigned this Jul 29, 2022
@snicoll snicoll added this to the 5.3.23 milestone Jul 29, 2022
@snicoll snicoll closed this in a6596e2 Jul 29, 2022
@vpavic vpavic deleted the polish-response-cookie branch July 29, 2022 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants