Closed jeaguilar closed 8 years ago
OK, I traced the issue back to the following commit:
Adding new hashURLS settings.ini.cfm and contentRenderer setting
Paging Matt Levine.
The issue here is that "" is assumed to be boolean false. (While YesNoFormat("") returns "No" (CF10) and "false" (Railo/Lucee), isBoolean("") returns "NO" (CF10) and "false" (Railo/Lucee)).
I'm guessing that the fix is to set these to 0 if the intention is to override the settings.ini.cfm value as false but I'll let the code writer weigh in.
Cheers.
Doesn't seem to be an issue now.
The following error thrown if "Alternate URL Redirection Method" is set to "No Redirect" on Mura 6.2.6160:
The error does not occur if "Alternate URL Redirection Method" is set to "Redirect". This error did not occur in Mura 6.1.x.
Error occurs in both Lucee (4.5.1.000) and Railo (4.2.1.001), OSX and Ubuntu 12.04.