-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.3.20
-
Fix Version/s: 2.5.x
-
Component/s: None
-
Labels:None
currently struts is a little low performance because we must do much security check,I think struts should provide two ways for security check,One for client inputs and the other for non-inputs.client inputs must use the most strict check.and server side expressions could skip most check,it will improve performance because most of access is from server side.