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

Respond to bad requests with a 400 status code (release 1.2) #2676

Merged
merged 2 commits into from
Nov 8, 2013

Conversation

halter73
Copy link
Member

@halter73 halter73 commented Nov 1, 2013

  • Previously bad requests caused PersistentConnection.ProcessRequest to throw resulting in a 500
  • Respond with a 403 status code when the client changes identity
  • No longer throwing on bad requests reduces extraneous error logging
  • Traces logged by TaskAsynceHelper.Catch are now warnings making it easier to filter out those traces
    Swallow some exceptions on the server so they don't get logged #2522

- Previously bad requests caused PersistentConnection.ProcessRequest to throw
  resulting in a 500
- Respond with a 403 status code when the client changes identity
- No longer throwing on bad requests reduces extraneous error logging

#2522
- This should make it easier to filter out those traces

#2522
@halter73 halter73 merged commit aca485d into release1.1.5 Nov 8, 2013
@halter73 halter73 deleted the bug-2522 branch December 13, 2013 20:41
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.

1 participant