Re: CryptoMapper - Error decoding text

2012-04-25 Thread fachhoch
I could not reproduce with the quick start , it works in quick start I also tried with 1.5.1 still I could not produce it , not sure why my app is getting error. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CryptoMapper-Error-decoding-text-tp4034573p4587229

Re: CryptoMapper - Error decoding text

2012-04-25 Thread Martin Grigorov
: > http://apache-wicket.1842946.n4.nabble.com/CryptoMapper-Error-decoding-text-tp4034573p4586850.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@w

Re: CryptoMapper - Error decoding text

2012-04-25 Thread fachhoch
I am getting the same error , I am trying to migrate to wicket 1.5.5, is there a fix for this ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CryptoMapper-Error-decoding-text-tp4034573p4586850.html Sent from the Users forum mailing list archive at Nabble.com

Re: CryptoMapper - Error decoding text

2011-11-12 Thread Phill
https://issues.apache.org/jira/browse/WICKET-4222 On 12/nov/2011, at 23:33, Igor Vaynberg wrote: > go ahead and create a quickstart and stick it into a jira. > > thanks, > -igor > > On Sat, Nov 12, 2011 at 11:30 AM, Phill wrote: >> I have now, same problem: >> >> INFO - WebApplication

Re: CryptoMapper - Error decoding text

2011-11-12 Thread Igor Vaynberg
go ahead and create a quickstart and stick it into a jira. thanks, -igor On Sat, Nov 12, 2011 at 11:30 AM, Phill wrote: > I have now, same problem: > > INFO  - WebApplication             - [wicket.cryptest] Started Wicket version > 1.5.3 in DEVELOPMENT mode > ***

Re: CryptoMapper - Error decoding text

2011-11-12 Thread Phill
I have now, same problem: INFO - WebApplication - [wicket.cryptest] Started Wicket version 1.5.3 in DEVELOPMENT mode *** WARNING: Wicket is running in DEVELOPMENT mode. *** ***

Re: CryptoMapper - Error decoding text

2011-11-12 Thread Igor Vaynberg
have you tried with 1.5.3? -gior On Sat, Nov 12, 2011 at 10:27 AM, Phill wrote: > Thanks, I had put setRootRequestMapper(..) first after reading > https://issues.apache.org/jira/browse/WICKET-4139 > However putting it last does not seem to solve the problem, I can replicate > the error with a

Re: CryptoMapper - Error decoding text

2011-11-12 Thread Phill
Thanks, I had put setRootRequestMapper(..) first after reading https://issues.apache.org/jira/browse/WICKET-4139 However putting it last does not seem to solve the problem, I can replicate the error with a pristine 1.5.2 quickstart and just changing the init() to: public void init() { super.

Re: CryptoMapper - Error decoding text

2011-11-12 Thread Igor Vaynberg
this: setRootRequestMapper(new CryptoMapper(getRootRequestMapper(), this)); should be the last thing you do in your application#init() -igor On Sat, Nov 12, 2011 at 6:45 AM, Phill wrote: > Hi, > I'm migrating a Wicket 1.4 app that uses CryptedUrlWebRequestCodingStrategy > to 1.5.2 and I'm hav

CryptoMapper - Error decoding text

2011-11-12 Thread Phill
Hi, I'm migrating a Wicket 1.4 app that uses CryptedUrlWebRequestCodingStrategy to 1.5.2 and I'm having some issues: In my Application init() before I mount any pages I've got: getSecuritySettings().setCryptFactory(new KeyInSessionSunJceCryptFactory()); setRootRequestMapper(new CryptoMapper(getRo