Skip to content

Commit caee28d

Browse files
committed
test
1 parent c84ef0a commit caee28d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ngx_http_auth_jwt_module.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ static ngx_int_t ngx_http_auth_jwt_handler(ngx_http_request_t *r)
109109
// jwtcf->auth_jwt_key.data,
110110
// jwtcf->auth_jwt_enabled);
111111

112-
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "authorization header %s", r->headers_in.authorization);
112+
// ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "authorization header %s", r->headers_in.authorization);
113+
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "authorization header");
113114

114115
// get the cookie
115116
// TODO: the cookie name could be passed in dynamicallly

0 commit comments

Comments
 (0)