Development

#2557 ([PATCH] Value for 'Content-Type' HTTP meta header is repeated)

You must first sign up to be able to contribute.

Ticket #2557 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Value for 'Content-Type' HTTP meta header is repeated

Reported by: Sija Assigned to: fabien
Priority: minor Milestone: 1.0.11
Component: other Version: 1.1.0 DEV
Keywords: sfResponse Cc:
Qualification: Unreviewed

Description

Value for key = Content-Type in sfResponse::addHttpMeta() is appended instead of being set to the new value. patch attached.

Attachments

sfWebResponse.class.patch (455 bytes) - added by Sija on 11/20/07 11:37:26.

Change History

11/20/07 11:37:26 changed by Sija

  • attachment sfWebResponse.class.patch added.

12/20/07 21:26:43 changed by fabien

  • milestone set to 1.0.11.

12/20/07 21:27:13 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [6649]) fixed value for 'Content-Type' HTTP meta header is repeated (closes #2557)

12/20/07 21:28:08 changed by fabien

in 6650