← Back to team overview

registry team mailing list archive

[Bug 666083] [NEW] remove tornado.escape

 

Public bug reported:

We are requiring tornado only because of tornado.escape used in the
objectstore handler.py

The rest of objectstore has switched to twisted/wsgi.  Maintaining
tornado for:

jesse@gigantor:~/nova/trunk/nova/objectstore$ grep escape handler.py 
from tornado import escape
    request.write('<' + escape.utf8(name) +
    request.write('</' + escape.utf8(name) + '>')
        write_cb(escape.xhtml_escape(value))
                write_cb('<' + escape.utf8(name) + '>')
                write_cb('</' + escape.utf8(name) + '>')

seems silly

** Affects: nova
     Importance: Undecided
     Assignee: termie (termie)
         Status: New

-- 
remove tornado.escape
https://bugs.launchpad.net/bugs/666083
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



Follow ups

References