RE: How to hide URL params

2007-05-13 Thread Kalra, Ashwani
You should post it on user list. Some one might have implemented it. You can try to use the following implementations http://jakarta.apache.org/commons/codec/userguide.html or http://ostermiller.org/utils/Base64.html HDIV supports on Struts 1.xx. /Ashwani -Original Message- From

Re: How to hide URL params

2007-05-11 Thread Brian Pontarelli
plans to incorporate securing hyperlink/form data within S2? - Original Message From: Antonio Petrelli <[EMAIL PROTECTED]> To: Struts Developers List Sent: Friday, May 11, 2007 5:42:46 AM Subject: Re: How to hide URL params 2007/5/11, Sid888 <[EMAIL PROTECTED]>: Hi I

Re: How to hide URL params

2007-05-11 Thread Jon Wilmoth
Are there any development plans to incorporate securing hyperlink/form data within S2? - Original Message From: Antonio Petrelli <[EMAIL PROTECTED]> To: Struts Developers List Sent: Friday, May 11, 2007 5:42:46 AM Subject: Re: How to hide URL params 2007/5/11, Sid888 &

Re: How to hide URL params

2007-05-11 Thread Antonio Petrelli
2007/5/11, Sid888 <[EMAIL PROTECTED]>: Hi I hope this is the right forum to post this question. I do not want the end user to see the params that i pass from my jsp(for eg http://localhost:8080/xyz?param1=RRR¶m2=RRR) I am using Struts. Does somebody know how to encrypt/hide the URL params in S