Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Avoid exploit using
..
special name in request uri.
Before, a user could bypass webapp filter rules using `..` notation allowing to access to the complete docBase provided by tomcat. Example `w3m https://localhost:8443/partymgr/control/../a.txt` could be used to access `a.txt` file in partymgr webapp, even though `control` is needed to pass filter rules. Even if there is no possibility to remotely define files in docBase, this patch ensure that no exploit using `..` notation is possible.
- Loading branch information