rack/rack-test

support fragment params

HoneyryderChuck opened this issue · 1 comments

I've been having this weird behaviour with capybara and rack-test, where 302 to a URL with fragment params make it suddenly disappear from the page url the user gets redirected to.

I've narrowed it down to this line, where query params get enhanced, however fragment state of the previous url gets lost. IMO this is a bug.

nevermind, found out it's a rack issue.