FF3 redirect from remote IP to localhost after form submit
I am accessing another computer on the network using my local ip (e.g. 10.1.1.59:8080). The input page loads nicely, but after submitting the form, firefox (3) redirects to localhost instead of the remote IP.
IE6 / 7/8 gives no problem, so it seems like a problem with firefox.
Any ideas?
0
a source to share
4 answers
In fact, I was wrong in the resolution. This is not a browser cache issue, but could have been related to jboss / tomcat - restarting them removes the problem for a while. I probably restarted jboss when I reset my browser cache and got it wrong in the browser cache as the main reason. I managed to recreate this problem in Safari and IE, so I'm leaning towards jboss being the culprit.
0
a source to share