PQ54784: WHEN USING MIME TYPE FILTER, THE 'LAST-MODIFIED' FIELD IS NOT DISPLAYED. | |||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||
APAR status Closed as program error. Error description Customer complains that header request appears in response and that the 'last-modified' field is not displayed when using Mime Type Filter.Local fix If efix PQ50381 is not applied, you can add the following line in the source code: response.setDateHeader("last-modified", request.getDateHeader("l ast-modified"));Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server 4.0 * * developers using MimeFiltering. * **************************************************************** * PROBLEM DESCRIPTION: Making call to setDateHeader throws * * IllegalStateException Unsupported * * Conversion. * **************************************************************** * RECOMMENDATION: * **************************************************************** When using MimeFiltering, developer is trying to set the lastModified date header to keep track of the last time this page was called. This should not be done but customer's application requires this functionality.Problem conclusion Add conversion method to convert String to long and long to String datatypes for HeaderFields.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: PQ54562 APAR is sysrouted TO one or more of the following: Modules/Macros
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ54784
IBM Group: Software Group
Modified date: Dec 21, 2001
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.