When serving disk root on Windows such as T:\ bottle always returns access denied when using static_file.
Below line needs fixed:
|
root = os.path.abspath(root) + os.sep |
This seems to be done in 0.13, but it is not yet released, package installation via pip gets only 0.12.* and is vulnerable to this issue. Could you release a hotfix version in 0.12.* if 0.13.* won't be released soon?