Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] It is me or is it the code?

HashLoginService loginService = new HashLoginService("MyRealm,"security.properties");
// stop working for 9.3.x for some reason
loginService.setHotReload(true); // <------
server.addBean(loginService);

For some reason this code stop working for: 9.3.11.v20160721

It started to work again for: 9.4.0.M0 and 9.4.0.M1

Back to the top