[BUGFIX] ResourceStorage does not sanitize folder/file name
On multiple places the new folder or filename is not sanitized before the checks are done to see if the a folder of file with that name already exists. This patch makes sure the new names gets sanitized first and also takes care that the name of the resultObject is passed to the PostFolderMove, PostFolderCopy and PostFolderRename signals. Resolves: #57681 Releases: 6.2 Change-Id: Id951ded531c9979e7cb4bdcd319f56a8f810fa96 Reviewed-on: https://review.typo3.org/29202 Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Stefan Neufeind Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Francois Suter Tested-by: Francois Suter
Please register or sign in to comment