Found it in my .htaccess file. I had an old rule there from when the site was 2.4 to enforce all URLs to strip the trailing slash:
RewriteRule ^(.+)/$ /$1 [R=301,L]
Still looking into the impact of this however. A bit strange that that would alter what the URLSegmentFilter returns from what I can see.
Posted to: Setup issue? All CMS-suggested URLs replace spaces with '20' | Show Thread | Post Reply