Jetty repository user problem
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.