]> BookStack Code Mirror - bookstack/commit
Fixed double path slash URL issue in some cases
authorDan Brown <redacted>
Wed, 4 May 2022 19:08:22 +0000 (20:08 +0100)
committerDan Brown <redacted>
Wed, 4 May 2022 19:08:22 +0000 (20:08 +0100)
commitebc69a8f2c3eba0a7fe5c0cec55032b73342e2ad
treec26d3c72ea9d9ef7b11959665ecaec4aab2c72f0
parent16222de5fa7a6c32d0bc331ad120bb6c00ee6a5c
Fixed double path slash URL issue in some cases

- Occurred on system request path usage (Primarily on guest login
  redirection) when a custom path was not in use.
- Added test to cover.

For #3404
app/Http/Request.php
tests/UrlTest.php