Thomas Andraschko created MYFACES-4381:
------------------------------------------
Summary: Invalid ID is created when facet contains invalid (id)
chars
Key: MYFACES-4381
URL: https://issues.apache.org/jira/browse/MYFACES-4381
Project: MyFaces Core
Issue Type: Bug
Reporter: Thomas Andraschko
Assignee: Thomas Andraschko
e.g.
f:facet name="{Exporter}" seems valid from spec perspective
but in MyFaces this name is reused in the UIPanel facet instance and therefore
we throw a expcetion later, that it contains { or }
Mojarra doesnt set a ID to the facet, therefore it doenst occur
for now . is replaced with _, i will enhance this to replace {}
i general a regex would be better here but also slower
--
This message was sent by Atlassian Jira
(v8.3.4#803005)