-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When sending correct user credentials and invalid Hawkular-Persona (ie: non existing organization), there's a NPE in the following path:
at org.hawkular.accounts.api.internal.impl.PersonaServiceImpl.isAllowedToImpersonate(PersonaServiceImpl.java:194) at org.hawkular.accounts.api.internal.impl.PersonaServiceImpl.getCurrent(PersonaServiceImpl.java:172)
The code should throw an exception here.