Y
Hacker News
new
|
ask
|
show
|
jobs
by
aidenn0
1087 days ago
Just guessing, but NginX probably either checks for "/foo/bar/.." and disallows it, or normalizes it to "/foo/" but "/foo/bar.." is a perfectly valid file name, so it doesn't get caught by the net checking for this.