Merge pull request #310 from desimone/bug/262

proxy: handle double slash in paths
This commit is contained in:
Bobby DeSimone 2019-09-18 19:54:38 -07:00 committed by GitHub
commit cfeb5e1ef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View file

@ -14,6 +14,7 @@
### Fixed
- Fixed an issue where CSRF would fail if multiple tabs were open. [GH-306](https://github.com/pomerium/pomerium/issues/306)
- Fixed an issue where pomerium would clean double slashes from paths.[GH-262](https://github.com/pomerium/pomerium/issues/262)
### Changed