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
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
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
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