#2466: pylons.resonse.headers contains duplicated 'Content-Type'
---------------------------+------------------------------------------------
 Reporter:  Tomoyuki Kano  |       Owner:                  
     Type:  defect         |      Status:  new             
 Priority:  high           |   Milestone:  __unclassified__
Component:  TurboGears     |     Version:  trunk           
 Severity:  major          |    Keywords:                  
---------------------------+------------------------------------------------
 1. This assignment put two 'Content-Type' on {{{pylons.response.header}}}
 as a result.

     {{{tg/configuration.py:197}}}
     {{{
 pylons_config['pylons.response_options']['headers']['Content-Type'] = None
 }}}


  2. The {{{DecoratedController._render_response}}} corrects this situation
 with most cases.

  3. However, if {{{pylons.controllers.XMLRPCController}}} is used for
 instance with TG2,
  {{{paste.replace_header()}}} generates the exception by {{{response}}}
 generated from
  {{{config}}} that TG2 destroyed.

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2466>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

-- 
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en

Reply via email to