Is there any way to disable this 'feature'?
For example, if a request is made to http://localhost/foo.html
that I have specified to '301' to the root address, all subsequent requests to foo.html
bypass the web server completely and ffox 5 will check it's cache, read that this url was '301'ed previously and redirect without even checking for a change.
If i have stopped foo.html
from 301'ing, I have to clear firefox's cache in order to 'fix' this from happening.
Chrome, IE and previous version of Firefox do not do this.