mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
allow short secure links
This commit is contained in:
parent
6645e76e38
commit
0c689b7498
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ url_start:
|
|||
|
||||
len = last - p;
|
||||
|
||||
if (end - start != 32 || len < 3) {
|
||||
if (end - start != 32 || len == 0) {
|
||||
goto not_found;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue