Project

General

Profile

Actions

Bug #1574

closed

After finding a pathinfo part in the path, the new path is not checked for symlinks

Added by stbuehler about 16 years ago. Updated about 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description


server.follow-symlink = "disable" 
# + some fastcgi config for .php

Now create some test.php (e.g. phpinfo() ) and symlink it to symlink.php

Now:
- /symlink.php : 403 Forbidden
- /symlink.php/ : Output of test.php

Actions #1

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

Fixed in r2093

Actions

Also available in: Atom