Skip to content
Snippets Groups Projects
Commit 77d2e6b3 authored by Jan Delius's avatar Jan Delius Committed by Benni Mack
Browse files

[BUGFIX] Resolve nested public path inside ext:install DefaultFactory

This patch provides support for nested public paths in the TYPO3
installer. The DefaultFactory iterates backwards through the components
of the path to build a correct array.
To keep the source code as simple as possible, the substructure is
already built and passed to the function. Thus references in the code
can be avoided.

Resolves: #90690
Releases: master
Change-Id: Ib3bb3f265f0e0dc90a56fa2275f12e6cc1e602b1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63640


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarRico Drexler <rico.drexler@gmx.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 01048ed0
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment