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 pulsar broker handling WebApplicationException #1612

Merged
merged 1 commit into from
Apr 18, 2018

Conversation

sijie
Copy link
Member

@sijie sijie commented Apr 18, 2018

Problem

Currently all WebApplicationExeptions are converted to 500 / InternalServerError by broker before responding to rest requests.

Solution

Make sure RestException handles WebApplicationExeption

*Problem*

Currently all WebApplicationExeptions are converted to 500 / InternalServerError by broker before responding to rest requests.

*Solution*

Make sure RestException handles WebApplicationExeption
@sijie sijie added the type/bug The PR fixed a bug or issue reported a bug label Apr 18, 2018
@sijie sijie added this to the 2.0.0-incubating milestone Apr 18, 2018
Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants