FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
518 stars 83 forks source link

Fix file excludes with leading slashes #206

Closed IonBazan closed 4 years ago

IonBazan commented 4 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets -
License MIT

Tests were failing due to leading slash / in file names during extraction. This should fix issues with #201 and #202.

billybraga commented 4 years ago

Am I right to understand that the merge of this is the only thing blocking Symfony 5 support (#201)?

IonBazan commented 4 years ago

@billybraga Yes. Plus seems like something changed on CKEditor side and release archives now contain leading slash, so update is highly recommended to keep excludes working properly.