Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
should not start before realm config init complete
Browse files Browse the repository at this point in the history
  • Loading branch information
rockiee281 authored and nikore committed Jun 2, 2017
1 parent b464811 commit 5fcdb41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ protected void startContext() throws Exception
webXmlConfiguration.configure(url.toString());
}
};
contextHandler.start();
try
{
SecurityHandler securityHandler = webXmlConfiguration.getWebAppContext().getSecurityHandler();
Expand All @@ -265,6 +264,7 @@ protected void startContext() throws Exception
}

root.setSecurityHandler(securityHandler);
contextHandler.start();
}
finally
{
Expand Down

0 comments on commit 5fcdb41

Please sign in to comment.