cf9 cflocation not working as expected
Recently upgraded CF8 to CF9 and had a script that generated a dynamic URL (a variable). In CF8, the dynamic URL/variable was used in a CFLOCATION. The oddity is that when you CFOUTPUT the variable the value was correct and you follow the link it resolved BUT when you tried to execute the Dynamic URL in the cflocation it did not work. My work around to this was to use JavaScript location.href.
Does anyone have any ideas to why this would happen?
Thanks.
