On Tue, Jul 9, 2013 at 1:54 PM, Rakesh A <[email protected]> wrote:
> Hi, > > After bit more debugging I found that the URL provided in the previous post > were indeed 1.4.x generated, new URL generated is similar to the one given > below > > > http://localhost:9090/myTest/?8-1.ILinkListener-contentPanel-layout-entryPanel-layoutButtonPanel-actionButtonTitleHolder-actionButton > > But the encryption problem is still exists. If you observe, the URL is > similar to that of a home page, and it doesn't have segments and the > condition 'url.getSegments().isEmpty()' in CryptoMapper#encryptUrl(Url) > returns 'true' for the above URL and encryption is skipped. > > Current implementation of CryptoMapper - has encryptUrl() method declared > as > private and can not be extended! > Is there any other way to solve it? > There is! Upgrade to 6.9.0 where this method has protected visibility. > > Regards, > Rakesh.A > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/CryptoMapper-not-encoding-query-string-Wicket-6-5-0-tp4659643p4660169.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
