Skip to content

Draft:The test for '' after getting the location into BaseDir should test BaseDir not BaseURL.

Kevin Jesshope requested to merge (removed):kevinofoz-main-patch-32933 into main

Summary

Fix a couple of issues in TFPCustomFileModule.AllowFile

What is the current bug behavior?

Handling of Filenames that do not have a registered location may not work properly. Relative locations do not work as expected.

What is the behavior after applying this patch?

Bug fixed!

Merge request reports