Use specific Instruction for <body> end element
-----------------------------------------------
Key: MYFACES-2807
URL: https://issues.apache.org/jira/browse/MYFACES-2807
Project: MyFaces Core
Issue Type: Improvement
Components: JSR-314
Affects Versions: 2.0.0
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
This is a small enhancement to the solution done in MYFACES-2624
That one forces to compare every tag with <body>. I think it is better just do
it once when the facelet is built. That means move the comparison:
if (HTML.BODY_ELEM.equalsIgnoreCase(.....
to TextUnit. In that way, the comparison is only done once per page, not one
per each tag in each page.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.