Modify ↓
#1948 closed defect (fixed)
Debug statement causes malformed headers with cgi (on 0.11)
Reported by: | Dave Gynn | Owned by: | John Hampton |
---|---|---|---|
Priority: | normal | Component: | IrcLogsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Line 185 of __init__.py
has a spurious print "test" statement that causes malformed headers for trac.cgi . This is only on the 0.11 branch.
def match_request(self, req): print "test"
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Fixed in #2591. Thanks.