TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
152 stars 93 forks source link

Consider throwing exception if namespace uses https #910

Closed s2b closed 3 months ago

s2b commented 3 months ago

It should be considered if it makes sense to throw an exception if a Fluid namespace is registered with https://typo3.org/ns/ instead of http://typo3.org/ns/. This would be a breaking change.

liayn commented 3 months ago

Related #385 #359 #360

mbrodala commented 3 months ago

A few more options:

lolli42 commented 3 months ago

@mbrodala This would be heavily breaking for everyone, leading to changes for everyone without much benefit. I don't think we should do this now.