-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add custom ServerHttpHeadersWriter to HeadersSpec #7636
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
Labels
Milestone
Comments
@rwinch I would like to take this one. |
It's yours, @ankurpathak! |
Hi, @ankurpathak, will you still be able to take a look at this? |
@jzheaux I will submit pr in this week |
ankurpathak
pushed a commit
to ankurpathak/spring-security
that referenced
this issue
Feb 27, 2020
Add the ability to have a custom ServerHttpHeadersWriter to HeaderSpec Fixes spring-projectsgh-7636
rwinch
added a commit
that referenced
this issue
Feb 27, 2020
Assert.notNull(Object,Supplier) is for when then message passed in requires concatenation and avoids doing extra work. Since this does not require concatenation, we can use Assert.notNull(Object,String) Issue gh-7636
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
We should add the ability to have a custom
ServerHttpHeadersWriter
toHeaderSpec
.The text was updated successfully, but these errors were encountered: