Consider that URL can end with '/' before redirecting.
Closes #7975 (closed)
Merge request reports
Activity
@dblessing I've tried to write some specs but it's a bit tricky because the URL is escaped by RSpec or Capybara before hitting the browser, so this is what is being sent to the browser:
http://test.host/namespace1/gitlabhq.git%2F
instead ofhttp://test.host/namespace1/gitlabhq.git/
mentioned in commit 4bc7d6e3
Thanks @rdavila Looks great.
mentioned in issue #7961 (closed)
Mentioned in commit pfjason/gitlab-ce@4bc7d6e3
Please register or sign in to reply