-
Bug
-
Resolution: Unresolved
-
Major
-
None
ServletExcaption Java.Lang.IllegalArgumentException: Username may not be null.
However I have a username and password
- links to
ServletExcaption Java.Lang.IllegalArgumentException: Username may not be null.
However I have a username and password
The current implementation reuse a method that need a server configured if there is no server configured before, it fails, so, you only could add servers if you have one configured.
I have solved it instanciated a RestClient directly.