thenatog commented on a change in pull request #4988: URL: https://github.com/apache/nifi/pull/4988#discussion_r620740330
########## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/main/java/org/apache/nifi/web/security/jwt/JwtAuthenticationFilter.java ########## @@ -33,43 +32,25 @@ private static final Logger logger = LoggerFactory.getLogger(JwtAuthenticationFilter.class); // The Authorization header contains authentication credentials - public static final String AUTHORIZATION = "Authorization"; - private static final Pattern tokenPattern = Pattern.compile("^Bearer (\\S*\\.\\S*\\.\\S*)$"); + public static final String JWT_COOKIE_NAME = "__Host-jwt-auth-cookie"; Review comment: It is used in a few places, I'm not sure how best to share this value. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org