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

BUG: NPE in JARM #728

Closed
yuriyz opened this issue Jan 28, 2022 · 1 comment
Closed

BUG: NPE in JARM #728

yuriyz opened this issue Jan 28, 2022 · 1 comment
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Jan 28, 2022

Describe the bug

java.lang.NullPointerException: null
	at io.jans.as.server.authorize.ws.rs.AuthorizeRestWebServiceImpl.fillRedirectUriResponseforJARM(AuthorizeRestWebServiceImpl.java:791) ~[classes/:?]
	at io.jans.as.server.authorize.ws.rs.AuthorizeRestWebServiceImpl.requestAuthorization(AuthorizeRestWebServiceImpl.java:423) ~[classes/:?]
	at io.jans.as.server.authorize.ws.rs.AuthorizeRestWebServiceImpl.requestAuthorizationGet(AuthorizeRestWebServiceImpl.java:192) ~[classes/:?]
	at io.jans.as.server.authorize.ws.rs.AuthorizeRestWebServiceImpl$Proxy$_$$_WeldClientProxy.requestAuthorizationGet(Unknown Source) ~[classes/:?]
@yuriyz yuriyz added the comp-jans-auth-server Component affected by issue or PR label Jan 28, 2022
@yuriyz yuriyz self-assigned this Jan 28, 2022
@yuriyz
Copy link
Contributor Author

yuriyz commented Jan 28, 2022

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR
Projects
None yet
Development

No branches or pull requests

1 participant