Wrap with the CheckTermsHandler handlers only with authorization.

This commit is contained in:
Anatoly Sablin
2019-11-27 22:55:34 +03:00
parent a97273fe77
commit 86b880069b
2 changed files with 10 additions and 6 deletions

View File

@@ -23,7 +23,6 @@ package io.kamax.mxisd.http.undertow.handler;
import io.kamax.mxisd.auth.AccountManager;
import io.kamax.mxisd.config.PolicyConfig;
import io.kamax.mxisd.exception.InvalidCredentialsException;
import io.kamax.mxisd.storage.ormlite.dao.AccountDao;
import io.undertow.server.HttpHandler;
import io.undertow.server.HttpServerExchange;
import org.slf4j.Logger;