Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: ActionBean Dispatching, Formatting, Tag Library, Validation
-
Labels:None
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.
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.