Hi,

I haven't used 1.4 for 2 years now... I cannot say what is wrong and
how to achieve what you need there.
I just showed you how to do that in Wicket 1.5. Use it if you can
upgrade to 1.5 soon.

On Fri, Mar 23, 2012 at 12:05 PM, brazz <alexander.li...@man.eu> wrote:
> 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
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to