ICEfaces
  1. ICEfaces
  2. ICE-1088

ICEfaces stock Facelets DOCTYPE stripping

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5.1
    • Fix Version/s: 1.5.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Operating System: All
      Platform: All

      Description

      The old way of stipping whitespace, xml declarations, and DOCTYPE declarations
      had to be altered to use boolean parameters in the more stock Facelets approach.
       But, when trying to stop DOCTYPE declarations from becomming DOM text nodes,
      instead the following text node is created:

      <!DOCTYPE null PUBLIC "null" "null">

        Issue Links

          Activity

          Hide
          Mark Collette added a comment -

          Turns out, this has nothing to do with Facelets, but is rather an issue with the
          DOMResponseWriter and DOMUtils.DocumentTypetoString.

          Show
          Mark Collette added a comment - Turns out, this has nothing to do with Facelets, but is rather an issue with the DOMResponseWriter and DOMUtils.DocumentTypetoString .
          Hide
          Mark Collette added a comment -

          It's still a valid issue that needs to be fixed, it's just that it's not
          Facelets specific.

          Show
          Mark Collette added a comment - It's still a valid issue that needs to be fixed, it's just that it's not Facelets specific.
          Hide
          Mircea Toma added a comment -

          Fixed in commit #12780 (trunk) and #12782 (1.5.1 branch).

          Show
          Mircea Toma added a comment - Fixed in commit #12780 (trunk) and #12782 (1.5.1 branch).

            People

            • Assignee:
              Mircea Toma
              Reporter:
              Mark Collette
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: