Remove base64 encoding from files that contain plain text
All threads resolved!
All threads resolved!
Compare changes
There are no changes yet
No changes between version 3 and version 3
This merge request fixes the issue where files containing plain text were base64 encoded after being uploaded from the WebIDE.
Any file without the text/*
mime type is base64 encoded and as a result, the contents of the file in the repo was base64 encoded even if it contains plain text.
This MR prevents this issue by removing the base64 encoding if the file contains plain text.
Closes: #48746 (closed)
No changes between version 3 and version 3