[Webkit-unassigned] [Bug 66768] New: Getting wrong Hash value in twitter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 05:43:28 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66768

           Summary: Getting wrong Hash value in twitter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: harish4pals at gmail.com


Login to twitter->Select Profile->Select profile image

Result: Redirected to a page which says "Sorry, that page doesn't exist"

After debugging on the live script found that _hash value is not coming properly from the twitter script.

Initial page - "https://mobile.twitter.com" After selecting Profile - "https://mobile.twitter.com/#!/waptdpt" (waptdpt is the username) After selecting the Profile pic - Expected URL is https://mobile.twitter.com/#!/waptdpt/photo Resultant URL is https://mobile.twitter.com/#!/https://mobile.twitter.com/waptdpt/photo

After # the hash value has to be

    !/waptdpt/photo

. But in my case it is returning

!/https://mobile.twitter.com/waptdpt/photo

And hence i am being redirected to a wrong page.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list