Thanks Martin for your reply!

So what i understand is:

using:

*@Override
        protected IRequestCycleProcessor newRequestCycleProcessor() {
          return new WebRequestCycleProcessor()
          {
          protected IRequestCodingStrategy newRequestCodingStrategy()
          {
          return new CryptedUrlWebRequestCodingStrategy(new
WebRequestCodingStrategy());
          }
          };
          } *

in combination with:

new ClassCryptFactory(*NoCrypt.class*,*
ISecuritySettings.DEFAULT_ENCRYPTION_KEY*));

will work for wicket 1.4 as long as don't need a custom Crypt-Factory. 

Is that correct?




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/CryptedUrlWebRequestCodingStrategy-and-bookmarkable-urls-tp4498153p4498328.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to