Page 1 of 1

Invalid page URLs caused by truncation

Posted: Fri Nov 25, 2016 9:37 pm
by cmb
Hi!

the implementation of the current $cf['uri']['length'] restriction can result in invalid URLs, because we truncate UTF-8 strings with substr() which work on bytes. Using utf8_substr() instead should solve the issue.

Re: Invalid page URLs caused by truncation

Posted: Sun Dec 11, 2016 4:32 pm
by cmb
FTR: Fixed with r1686.