We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
headers.clone()
In Lucee 6 the clone method is no longer available on a Struct.
clone
models/HyperRequest.cfc:1286 :
models/HyperRequest.cfc:1286
req.setHeaders( variables.headers.clone() );
Throws the following error:
GLOBAL BUNDLE EXCEPTION -> expression:The function [clone] does not exist in the Struct. Available functions are [append, clear, copy, count, delete, duplicate, each, every, filter, find, findKey, findValue, getMetadata, insert, isEmpty, keyArray, keyExists, keyList, keyTranslate, len, map, numberFormat, reduce, some, sort, toJson, toSorted, update, valueArray].:Only the following functions are available [ append, clear, copy, count, delete, duplicate, each, every, filter, find, findKey, findValue, getMetadata, insert, isEmpty, keyArray, keyExists, keyList, keyTranslate, len, map, numberFormat, reduce, some, sort, toJson, toSorted, update, valueArray ]. -> at /home/runner/work/cbelasticsearch/cbelasticsearch/modules/hyper/models/HyperRequest.cfc:1286
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Lucee 6 the
clone
method is no longer available on a Struct.models/HyperRequest.cfc:1286
:Throws the following error:
The text was updated successfully, but these errors were encountered: