[doc] clarify "physical.exists" semantic

Change-Id: I8212e4e66c2666579a8726c35f6840e3eddf4366
personal/stbuehler/wip
Stefan Bühler 9 years ago
parent 912b460145
commit aa44c63f59

@ -310,7 +310,7 @@
| request.environment["name"] | (or short request.env["name"]) CGI environment |
| | |
| physical.path | physical path of the file to be served. e.g. document root + path |
| physical.exists | boolean condition, indicates whether the requested file exist |
| physical.exists | boolean condition, indicates whether the requested file (normal file, directory or even a special file) exists |
| physical.size | integer. size of the requested file. -1 if file doesn't exist |
| physical.is_dir | boolean condition, indicates whether the requested file is a directory |
| physical.is_file | boolean condition, indicates whether the requested file is a normal file (e.g. no unix socket etc) |

Loading…
Cancel
Save