ICEfaces
  1. ICEfaces
  2. ICE-991

<%@taglib is not tolerated, one or more white spaces required.

    Details

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

      Description

      parser does not tolerate uncommon format like <%@taglib uri=... Current parser
      requires at least one white space in between. But Netbeans does generate such
      <%@taglib uri= which causes document parsing failure.

      The actual change can be made in JspPageToDocument class. Change the
       static String JSP_TAGLIB_PATTERN = "<%@\\s+taglib\\s+(.*?)%>";
      to
       static String JSP_TAGLIB_PATTERN = "<%@\\s*taglib\\s+(.*?)%>";

      should be ok.

        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Liming Wu
            Reporter:
            Liming Wu
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: