You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jesse Bonzo (JIRA)" <ji...@apache.org> on 2015/08/28 18:16:46 UTC

[jira] [Created] (WICKET-5977) CryptoMapper does not encrypt query parameters for BookmarkablePageLink

Jesse Bonzo created WICKET-5977:
-----------------------------------

             Summary: CryptoMapper does not encrypt query parameters for BookmarkablePageLink
                 Key: WICKET-5977
                 URL: https://issues.apache.org/jira/browse/WICKET-5977
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.18.0
         Environment: Windows 7 x64
            Reporter: Jesse Bonzo
            Priority: Minor


In 6.17, mounting with CryptoMapper resulted in an encrypted url when page parameters are passed to a BookmarkablePageLink.

eg
<a wicket:id="testPageLink" href="./Test?test1=testing">Test Page Link</a>
became
<a wicket:id="testPageLink" href="./WJv23oU4t3ZeiLLpNT81ezNvA-L53GFM/WJvf2">Test Page Link</a>

In 6.18+ the link stays as is.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)