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:
ImportExport Controller:: check Upload () FileController:: main () EditDocument Controller:: process Data () SimpleData Handler Controller:: main ()
Also the following properties have been removed:
EditDocument Controller:: v C SimpleData Handler Controller:: v C ImportExport 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.