lmccay commented on code in PR #1005: URL: https://github.com/apache/knox/pull/1005#discussion_r2002152636
########## gateway-provider-security-jwt/src/test/java/org/apache/knox/gateway/provider/federation/JWTFederationFilterTest.java: ########## @@ -43,6 +43,10 @@ @SuppressWarnings("PMD.TestClassWithoutTestCases") public class JWTFederationFilterTest extends AbstractJWTFilterTest { + + private static final String BASIC_ = "Basic "; + private static final String BEARER_ = "Bearer "; Review Comment: Good call - let me fix that! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org