IBM Support

PM14983: SIPSERVLETREQUEST SETREQUESTURI() DOES NOT WORK FOR INCOMING REQUEST

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • A subsequent call to req.getRequestURI() after calling
    req.setRequestURI() does not return the value that was set.
    
    This code:
    
    SipURI requestURI = null;
             requestURI = (SipURI)
    factory.createURI(modifiedRequestURI);
    
             log.finest("Setting the request URI in the message to:
    " +
    requestURI.toString());
    
             req.setRequestURI(requestURI);
             log.finest("Request URI in the request is now " +
    req.getRequestURI());
    
    Yielded this output in the log:
    
    2010-05-13 12:06:25,739: Setting the request URI in the message
    to:
    sip:1187654@raleigh.ibm.com
    2010-05-13 12:06:25,740: Request URI in the request is now
    sip:87654@raleigh.ibm.com
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application Server
    ****************************************************************
    * PROBLEM DESCRIPTION: SipServletRequest.setRequestURI API     *
    *                      did not modify the request URI on       *
    *                      some scenarios.                         *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    A User could not modify the request URI on an uncommited
    SipServletRequest.
    

Problem conclusion

  • To comply with the specification the behavior was modified to
    allow modifying request URI on an uncommitted message.
    .
    The fix for this APAR is currently targeted for inclusion in
    CEA fix pack 1.0.0.5.  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

    PM14983

  • Reported component name

    WEBS APP SERV N

  • Reported component ID

    5724H8800

  • Reported release

    700

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-05-21

  • Closed date

    2010-06-03

  • Last modified date

    2010-06-03

  • 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

    CEA FEATUREPACK

  • Fixed component ID

    5724J0855

Applicable component levels

  • R700 PSY

       UP

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SUPPORT","label":"IBM Worldwide Support"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"700","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
09 February 2022