Skip to main content

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

Hi,

On Thu, Sep 15, 2016 at 8:52 PM, Alan Nexus <alan.nexus.6@xxxxxxxxx> wrote:
> 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

"Stop working" is too generic for us to take a look.

Can you please detail exactly what stopped working, what you are
doing, what you expect and what you get instead ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top