Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

This content has been archived and is no longer being updated.

Links may not function; however, this content may be relevant to outdated versions of the product.

WebSphere 6.1 property setting prohibiting opening of work object attachments

Updated on May 7, 2019

Symptom

 

  1. The user clicks the attachment icon from the work object to display the Attachments window.
  2. The user then clicks the appropriate attachment. The File Download dialog appears.
  3. When the user selects to Save the attachment to a local drive, the process completes successfully.
  4. When the user selects to Open the attachment, an error message is displayed saying that the file cannot be found.

This occurs because a property in WebSphere 6.1 is not set properly. Upon installation of WebSphere, the CookiesConfigureNoCache property is left blank and treated as set to “true.”

When this property is set to true (or blank) the following are added to the HTTP response message:

  • an Expires header that points to a very old date 
  • a Cache-Control header that explicitly tells the client not to cache the Set-Cookie header

The combination of these two headers prevents Internet Explorer from saving the attachment to the temporary folder and so the user cannot open the attachment.

 

Solution

Resolution

To resolve this issue, set the CookiesConfigureNoCache property to false, as follows:

  1. From the WebSphere administration console, select Application Servers > server name > Web Container settings > Web container transport chains > chain_name > HTTP Inbound Channel > Custom Properties > New.
  2. Under General Properties, do the following:

- Enter CookiesConfigureNoCache in the Name field.
- Enter false in the Value field
- Optionally enter a description in the Description field.

  1. Click Apply and then click OK.
  2. Click Save to save your changes.
  3. Restart the server.

For more information on this issue, see:

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us