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

return a 400 in authorizationService if client does not supply valid XML #33

Open
alaniwi opened this issue May 17, 2019 · 0 comments
Open

Comments

@alaniwi
Copy link
Contributor

alaniwi commented May 17, 2019

If the client does not supply a valid XML document, currently the authorizationService returns a 500 with a stack trace.

The issue can be simply reproduced by doing a GET instead of a POST.

The org.opensaml.xml.parse.XMLParserException reported in the traceback should be caught, and a 400 returned.

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

No branches or pull requests

1 participant