We have a bug in a library which is used in a ton of web applications. The bug is that it redirects the user to a login page using 302 permanently moved instead of temporary moved. This causes Firefox 5 (and possibly later) to cache the response and redirect the user everytime he tries to access the page.
I have looked into about:config properties, but cannot find anything worth tuning.
I've looked into the property: network.http.redirection-limit;20 , but I dont think this is the correct value to change.