FireFox 3 has Infinet Loop Protection
I had to write a conversion utility to move an old database contained a few hundred thousand records from MySQL to MSSQL, making the structure more normalized and running some calculations, bla bla bla. In my need to bang this out quickly and since it was a one time throw it away app I wrote a quick ColdFusion script to do the transformation for me and save some time.
I decided to run in blocks and do a CFLOCATION at the bottom of the page, essentially creating on the fly pagination of my work.
Well as an FWI for developers, if FireFox redirects too many times you get a nice phat error... Not really a huge deal and nothing we ever have to worry about with a normal application; but this is something I had never run into before having always been an IE guy before FF3 beta...
1 comments - Posted by Russell Brown at 3:16 PM - Categories: ColdFusion | Debugging | Development
Run