I have an XPages application which is set to launch an XPage (home.xsp) when opened from the web. This works fine in IE6, 7, 8 but in Firefox on Windows and Mac I find that the first time I visit the database during a browser session I end up in an infinite loop of redirects.
Judging from the favicons that are being loaded for the two pages I am getting a classic HTTP web page and then an Xpage looping back to each other.
If I stop the browser and just reload then it works fine so there’s some sort of caching going on as far as I can tell.
Has anyone seen this before?
Matt