Project

General

Profile

Actions

Bug #104162

closed

Fluid: import namespace with https

Added by Sven Burkert 10 days ago. Updated 10 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2024-06-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Namespace import in Fluid is not working when using "https":

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" 
      xmlns:xyz="https://typo3.org/ns/Xyz/Xyz/ViewHelpers" 
      data-namespace-typo3-fluid="true">

Please check this: https://stackoverflow.com/questions/78648270/typo3-fluid-error-unknownnamespaceexception-unknown-namespace/78648271

Actions #1

Updated by Garvin Hicking 10 days ago

  • Status changed from New to Closed

Hi!

Thank your for your report. However, this is intended behaviour, the namespace is a unique identifier, and for fluid viewhelpers it has explicitly been set to be that string. It's not really URL, but an identifier, so you need to use the exact identifier here. A namespace cannot have two identifiers, so this cannot be changed without violating XML namespace specification rules.

I will close this issue for now, if you feel this is a mistake or have additional feedback, please get in touch. You can also create a follow-up issue.

Actions

Also available in: Atom PDF