Skip to content

Fix: q=source endpoint does not require authentication

Jamie Tanna requested to merge defect/anonymous-source into develop

In a case where authentication is not provided, there was a NullPointerException due to the authentication object being null.

Merge request reports