I'm in Chrome, I copy my url: "http://www.example.com/a/123456789" and paste it into IE8. It works fine, because my routes are set up right.
If I then navigate somewhere else, I get the IE8 fallback url as expected: "http://www.example.com/a#a/123456789" (note the hash), all is well.
Here's the problem...
Now if I copy my link with the hash (http://www.example.com/a#a/123456789) and paste it into a modern browser, it dumps me to http://www.example.com/a#a.
Anyone have experience with this behavior?