Jesse Long created WICKET-4922:
----------------------------------

             Summary: Cloned ServletWebRequest returns wrong OriginalUrl
                 Key: WICKET-4922
                 URL: https://issues.apache.org/jira/browse/WICKET-4922
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.3.0
            Reporter: Jesse Long
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to