SERVER_SOFTWARE identifier for twisted.web2 is incorrectly formatted
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from thijs <[email protected]>: When I print the 'request' object from a twisted.web2 server, it shows that {{{SERVER_SOFTWARE}}} is defined like: {{{ 'SERVER_SOFTWARE': 'Twisted/8.2.0 TwistedWeb/[twisted.web2, version 8.2.0]' }}} Which should be something like: {{{ 'SERVER_SOFTWARE': 'Twisted/8.2.0 TwistedWeb/8.2.0' }}} Only tested this with twisted.web2 but could be a problem in twisted.web as well? ---------- Type : defect Component: web2 Keywords : Priority : normal Nosy : thijs ---------- http://twistedmatrix.com/trac/ticket/3870