Hashes in URLs are lost during authentication
Bug #797744 reported by
Matthew Nuzum
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apache OpenID |
New
|
Undecided
|
Unassigned |
Bug Description
When you visit a URL with a hash fragment at the end and you're not logged in the hash is lost after auth.
To post a comment you must log in.
Turns out this is because clients don't actually send the fragment to the server, and when they get a redirect, they discard the original fragment.