Jetty repository user problem
Hi,
I am developing RTC plugins and testing in debug mode using jetty server. Each time I restart jetty server, I cannot log-in with existing users. When I create a new user, I can log-in with it. Users remain in user management tab. Thank you, |
2 answers
After you restart the server, try using "password" (no quotes) for the password rather than the user id. I believe this is a Jetty restriction. It does not persist the password and just uses "password" instead. The password the same as the user id works when you first create the id because the the password is still in memory before the server is restarted.
|
Thanks, that prevents me from re-creating the environment :)
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.