|
|
|
@ -155,11 +155,7 @@ void WebApplication::sendWebUIFile()
@@ -155,11 +155,7 @@ void WebApplication::sendWebUIFile()
|
|
|
|
|
if (m_isAltUIUsed) |
|
|
|
|
{ |
|
|
|
|
if (!Utils::Fs::isRegularFile(localPath)) |
|
|
|
|
{ |
|
|
|
|
status(500, u"Internal Server Error"_qs); |
|
|
|
|
print(tr("Unacceptable file type, only regular file is allowed."), Http::CONTENT_TYPE_TXT); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
throw InternalServerErrorHTTPError(tr("Unacceptable file type, only regular file is allowed.")); |
|
|
|
|
|
|
|
|
|
QFileInfo fileInfo {localPath.data()}; |
|
|
|
|
while (Path(fileInfo.filePath()) != m_rootFolder) |
|
|
|
|