Re: encrypt query string

2007-01-24 Thread Mike Oestereter
thats also the way we do it -Ursprüngliche Nachricht- Von: Mike Oestereter [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 23. Januar 2007 21:06 An: Tapestry users Betreff: encrypt query string Hi I want to encrypt (most of) the query string part of a tapestry webapp. So instead of having

AW: encrypt query string

2007-01-23 Thread Peter Schröder
Oestereter [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 23. Januar 2007 21:06 An: Tapestry users Betreff: encrypt query string Hi I want to encrypt (most of) the query string part of a tapestry webapp. So instead of having an URL like.. http://localhost:8080/myapp/dir/Page

RE: encrypt query string

2007-01-23 Thread Robert J. Walker
If you're using Tapestry 4, friendly URL support could probably help you here. Write a class that implements ServiceEncoder. Then implement decode(), where you read your encrypted data and translate it to standard Tapestry parameters, and encode(), where you do the reverse. Then apply the encode

Re: encrypt query string

2007-01-23 Thread Michael Gloegl
Hi, a custom encoder from the friendly-url guide http://tapestry.apache.org/tapestry4.1/usersguide/friendly-urls.html could be just as well used for unfriendly-urls Michael I want to encrypt (most of) the query string part of a tapestry webapp. So instead of having an URL like.. http://lo

encrypt query string

2007-01-23 Thread Mike Oestereter
Hi I want to encrypt (most of) the query string part of a tapestry webapp. So instead of having an URL like.. http://localhost:8080/myapp/dir/Page,component.subcomponent.subsubcomp.subsubsubcomp.sdirect?sp=Sblahblah ..I would like something like.. http://localhost:8080/myapp/AJHKSGFDLJHAGSDFL