CWE-103: Struts: Incomplete validate() Method Definition

VariantDraft

The product has a validator form that either does not define a validate() method, or defines a validate() method but does not call super.validate().

View on MITRE
Back to CWE Lookup

Extended Description

If the code does not call super.validate(), the Validation Framework cannot check the contents of the form against a validation form. In other words, the validation framework will be disabled for the given form.

Technical Details

Structure
Simple

Applicable To

Languages
Java
Platforms

Learn More