IBM Support

PI46868: REXX CGI REQUESTS MAY DISPLAY AS TEXT IN THE BROWSER.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Rexx CGI requests may display as text in the browser instead of
    executing as expected when moving from Domino Go Webserver
    (DGW) on z/OS to Apache web server.  This is due to a
    difference in how the DGW handled the content-type return.
    

Local fix

  • You can work around this problem by altering the script to set
    the content-type manually, e.g.:
    
    say 'Content-type: text/html'
    say ''
    say ''
    ...
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  Users of IBM HTTP Server on z/OS            *
    ****************************************************************
    * PROBLEM DESCRIPTION: CGI scripts that issue a Content-Type   *
    *                      of "text/x-ssi-html" are rendered as    *
    *                      plain text in the browser.              *
    ****************************************************************
    * RECOMMENDATION:  Apply this fix if investigation of          *
    *                  rendering issues reveals a Content-Type of  *
    *                  "text/x-ssi-html"                           *
    ****************************************************************
    Under IBM HTTP Server 5.3 (DGW), a content-type of
    "text/x-ssi-html" triggered Server-Side Include processing and
    was then silently converted to "text/html" before being
    delivered to the browser.  The Apache-based IBM HTTP Server
    sent text/x-ssi-html verbatim.
    

Problem conclusion

  • IBM HTTP Server (powered by Apache) was updated to convert the
    Content-Type of SSI pages from 'text/x-ssi-html' to
    'text/html'.
    
    Note that the IBM HTTP Server needs to be configured to permit
    SSI by adding the SSI option and adding the INCLUDES output
    filter like so:
    
    <Files *.rx>
      AddOutputFilter INCLUDES .rx
      Options +INCLUDES
    </Files>
    
    The fix for this is expected in the following IHS fixpacks:
     - 9.0.0.0-PI48141
     - 8.5.5.8
     - 8.0.0.12
     - 7.0.0.41
    

Temporary fix

Comments

APAR Information

  • APAR number

    PI46868

  • Reported component name

    WAS IHS ZOS

  • Reported component ID

    5655I3510

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2015-08-13

  • Closed date

    2015-09-25

  • Last modified date

    2018-12-05

  • 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

    WAS IHS ZOS

  • Fixed component ID

    5655I3510

Applicable component levels

  • R700 PSY

       UP

  • R800 PSY

       UP

  • R850 PSY

       UP

  • R90P 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":"8.5","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
28 April 2022