Feature #3305

Unmodified objects retrieved from a repository should not be validated in the controller

Added by Robert Lemke about 6 years ago. Updated over 1 year ago.

Status:Accepted Start date:2009-05-14
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

0%

Category:MVC
Target version:-
PHP Version: Complexity:
Has patch:No

Description

Unmodified objects retrieved from a repository should not be validated in the controller

Associated revisions

Revision 58cf4d49
Added by Christopher Hlubek over 1 year ago

[!!!][FEATURE] Optional evaluation of validator with IgnoreValidation

If an @IgnoreValidation annotation is added for an action argument,
the validation will not be evaluated by default anymore. This is an
optimization for read-only actions and other cases where the validation
adds a measurable overhead.

The annotation option "evaluate" can be set to true to enable the old
behaviour of evaluating the validator for the argument and storing the
validation results (while still ignoring any error).

Change-Id: I77fcdb22307380926699bf558e4fadaa0ffff3e3
Releases: master
Related: #3305

History

#1 Updated by Karsten Dambekalns about 6 years ago

  • Target version changed from 1.0 alpha 1 to 1.0 alpha 2

Moving to alpha2...

#2 Updated by Robert Lemke about 6 years ago

  • Target version changed from 1.0 alpha 2 to 283

#3 Updated by Robert Lemke about 6 years ago

  • Target version deleted (283)

#4 Updated by Sebastian Kurfuerst almost 5 years ago

  • Target version set to 1230

#5 Updated by Karsten Dambekalns almost 4 years ago

  • Target version deleted (1230)

#6 Updated by Karsten Dambekalns over 1 year ago

  • Has patch set to No

Also available in: Atom PDF