Bug #34408

CollectionValidator goes in endless recursion

Added by Pankaj Lele over 3 years ago. Updated over 3 years ago.

Status:Closed Start date:2012-02-29
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

0%

Category:Validation
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version:5.3 Complexity:
Has patch:No Affected Flow version:Git master

Description

This is a case when 2 domain objects are associated with ManyToMany relation. If the owning side object is created/updated/deleted via ActionController the page load hangs and after few minutes it goes out of memory.

I imagine Post m:n Tags, when Post is created the Post::tags property is validated with CollectionValidator then it again tries to validate Tag::posts property and goes in recursion.


Related issues

duplicates TYPO3.Flow - Bug #34154: ObjectValidator has exponential growth factor Resolved 2012-02-21

History

#1 Updated by Karsten Dambekalns over 3 years ago

  • Status changed from New to Closed
  • Assigned To set to Karsten Dambekalns

Duplicate of #34154 with fix under review at http://review.typo3.org/9180

Also available in: Atom PDF