#2900: mod_python: txt format view of wiki pages throws exception
---------------------------------+------------------------------------------
 Reporter:  athomas              |        Owner:  cmlenz
     Type:  defect               |       Status:  new   
 Priority:  normal               |    Milestone:        
Component:  mod_python frontend  |      Version:  devel 
 Severity:  normal               |   Resolution:        
 Keywords:  wsgi                 |  
---------------------------------+------------------------------------------
Comment (by mgood):

 Alec, where was that called from?  The `Request.write` method encodes
 `unicode` objects  to the configured character set, so the data written to
 the FCGI response should be `str` objects.  If something's writing
 `unicode` objects directly to the response it should be changed to encode
 them first.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2900>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to