Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-9042

Missing spaces after EL expressions in JSP

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • None
    • None
    • None
    • Hide

      See the enclosed application as the minimal example.

      Show
      See the enclosed application as the minimal example.

    Description

      Spaces are missing after EL expression in the output. For example the following
      ${x} ${y} ${z} comes out as "xyz" (assuming the values bound to the variables are "x", "y", "z", respectively) or ${x} text comes out as "xtext".

      The behaviour is the same on WF 10 and 11. Does not occur on Tomcat 7,8.

      The space is not present in the generated java class on WF and is present on Tomcat, so I assume the problem must be in the JSP parsing.

      My only lead so far is this stackoverflow question back from '08.

      Attachments

        Activity

          People

            rhn-cservice-bbaranow Bartosz Baranowski
            svorcmar Martin Svorc (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: