Issue Details (XML | Word | Printable)

Key: ZF-6709
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Alexander Veremyev
Reporter: Alexander Veremyev
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Filter_Input doesn't process messages -> validators mapping correctly

Created: 18/May/09 06:12 AM   Updated: 18/May/09 07:10 AM   Resolved: 18/May/09 07:10 AM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Filter_Input
Affects Version/s: None
Fix Version/s: 1.8.2

Time Tracking:
Not Specified


 Description  « Hide

Zend_Filter_Input doesn't process messages -> validators mapping correctly.

Zend_Filter_Input collects all validators in a $validatorList array (see _validate() method). It has another keys in comparison to original $validatorRule array. It causes a problem.



Alexander Veremyev added a comment - 18/May/09 07:10 AM

Fixed.