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

Unpacking of invalid message throws uncaught exception #602

Closed
tpazderka opened this issue Feb 6, 2019 · 0 comments · Fixed by #680
Closed

Unpacking of invalid message throws uncaught exception #602

tpazderka opened this issue Feb 6, 2019 · 0 comments · Fixed by #680
Assignees
Labels
Milestone

Comments

@tpazderka
Copy link
Collaborator

When an invalid JSON is passed to message init, the resulting Exception is uncaught. It should be properly handled and raises as DecodeError.

@tpazderka tpazderka added the bug label Feb 6, 2019
@tpazderka tpazderka added this to the 1.0 milestone Feb 6, 2019
@tpazderka tpazderka self-assigned this Aug 9, 2019
tpazderka added a commit that referenced this issue Aug 9, 2019
Raise DecodeError on all failures.

Close #602
tpazderka added a commit that referenced this issue Aug 16, 2019
Raise DecodeError on all failures.

Close #602
rohe pushed a commit to rohe/pyoidc that referenced this issue Aug 19, 2019
Raise DecodeError on all failures.

Close CZ-NIC#602
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant