You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it's still possible to provide a PHP namespace instead of a namespace URI to the <html xmlns...> tag. Since this is not valid XML and an unexpected behavior, we should enforce the URI syntax for xmlns while still allowing the alternative syntax with {namespace xx=...}.
Currently, it's still possible to provide a PHP namespace instead of a namespace URI to the
<html xmlns...>
tag. Since this is not valid XML and an unexpected behavior, we should enforce the URI syntax forxmlns
while still allowing the alternative syntax with{namespace xx=...}
.https://github.com/TYPO3/Fluid/blob/main/src/Core/Parser/TemplateProcessor/NamespaceDetectionTemplateProcessor.php#L98
This should be deprecated with Fluid 4 and removed with Fluid 5.
The text was updated successfully, but these errors were encountered: