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

GH-3283: HTTP Inbound handle SpEL errors #3289

Merged
merged 2 commits into from May 28, 2020

Conversation

artembilan
Copy link
Member

Fixes #3283

  • Process all the request message preparation exceptions
    in the provided error channel to let target application
    to make a decision about an appropriate HTTP status instead of
    default 500 Server Error

Fixes spring-projects#3283

* Process all the request message preparation exceptions
in the provided error channel to let target application
to make a decision about an appropriate HTTP status instead of
default 500 Server Error
src/reference/asciidoc/http.adoc Outdated Show resolved Hide resolved
Co-authored-by: Gary Russell <grussell@vmware.com>
@garyrussell garyrussell merged commit ef939a0 into spring-projects:master May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Integration returns 500 error instead of 400 error
3 participants