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 application could run sessionless. A few security classes could
handle all of the naming conversions.
On the view side, it would be a theme whose templates would call off to
the security classes in order to figure out names for various form
elements.
-bp
Jon Wilmoth wrote:
Are there any development plans to incorporate securing hyperlink/form data
within S2?
----- Original Message ----
From: Antonio Petrelli <[EMAIL PROTECTED]>
To: Struts Developers List <dev@struts.apache.org>
Sent: Friday, May 11, 2007 5:42:46 AM
Subject: Re: How to hide URL params
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
Struts.
This is a Struts Developers list, you must ask your questions about using
Struts in the Struts Users mailing list:
http://struts.apache.org/mail.html
Anyway I think that you can check HDIV out:
http://www.hdiv.org/
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]