GNOME Bugzilla – Bug 308403
View Source displays different source
Last modified: 2006-02-05 23:37:03 UTC
Distribution/Version: Slackware 10.1.0 When I try to view the source of a certain page, the displayed source is different than the one of the page. This is due to the fact that the URL of the page is requested once again. When I try to save the page the source is unchanged. So is it possible to use the same procedure in "view source" as in "Save as"
Actual Results: Source of a page, which is a result from submitting the form again. Expected Results: Source of the page, without submitting the form again.
I can't reproduce this bug with Epiphany 1.6.4. Does this happen on a special page (please state which) or has this issue already been fixed?
No, It is not fixed yet... "View source" continue to send the GET/POST request. In several hours I'll be able to send you URL with sample form.
Ping? Did you forget to post the testcase URL?
This simple PHP script which prints the date should be good enough to test this bug: http://hadess.free.fr/test308403.php3 And the source: <?php print date ("l d F Y, H:i:s"); ?> Not confirming, as I have an older version of Ephy.
That testcase works here for me in epiphany 1.8.2. (Although there's a different bug, the downloader shows no progress and stays around after the download has finished...)
Maybe we need a testcase with POST ?
Test with POST at: http://hadess.free.fr/test308403-post.php The page is a FORM. If it works you get a page with "My test is rich!" as the text, and "No value" otherwise. View as source seems to work as expected (ie. not downloading the page again).
-> 1.10
chpe and I are unable to reproduce this in ephy 1.9 it appears to work perfectly. Bastien, are you still able to reproduce this ?
Crispin, read this again, I've never even tested this, I just provided the test cases. Dimitur is the one to ask...
I confirm, it works. Thanks!
Bastien, sorry, I just skimmed the comments.... Dimitur, thanks for confirming that this now works.