src/de/uhilger/httpserver/auth/TokenAuthenticator.java
@@ -1,5 +1,5 @@ /* jwtTest - JSON Web Token Testimplementierung http-auth - Authentication Extensions to jdk.httpserver Copyright (C) 2021 Ulrich Hilger This program is free software: you can redistribute it and/or modify @@ -38,7 +38,6 @@ import java.util.logging.Level; import java.util.logging.Logger; import de.uhilger.httpserver.auth.realm.Realm; import de.uhilger.httpserver.auth.realm.User; import de.uhilger.httpserver.auth.session.SweepThread; import io.jsonwebtoken.JwtException;