Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: xForwardBasedPath could contain query parameters
nginx's request_uri contains query parameters. The apache construct we used previously didn't. As this should be a path we can cut away any query parameters using a regex on the server side or in out code.
- Loading branch information