From f1235c7f882cdd423d5ca2898336bf4a0d90f80f Mon Sep 17 00:00:00 2001 From: DaneEveritt Date: Sat, 21 May 2022 17:02:40 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a426356..613a63dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ using these eggs should be updated to account for the new format. * Allocations cannot be deleted from a server by a user if the server is configured with an `allocation_limit` set to `0`. * The Java Version modal no longer shows a dropdown and update option to users that do not have permission to make those changes. * The Java Version modal now correctly returns only the images available to the server's selected Egg. +* Fixes leading and trailing spaces being removed from variable values on file manager endpoints, causing errors when trying to perform actions against certain files and folders. ### Changed * Forces HTTPS on URLs when the `APP_URL` value is set and includes `https://` within the URL. This addresses proxy misconfiguration issues that would cause URLs to be generated incorrectly.