Skip to content

Commit

Permalink
DRILL-7575: Fix typo in class name of FormSecurityHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
dobesv authored and cgivre committed Feb 11, 2020
1 parent 1acbb3f commit b93e085
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
import org.eclipse.jetty.security.authentication.FormAuthenticator;
import org.eclipse.jetty.util.security.Constraint;

public class FormSecurityHanlder extends DrillHttpConstraintSecurityHandler {
//private static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(FormSecurityHanlder.class);

public class FormSecurityHandler extends DrillHttpConstraintSecurityHandler {
@Override
public String getImplName() {
return Constraint.__FORM_AUTH;
Expand All @@ -46,4 +44,4 @@ public void doSetup(DrillbitContext dbContext) throws DrillException {
WebServerConstants.FORM_LOGIN_RESOURCE_PATH, true), new DrillRestLoginService(dbContext));
}

}
}

0 comments on commit b93e085

Please sign in to comment.