Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-2807

Use specific Instruction for <body> end element

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.1
    • JSR-314
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              lu4242 Leonardo Uribe
              lu4242 Leonardo Uribe
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: