Revision 0266ad15
[BUGFIX] Fix support for mixed case namespace identifiers
This change adjusts the ``TemplateParser`` to support namespace aliases
containing upper case characters::
{namespace someNamespace=Some\Package\ViewHelpers}
<someNamespace:someViewHelper />
Without this fix the above ViewHelper tag would not be resolved but
rendered as is.
Background:
This is a regression introduced with the stricter namespace resolution
(see I9c63e7d0b116f9d1baabf09c6c18e97d8deb83fa).
Change-Id: I4d0673a8ee5aed53248c28ea5f186c27fba2f0bb
Releases: master, 3.0
Fixes: FLOW-290
Related: FLOW-150
- added
- modified
- copied
- renamed
- deleted