IBM Support

PK71029: THUMBNAIL IMAGE CACHED IF SERVLET CACHE ENABLED

 

APAR status

  • Closed as program error.

Error description

  • If servlet cache is enabled then the thumbnail(preview)
    image will be cached. The UI then won't show the image
    immediately if it is updated
    

Local fix

Problem summary

  • If Cu has servlet cache turn on, then the thumbnail(preview)
    image will be cached which cause the UI won't show the update of
    the image immediately
    

Problem conclusion

  • The url for the thumbnail image has parameter "CacheID" in the
    URL, which if "CacheID' is specified in the cachespec.xml for
    cache item component. Add the "cache=none" to the URL, and in
    the cachespec.xml file, specify the param "cache" along with the
    CacheID, in that case, if we have cache=none in the url, item
    won't get cached. The example cachespec.xml would be like
    following:
    
    <?xml version="1.0" ?>
    <!DOCTYPE cache SYSTEM
    "c:\ibm\appserver\properties\cachespec.dtd">
    <cache>
    <cache-entry>
    <class>servlet</class>
    <name>com.presence.connect.ConnectServlet.class</name>
    <property name="store-cookies">false</property>
    <property name="save-attributes">true</property>
    <property name="consume-subfragments">true</property>
    <cache-id>
    
       <component id="CACHEID" type="parameter" >
     <required>true</required>
      </component>
    
       <component id="cache" type="parameter" >
     <required>false</required>
     <not-value>none</not-value>
      </component>
    
       <timeout>3000</timeout>
    
    </cache-id>
    </cache-entry>
    </cache>
    
    A fix for this problem is available for WCM 6.0.1.3 from Fix
    Central at:
    
    http://www.ibm.com/eserver/support/fixes/fixcentral/swgquickorde
    r?brandid=2&productid=Workplace%20Web%20Content%20Management&fix
    es=6.0.1.3-WCM-PK71029
    

Temporary fix

Comments

APAR Information

  • APAR number

    PK71029

  • Reported component name

    LOTUS WEB CONT

  • Reported component ID

    5724I2901

  • Reported release

    60H

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2008-08-25

  • Closed date

    2008-08-25

  • Last modified date

    2008-12-10

  • 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

    LOTUS WEB CONT

  • Fixed component ID

    5724I2901

Applicable component levels

  • R60G PSY

       UP

[{"Business Unit":{"code":"BU051","label":"N\/A"},"Product":{"code":"SUPPORT","label":"IBM Web Content Manager"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"6.0.1.4","Line of Business":{"code":"LOB33","label":"N\/A"}}]

Document Information

Modified date:
20 December 2021