You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If $System.CSP.GetFileName(..publicURL) is empty - e.g., because the public URL doesn't match a web application - PerformActivateFileReplacements will try to perform replacements in the current directory, which may contain IRIS.DAT.
More generally, there should be validation that ..publicURL aligns to a web application and a descriptive failure if it doesn't.
Note: the React processor isn't documented and I'm sure nobody is using it yet, and you'd need a misconfigured module.xml to trigger this.
The text was updated successfully, but these errors were encountered:
If
$System.CSP.GetFileName(..publicURL)
is empty - e.g., because the public URL doesn't match a web application - PerformActivateFileReplacements will try to perform replacements in the current directory, which may contain IRIS.DAT.More generally, there should be validation that
..publicURL
aligns to a web application and a descriptive failure if it doesn't.Note: the React processor isn't documented and I'm sure nobody is using it yet, and you'd need a misconfigured module.xml to trigger this.
The text was updated successfully, but these errors were encountered: