IBM Support

PI82426: INCORRECT OUTPUT FOR JSP IN AN EXPRESSION TAG WHEN USING CERTAIN STRING CONCATENATIONS.

Fixes are available

9.0.0.5: WebSphere Application Server traditional V9.0 Fix Pack 5
9.0.0.6: WebSphere Application Server traditional V9.0 Fix Pack 6
9.0.0.7: WebSphere Application Server traditional V9.0 Fix Pack 7
9.0.0.8: WebSphere Application Server traditional V9.0 Fix Pack 8
8.5.5.14: WebSphere Application Server V8.5.5 Fix Pack 14
9.0.0.9: WebSphere Application Server traditional V9.0 Fix Pack 9
9.0.0.10: WebSphere Application Server traditional V9.0 Fix Pack 10
8.5.5.15: WebSphere Application Server V8.5.5 Fix Pack 15
9.0.0.11: WebSphere Application Server traditional V9.0 Fix Pack 11
9.0.5.0: WebSphere Application Server traditional Version 9.0.5 Refresh Pack
9.0.5.1: WebSphere Application Server traditional Version 9.0.5 Fix Pack 1
9.0.5.2: WebSphere Application Server traditional Version 9.0.5 Fix Pack 2
8.5.5.17: WebSphere Application Server V8.5.5 Fix Pack 17
9.0.5.3: WebSphere Application Server traditional Version 9.0.5 Fix Pack 3
9.0.5.4: WebSphere Application Server traditional Version 9.0.5 Fix Pack 4
9.0.5.5: WebSphere Application Server traditional Version 9.0.5 Fix Pack 5
WebSphere Application Server traditional 9.0.5.6
9.0.5.7: WebSphere Application Server traditional Version 9.0.5 Fix Pack 7
9.0.5.8: WebSphere Application Server traditional Version 9.0.5.8
8.5.5.20: WebSphere Application Server V8.5.5.20
8.5.5.18: WebSphere Application Server V8.5.5 Fix Pack 18
8.5.5.19: WebSphere Application Server V8.5.5 Fix Pack 19
9.0.5.9: WebSphere Application Server traditional Version 9.0.5.9
9.0.5.10: WebSphere Application Server traditional Version 9.0.5.10
8.5.5.16: WebSphere Application Server V8.5.5 Fix Pack 16
8.5.5.21: WebSphere Application Server V8.5.5.21
9.0.5.11: WebSphere Application Server traditional Version 9.0.5.11

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The JSP parser is generating incorrect code when concatenating
    a string constant to an integer which also uses the ++ operator
    inside an expression tag.  An example of the JSP code which
    will cause the problem is:
    
    <% int i = 0;%>
    <%= "month" + i++%>
    
    This produces the following lines of code (shown when
    keepgenerated is set):
    
    out.write( "month" );
    out.print( i);
    out.print( i+);
    
    This APAR will resolve the problem.
    

Local fix

  • Altering the JSP code so that the string is not constant, such
    as:
    
    <%
    int i = 0;
    String month = "month";
    
    %>
    <%= month + i++%>
    
    This will work around the problem and produce correct output.
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server                                      *
    *                  Traditional profile versions 8.5.5 and 9.0  *
    *                  and Liberty profile - JavaServer Pages      *
    *                  (JSP)                                       *
    *                  2.2 and 2.3                                 *
    ****************************************************************
    * PROBLEM DESCRIPTION: Some JSP expressions concatenating a    *
    *                      string with an incremental variable     *
    *                      might generate incorrect output.        *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    The following JSP expressions, most of which concatenate a
    string with an incremental variable
    (i.e. i++ or ++i), will generate incorrect output: (assuming
    variable 'i' has been declared and
    initialized)
    <%= "test" + i++%>
    <%= i++%> (notice the lack of a whitespace char before '%')
    <%= i++ + "test" %>
    

Problem conclusion

  • The JSP engine has been modified to generate the right output
    to each of the problematic cases mentioned in the problem
    summary.
    
    The fix for this APAR is currently targeted for inclusion in
    fix packs 8.5.5.13, 9.0.0.5, and 17.0.0.14.  Please refer to
    the Recommended Updates page for delivery information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

Comments

APAR Information

  • APAR number

    PI82426

  • Reported component name

    WEBSPHERE FOR Z

  • Reported component ID

    5655I3500

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2017-06-01

  • Closed date

    2017-08-31

  • Last modified date

    2018-02-28

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBSPHERE FOR Z

  • Fixed component ID

    5655I3500

Applicable component levels

  • R850 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS7K4U","label":"WebSphere Application Server for z\/OS"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"850","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
04 May 2022