Description
ServletWebRequest, when cloned with a new URL, return the incorrect URL from getOriginalUrl(). This presents itself as a problem when using redirect to intercept page in conjunction with a root request mapper that modifies the URL passed to the wrapped request mapper. (incidentally, this does not affect CryptoMapper, since CryptoMapper tries passing both the decrypted and the original, supposedly encrypted, URL to the wrapped request mapper). I have my own path modifying request mapper that is getting affected by this.