Re: Problem with Crypted URL

2010-06-04 Thread kugaprakash
. Please let me know if there is some thing wrong being done here. Thanks in Advance. Kuga -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-Crypted-URL-tp1875435p2243721.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with Crypted URL

2010-06-03 Thread kugaprakash
know if you have any thoughts. Thanks in advance Kuga -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-Crypted-URL-tp1875435p2242335.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with Crypted URL

2010-06-02 Thread kugaprakash
Can anybody help me with this question? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-Crypted-URL-tp1875435p2240647.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with Crypted URL

2010-06-02 Thread Igor Vaynberg
anybody help me with this question? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-Crypted-URL-tp1875435p2240647.html Sent from the Wicket - User mailing list archive at Nabble.com

RE: Problem with Crypted URL

2010-06-02 Thread kugaprakash
] Sent: Wednesday, June 02, 2010 2:30 PM To: Kugaprakash Visagamani Subject: Re: Problem with Crypted URL maybe because you are invalidating the session, which happens after the page is rendered. i would instead invalidate the session and reditect to a bookmarkable url that points

Re: Problem with Crypted URL

2010-06-02 Thread Igor Vaynberg
...@n4.nabble.com] Sent: Wednesday, June 02, 2010 2:30 PM To: Kugaprakash Visagamani Subject: Re: Problem with Crypted URL maybe because you are invalidating the session, which happens after the page is rendered. i would instead invalidate the session and reditect to a bookmarkable url

Re: Problem with Crypted URL

2010-05-27 Thread kugaprakash
, which is not getting rendered. If you happened to resolve this, please let me know. Any help is much appreciated Thanks in advance. Kuga -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-Crypted-URL-tp1875435p2232645.html Sent

Re: Problem with Crypted URL

2008-11-29 Thread shumbola
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Problem-with-Crypted-URL-tp20533640p20747634.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with Crypted URL

2008-11-28 Thread Marcus Mattila
We are also getting this when sessions expire. No big deal but would still like a fix. Will it be fixed in the 1.3.x branch also? Pls make it :) br, Marcus On Mon, Nov 24, 2008 at 7:30 PM, francisco treacy [EMAIL PROTECTED] wrote: johan, i'm not sure i understand correctly. you mean that it

Re: Problem with Crypted URL

2008-11-28 Thread francisco treacy
yup, i suppose this happens when sessions expire. we've been having an increasing number of visitors and logs are really hard to read when you try to find an (important) exception. so i guess i'm still up for the fix :) francisco On Fri, Nov 28, 2008 at 6:35 PM, Marcus Mattila [EMAIL PROTECTED]

Re: Problem with Crypted URL

2008-11-28 Thread Johan Compagner
Both branches have now the latest code, i guess both have to be released first On 28/11/2008, francisco treacy [EMAIL PROTECTED] wrote: yup, i suppose this happens when sessions expire. we've been having an increasing number of visitors and logs are really hard to read when you try to find an

Re: Problem with Crypted URL

2008-11-24 Thread francisco treacy
i updated to rc1 i'm still getting stacktraces in logs with CryptedUrlWebRequestCodingStrategy ERROR 2008-11-23 13:52:17,964 [http-8080-Processor25] Invalid URL: ?x=5M5HhZnN1b1LpMPMBO5Pmr*YBxchBZCmSdUDJCdEYzUOOBDF1Zr0DA org.apache.wicket.WicketRuntimeException: Unable to decrypt the text

Re: Problem with Crypted URL

2008-11-24 Thread Johan Compagner
hmm weird, wasnt merged yet with 4.1 thought i did that with the big merge. On Mon, Nov 24, 2008 at 10:57 AM, francisco treacy [EMAIL PROTECTED] wrote: i updated to rc1 i'm still getting stacktraces in logs with CryptedUrlWebRequestCodingStrategy ERROR 2008-11-23 13:52:17,964

Re: Problem with Crypted URL

2008-11-24 Thread francisco treacy
johan, i'm not sure i understand correctly. you mean that it should have been in 1.4-rc1 but it is not? so i could expect this to be fixed in 1.4-rc2 or 1.4 final? francisco On Mon, Nov 24, 2008 at 5:22 PM, Johan Compagner [EMAIL PROTECTED] wrote: hmm weird, wasnt merged yet with 4.1 thought

Re: Problem with Crypted URL

2008-11-17 Thread Johan Compagner
i guess this is because we now use sessionid as the seed for the encryption of the urls So when a session times out and that user makes another request to it we cant decrypt it anymore because another seed is used. I already changed the handling of that in trunk so that now a page expired is

Re: Problem with Crypted URL

2008-11-17 Thread francisco treacy
something _similar_ happens in my logs. ERROR 2008-11-17 14:16:49,170 [http-8080-Processor17] Invalid URL org.apache.wicket.WicketRuntimeException: Unable to decrypt the text '[EMAIL PROTECTED]' at org.apache.wicket.util.crypt.AbstractCrypt.decryptByteArray(AbstractCrypt.java:145)

Re: Problem with Crypted URL

2008-11-17 Thread Johan Compagner
I already changed the handling of that in trunk so that now a page expired is thrown when that happens. johan when did you exactly change that? does it also impact my issue? dont know exactly but it is in M1 and the current trunk of 1.3 You dont have it yet if you are on august code

Problem with Crypted URL

2008-11-16 Thread Andrew Berman
I upgraded from 1.3.4 to 1.3.5 and now I am seeing this error all over the place in my log files.. [ERROR] 21:44:24 CryptedUrlWebRequestCodingStrategy - Invalid URL: foo/?x=kSQEmQImbZiH47lvkBIVh0gnXDVDx7-UQqHufLUVx5IVu10xEJYI8UXQ2B0gQCTDdAzJ7rUByXI org.apache.wicket.WicketRuntimeException: Unable