https://bugzilla.wikimedia.org/show_bug.cgi?id=62614
Chris Steipp <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #40 from Chris Steipp <[email protected]> --- (In reply to Jeremy L Grajales from comment #39) > Created attachment 14914 [details] > (Partial) Wireshark capture of editor_ve test > > [attachments] > I captured the test with Wireshark. > The POST is obviously the first packet in the log. > I find the same behavior as Chris does in Windows Firefox. So in both Chris'es headers and Jeremy's pcap, there is a session cookie being sent. So that's good. What I'm confused on is that Jeremy's pcap shows the POST to /wiki/Special:MobileOptions, and you see coming back a Location: http://en.m.wikipedia.beta.wmflabs.org/wiki/Main_Page header, which means that the inequality check in SpecialMobileOptions.php (line 208) was NOT true (i.e., the token parameter matched getMobileToken()), otherwise a form would have been returned. Is the pcap not showing the issue? Or is this not a token issue? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
