[wp-trac] [WordPress Trac] #23345: auth_redirect strips the hash portion of a URL
WordPress Trac
noreply at wordpress.org
Thu Jan 31 18:32:43 UTC 2013
#23345: auth_redirect strips the hash portion of a URL
-----------------------------+--------------------------
Reporter: cnilsson | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: General
Version: | Severity: normal
Keywords: |
-----------------------------+--------------------------
Using auth_redirect the hash portion of the URL is not passed through for
the redirect in the query string. The hash portion is often used to allow
for direct linking to AJAX generated browser states.
www.mydomain.com?page=sample#my_hash_here
will resolve to
www.mydomain.com?page=sample
after running auth_redirect();
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23345>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list