Hi,

I added the below two lines in my WebApplication#init() method.

      getSecuritySettings().setCryptFactory(new
KeyInSessionSunJceCryptFactory());
      setRootRequestMapper(new PnCryptoMapper(getRootRequestMapper(),
this));

When I debug, for me "url.getSegments().isEmpty()" is 'true' [my url doesn't
have segments] and encryptUrl() method returns without encrypting the URL.

Regards,
Rakesh.A



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/CryptoMapper-not-encoding-query-string-Wicket-6-5-0-tp4659643p4659650.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]

Reply via email to