Comment 159 for bug 113201

Revision history for this message
In , Gavin Sharp (gavin-sharp) wrote :

(In reply to comment #86)
> The only reason I can think of for this to affect bug 413310 is if the POST
> response is not being cached for some reason. Does someone want to try
> applying this patch and seeing whether your can submit a POST form (in a
> subframe, so there's no bfcache), then go back then go forward?

I tested with:
data:text/html,<frameset><frame src="data:text/html,<form method='post' action='http://gavinsharp.com/tmp/echo.php'><input type='hidden' value='foo' name='foo'><input type='submit'>">

With the patch applied, clicked "Submit", clicked back, clicked forward. No POST dialog.