-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Improve error reporting in cherrypy #63836
Conversation
@whytewolf Mind adding a test case verifying that we now see the message that we previously didn't? |
no problem. test added. took a little longer than i wanted to do though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank You.
…ing not setting netapi_clients setting
…when netwpi_client setting is not set
91a69d3
4ad3181
to
91a69d3
Compare
Approved and tests are passing. Merging. |
porting #63836 to master
What does this PR do?
fixes 400 error reporting in cherrypy to give users more context about issue.
What issues does this PR fix or reference?
Fixes: #63835
Previous Behavior
400 error was generic
New Behavior
adds exception message from exception that caused 400 to 400 error and log error.
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
No