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

Fix ServletResponseHttpHeaders#get null handling #32362

Closed
sdeleuze opened this issue Mar 4, 2024 · 0 comments
Closed

Fix ServletResponseHttpHeaders#get null handling #32362

sdeleuze opened this issue Mar 4, 2024 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Milestone

Comments

@sdeleuze
Copy link
Contributor

sdeleuze commented Mar 4, 2024

ServletResponseHttpHeaders#get should be annotated with @Nullable and return null instead of a singleton list containing null when there is no content type header.

@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug labels Mar 4, 2024
@sdeleuze sdeleuze added this to the 6.1.5 milestone Mar 4, 2024
@sdeleuze sdeleuze self-assigned this Mar 4, 2024
sdeleuze added a commit to sdeleuze/spring-framework that referenced this issue Mar 4, 2024
ServletResponseHttpHeaders#get should be annotated with `@Nullable` and
return null instead of a singleton list containing null when there is no
content type header.

Closes spring-projectsgh-32362
sdeleuze added a commit to sdeleuze/spring-framework that referenced this issue Mar 4, 2024
ServletResponseHttpHeaders#get should be annotated with `@Nullable` and
return null instead of a singleton list containing null when there is no
content type header.

Closes spring-projectsgh-32362
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant