DescriptionFixes bug where first login attempt to hotmail after session restore
wouldn't work. The problem was we weren't storing post URLs at all
(because of bug 1361980). This resulted in session restore trying to
restore some redirects along the way that likely had bogus state in
them (perhaps referencing cookies that were nuked), resulting in the
first login failing. The fix is to persist POST URLs to disk for
session restore, but not the actual POST data. This way there
shouldn't be any problems as outlined in 1361980.
BUG=7727
TEST=see bug
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12568
Patch Set 1 #
Total comments: 5
Patch Set 2 : '' #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|