Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNavigating forward/backward does not use the redirected url #4290
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Set RUST_LOG=net
Log:
However it redirects to ""http://www.google.co.in/intl/en/about/" (no .html at the end)
Log:
This time Servo loads the about page again from "http://www.google.co.in/intl/en/about.html", gets redirected to "http://www.google.co.in/intl/en/about/"
This happens because when we navigate forward/backward, we use the load_data that was created with the original url and is never updated again.