Breaking: #79327 - The veriCode - vC parameter is not evaluated any more
See forge#79327
Description
The veri
(&v
) parameter generated by Abstract
is not evaluated anymore in:
Import
Export Controller:: check Upload () File
Controller:: main () Edit
Document Controller:: process Data () Simple
Data Handler Controller:: main ()
Also the following properties have been removed:
Edit
Document Controller:: v C Simple
Data Handler Controller:: v C Import
Export Controller:: v C
Impact
Any code reading from the removed v
properties will now throw an "Undefined property" notice.
Affected Installations
Any installation having code relying on 'vC' property being present in aforementioned classes, or relying on v
parameter being checked.
Migration
Remove calls to veri
or any v
HTTP parameter evaluation from your code. Ensure your code uses module
to protect backend urls.