Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 3.0 M2, 2.2.4
-
Component/s: HTTP Support
-
Labels:
-
Environment:IIS (v7.5.7600.16385), Windows 7
-
Reference URL:
Description
My IIS server (v7.5.7600.16385) is returning "- 1" as an http Expires header instead of a date. This is in non-conformance to the HTTP Spec but is making HttpHeaders.java getFirstDate(..) method eventually fail with an unable to parse exception. (HttpRequestExecutingMessageHandler->toHeaders->getHTTPHeader -> getExpires() -> getFirstDate()
It's possible to work-around this by using the mapped-response-headers feature to only map in http fields that we care about.
Attachments
Issue Links
- relates to
-
SPR-10648 HttpHeaders should be tolerant with bad date-aware headers as it said in the RFC 2616
-
- Closed
-