[
https://issues.apache.org/jira/browse/WICKET-5977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15467756#comment-15467756
]
Jesse Bonzo commented on WICKET-5977:
-------------------------------------
[~pedrosans] I can't remember our exact use case, but I believe it was so we
could navigate to /Test externally without parameters.
> 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
> Labels: bookmarkable, link, security
> Attachments: WicketCryptoTest.zip
>
>
> 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)