SSTIC

Results 1 comments of SSTIC

Hi, same error and my solution with updated project: in file ngx_http_ajp.c, line 139: _if (r->quoted_uri || r->**space_in_uri** || r->internal) {_ replace with: _if (r->quoted_uri || r->**plus_in_uri** || r->internal) {_...