As you can see the %2F became 2F (etc..) in the request.
Also in the address bar the sq_redirect_url reads: http2F2Fcmstest (which is equivalent to http//cmstest). Am I right to assume the http// shouldn't be there?
Version 3.8.2 - Oracle (but the same version on another environment works).
Anyone ever encountered this?
Any hints as to where I should be looking to fix it?
There was an issue with the keywords that we found - causing the above problems were caused by URL-encoded paths (essentially any URL that was urlencoded would be prone to problems, as it would confuse pairs of % signs with keywords and replace them with nothing - which shouldn't be happening) - and have fixed in the 3.8 and Dev branches.