IBM Support

JR50259: CMVC 235305 - Provides customers with the extension point AbstractURLPostProcessor to the URLTag

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • When using Datapower for Ajax requests they are sent through as
    http instead of https which can cause storefront errors.
    

Local fix

Problem summary

  • Provides customers with the extension point
    AbstractURLPostProcessor to the URLTag
    

Problem conclusion

  • After applying this Fix you can follow the below example to
    modify the URL
    
    1) Create this properties file in the classpath, for example:
    C:\WCDE_INT70\workspace\Stores\WebContent\WEB-INF\classes\com\ib
    m\commerce\foundation\internal\client\taglib\
    UrlTag$AbstractURLPostProcessor.properties
    
    The contents of the file is just the extension file class name
    
    2) Then just create the class file:
    package com.mycompany.taglib;
    
    import javax.servlet.jsp.PageContext;
    import
    com.ibm.commerce.foundation.internal.client.taglib.UrlTag.Abstra
    ctURLPostProcessor;
    
    public class MyUrlTagProcessor extends AbstractURLPostProcessor
    {
     /*
      * (non-Javadoc)
      * @see
    com.ibm.commerce.foundation.internal.client.taglib.UrlTag.Abstra
    ctURLPostProcessor#processURL(java.lang.StringBuilder,
    javax.servlet.jsp.PageContext, java.lang.String,
    java.lang.String, boolean, java.lang.String)
      */
     public void processURL(StringBuilder resultURL,
       PageContext pageContext, String storeId, String value,
       boolean isNewSEOURL, String type) {
    
      System.out.println("fix the URL as needed!!!");
     }
    }
    

Temporary fix

Comments

APAR Information

  • APAR number

    JR50259

  • Reported component name

    WC BUS EDITION

  • Reported component ID

    5724I3800

  • Reported release

    700

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2014-05-15

  • Closed date

    2015-08-07

  • Last modified date

    2015-08-07

  • 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

    WC BUS EDITION

  • Fixed component ID

    5724I3800

Applicable component levels

  • R700 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSYSYL","label":"WebSphere Commerce Enterprise"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.0","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
07 August 2015