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.