Stripes

Allow encryption and decryption of ActionBean properties

Details

Description

This would be a nice security feature. Stripes already supports encryption of some values (fields present being one) so the encryption support is already present. Allowing encryption of fields that are not intended to be manipulated by the client would make Stripes apps more secure.

The simplest way might be to add encrypted={true|false} to @Validate.

See also STS-118.

Activity

Hide
Ben Gunter added a comment - 10/Jan/08 11:35 PM

Added boolean @Validate(encrypted=...). This flag is supported by UrlBuilder and InputTagSupport and all the classes that use those two. That includes all form input tags, s:param and subclasses of OnwardResolution.

Show
Ben Gunter added a comment - 10/Jan/08 11:35 PM Added boolean @Validate(encrypted=...). This flag is supported by UrlBuilder and InputTagSupport and all the classes that use those two. That includes all form input tags, s:param and subclasses of OnwardResolution.

People

Vote (0)
Watch (0)

Dates

  • Created:
    08/Dec/07 10:44 AM
    Updated:
    04/Jan/11 3:10 PM
    Resolved:
    10/Jan/08 11:35 PM