-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Tags:
-
Sprint:nxFG 9.3.2
-
Story Points:1
Some WebEngine resources, including some used by EasyShare, are sent with an invalid Last-Modified header that actually contains invalid characters in the header name:
resp.setDateHeader("Last-Modified:", lastModified);
The : is not supposed to be here.