Ticket #1948 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Debug statement causes malformed headers with cgi (on 0.11)

Reported by: dgynn Assigned to: pacopablo
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

Change History

08/24/07 01:26:24 changed by pacopablo

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in #2591. Thanks.

08/24/07 01:26:53 changed by pacopablo

er, that should have been [2591]

08/24/07 01:30:18 changed by pacopablo

(In [])

  • Removed erronous print statement. Fixes #1948

08/24/07 01:31:13 changed by pacopablo

(In [2591])

  • Removed erronous print statement. Fixes #1948

Add/Change #1948 (Debug statement causes malformed headers with cgi (on 0.11))




Change Properties
Action