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 information
APAR number PQ54784
Reported component name WEBSPHERE AE NT
Reported component ID 5630A2201
Reported release 400
Status CLOSED PER
PE NoPE
HIPER NoHIPER
Submitted date 2001-11-14
Closed date 2001-11-14
Last modified date 2001-12-21

APAR is sysrouted FROM one or more of the following:
PQ54562

APAR is sysrouted TO one or more of the following:

Modules/Macros
ENGINE          

Fix information
Fixed component name WEBSPHERE AE NT
Fixed component ID 5630A2201

Applicable component levels
R400 PSY    UP


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