[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2312: DeprecationWarning about passing non-bytes header values

Tahoe-LAFS trac at tahoe-lafs.org
Wed Jan 21 08:48:28 UTC 2015


#2312: DeprecationWarning about passing non-bytes header values
------------------------+--------------------------------------------------
     Reporter:  daira   |      Owner:  warner
         Type:  defect  |     Status:  new
     Priority:  minor   |  Milestone:  1.10.1
    Component:  code    |    Version:  1.10.0
   Resolution:          |   Keywords:  DeprecationWarning cygwin tests easy
Launchpad Bug:          |
------------------------+--------------------------------------------------

Comment (by warner):

 After fixing that, I found one other instance, when various web requests
 use `nevow.rend.Page`'s feature of `self.addSlash==True`. This code path
 causes `setHeader("location", url)` to be called with a `nevow.url.URL`
 instance, instead of a string. There's no good way for us to fix this from
 tahoe.. the fix really needs to be in Nevow itself. Filed as
 https://github.com/twisted/nevow/issues/52 .

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2312#comment:6>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list