Re: post-redirect-get in Firefox

2009-04-01 Thread Adam Hardy
Found out how to reproduce it. If I try over and over to submit a form, it fails several times and is repeatedly redisplayed with an error message. In my case "primary key is duplicate" because I keep forgetting to update it manually when I mess around like this in dev. Since the primary key

Re: post-redirect-get in Firefox

2009-03-31 Thread Adam Hardy
GET HTTP 302 according to httpheaders It looks fine and should be fine, assuming the struts2 redirect resulttype is OK. But somehow firefox seems to be too clever and appears to be breaking the standard browser contract to replace the POST with the GET To confuse me more, it is only doing th

RE: post-redirect-get in Firefox

2009-03-30 Thread Martin Gainty
In Firefox so if I am on Investran and am redirected to cyberspaceroad I then (login) to on cyberspaceroad on refresh I am redirected to original Investran Can you see which redirect code is returned (301,307) and which method(POST/GET) ? Martin __