Re: Encrypting a url

2011-05-05 Thread Thiago H. de Paula Figueiredo
On Thu, 05 May 2011 22:43:38 -0300, Taha Hafeez wrote: Hi Thiago! Hi, Taha! I did the exact same thing(great people think alike!! :)) but it lead to recursion. The trace is below. A a workaround is to instantiate ComponentEventLinkEncoder(Impl) yourself to avoid the recursive calls. I

Re: Encrypting a url

2011-05-05 Thread Taha Hafeez
Hi Thiago! I did the exact same thing(great people think alike!! :)) but it lead to recursion. The trace is below. [ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exception: java.lang.StackOverflowError java.lang.StackOverflowError at sun.nio.cs.StreamEnc

Re: Encrypting a url

2011-05-05 Thread Thiago H. de Paula Figueiredo
On Thu, 05 May 2011 20:46:32 -0300, Taha Hafeez wrote: Hi Hi, Taha! I want to encrypt urls using jasypt. I tried using LinkTransformer api but that would force me to do the conversion from request to PageRenderRequestParameters after decryption and from PageRenderRequestParameters to re

Encrypting a url

2011-05-05 Thread Taha Hafeez
Hi I want to encrypt urls using jasypt. I tried using LinkTransformer api but that would force me to do the conversion from request to PageRenderRequestParameters after decryption and from PageRenderRequestParameters to request before encryption. What am I missing ? regards Taha