I think there’s a slight issue with redirection to default friendly URLs.
If I navigate to /index.cfm?objectid=B1B6A830-E3AE-11E4-8D66005056A87EDF&x=a.b&y=c.d, I get redirected to /test-pages?y=c.d&x=a.b. The test pages part is right and the query string is almost right but it is using & instead of &.
I think the application.fapi.getLink calls in farFU.cfc:~800 need to add the parameter ampDelim="&" to force the use of the correct delimiter.
In case it matters, I am using FarCry 7.0.6. Hopefully this is a an actual bug this time 
