Re: How to hide URL params

2007-05-11 Thread Brian Pontarelli
It seems like this could be handled via a plugin interceptor. You would just have the interceptor transform the parameters into the key/value pairs that the action and beans expect. These could be store in the session possibly or there could be a more sophisticated method so that the applicatio

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 <[EMAIL PROTECTE

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

How to hide URL params

2007-05-11 Thread Sid888
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 Struts. Please help as this is a major se