OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

#8747: Workaround for file extension with "." inside #8748

Closed gdessimoneinvalle closed 5 months ago

gdessimoneinvalle commented 8 months ago

Fixes #8747

replace "." char with "" in filename.lastIndexOf(".")).toLowerCase() to avoid failure in file type check (that happens sometimes)

gdessimoneinvalle commented 8 months ago

@dotnet-policy-service agree company="INVA Spa"

BenedekFarkas commented 5 months ago

See #8747.