|
|
|
@ -448,7 +448,7 @@ static void init_request_info(TSRMLS_D) |
|
|
|
authorization = table_get(r->headers_in, "Authorization"); |
|
|
|
} |
|
|
|
if (authorization |
|
|
|
&& !auth_type(r) |
|
|
|
&& (!PG(safe_mode) || (PG(safe_mode) && !auth_type(r))) |
|
|
|
&& !strcasecmp(getword(r->pool, &authorization, ' '), "Basic")) { |
|
|
|
tmp = uudecode(r->pool, authorization); |
|
|
|
SG(request_info).auth_user = getword_nulls_nc(r->pool, &tmp, ':'); |
|
|
|
|