The other bug we quickly noticed happens when you use a url like index.cfm?objectid=<UUID>&bodyview=<VIEW>. When clicked, the FU generates a loop of variables in the FU over and over.
It makes the friendly url, and then appends /bodyview//bodyview//bodyview//bodyview//bodyview/ …etc… (lost count after about 50 of them).
Assuming there are yet more bugs like this we decided to rollback for now, but thought you’d want to know about them.
Are you using the parameterised URL in the friendly URL ui? Or am I
misreading you? What are the exact steps you use to generate that borked
URL format?
We’ve been using 7.2.x without issue for a long time, but admittedly we
don’t frequent the friendly URL tab too often.
It is one of these two most recent commits. Probably the “redirect to clean Friendly URLs” one since it is happening when redirecting from an objectid url to a friendly URL.
Sorry for the delay. Thanks for the fixes @blair. They look good. The only thing I noticed is that the redirects don’t respect any fuAlias you have set for a body view webskin.
Yes. In testing during development, before we upgraded FarCry links were redirecting to the proper fuAlias for a given bodyView so this is a regression.