Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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)

Change History (4)

comment:1 Changed 17 years ago by John Hampton

Resolution: fixed
Status: newclosed

Fixed in #2591. Thanks.

comment:2 Changed 17 years ago by John Hampton

er, that should have been [2591]

comment:3 Changed 17 years ago by John Hampton

(In [])

  • Removed erronous print statement. Fixes #1948

comment:4 Changed 17 years ago by John Hampton

(In [2591])

  • Removed erronous print statement. Fixes #1948

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain John Hampton.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.