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

NPE during client registration because of while list #347

Closed
yuriyz opened this issue Oct 10, 2016 · 0 comments
Closed

NPE during client registration because of while list #347

yuriyz opened this issue Oct 10, 2016 · 0 comments
Assignees
Labels
bug bug in code
Milestone

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Oct 10, 2016

java.lang.NullPointerException
at org.xdi.oxauth.model.util.URLPatternList.(URLPatternList.java:29)
at org.xdi.oxauth.model.registration.RegisterParamsValidator.checkWhiteListRedirectUris(RegisterParamsValidator.java:201)
at org.xdi.oxauth.model.registration.RegisterParamsValidator.validateRedirectUris(RegisterParamsValidator.java:189)
at org.xdi.oxauth.register.ws.rs.RegisterRestWebServiceImpl.registerClientImpl(RegisterRestWebServiceImpl.java:124)
at org.xdi.oxauth.register.ws.rs.RegisterRestWebServiceImpl.requestRegister(RegisterRestWebServiceImpl.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

@yuriyz yuriyz added the bug bug in code label Oct 10, 2016
@yuriyz yuriyz added this to the CE 2.4.5 milestone Oct 10, 2016
qbert2k added a commit that referenced this issue Oct 10, 2016
NPE during client registration because of while list
@qbert2k qbert2k closed this as completed Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug in code
Projects
None yet
Development

No branches or pull requests

2 participants