Comment #10 on issue 11627 by [email protected]: Unable to load a cached POST going back/forward if the current URL matches the URL of the POST http://code.google.com/p/chromium/issues/detail?id=11627
It's not just an anchor to within the same page; it's a regular link that just happens to point at the same URL as the current document. Notice that the random number updates when you click it, and if you had POSTed the page it switches to GET. The back button detects that it's the same URL and collapses the entries together, which is why you can't click back - but the essence of the bug is that once you have POSTed a URL in a tab, that URL will always trigger the re-POST warning if you try to reload it in that tab, even as a GET. But if bug 11627 has actually been fixed, then clearly they're not the same bug. Besides, I found bug 21245 just now which appears to be the same issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
