Skip to content

Commit 03142ab

Browse files
committed
adding some temporary debugging
adding some temporary debugging
1 parent 9d9ec26 commit 03142ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ngx_http_auth_jwt_module.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ static ngx_int_t ngx_http_auth_jwt_handler(ngx_http_request_t *r)
236236
r->headers_out.___location->value.data = (u_char *)return_url;
237237

238238
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "redirect for get request");
239+
240+
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "uri: %s", uri.data);
241+
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "uri_escaped: %s", uri_escaped.data);
239242
}
240243
else
241244
{

0 commit comments

Comments
 (0)