This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
zf-content-validation 1.6.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #99 fixes how the
ContentValidationListener
chooses an input filter
onDELETE
requests. Starting in 1.6.0, it erroneously would fall back to the
default input filter if noDELETE
orDELETE_COLLECTION
input filter was
found. However, this was a backwards incompatible change from previous
versions, which would not apply the default input filter forDELETE
requests. As such, a new check was added to provide the previous behavior in
such situations.