Modify

Opened 14 years ago

Closed 14 years ago

#7155 closed defect (fixed)

need content length for .12

Reported by: Steven R. Loomis Owned by: Rob McMullen
Priority: normal Component: MathCaptchaPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

I got an internal error

2010-05-20 19:54:53,682 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File "/home/srl/src/trac/trac/web/main.py", line 512, in _dispatch_request
    dispatcher.dispatch(req)
  File "/home/srl/src/trac/trac/web/main.py", line 233, in dispatch
    resp = chosen_handler.process_request(req)
  File "/home/srl/src/trac-plugins/mathcaptcha/mathcaptcha/MathCaptcha.py", line 435, in process_request
    self.process_attempts(req)
  File "/home/srl/src/trac-plugins/mathcaptcha/mathcaptcha/MathCaptcha.py", line 456, in process_attempts
    req.write(html)
  File "/home/srl/src/trac/trac/web/api.py", line 528, in write
    raise RuntimeError("No Content-Length header set")
RuntimeError: No Content-Length header set

Attachments (2)

7155mathcaptcha.patch (1.5 KB) - added by Steven R. Loomis 14 years ago.
7155mathcaptcha.patch
7155mathcaptcha2.patch (1.7 KB) - added by Steven R. Loomis 14 years ago.
7155mathcaptcha2.patch

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Steven R. Loomis

Attachment: 7155mathcaptcha.patch added

7155mathcaptcha.patch

comment:1 Changed 14 years ago by Steven R. Loomis

Also, I was getting errors about a missing function prepare_wiki_page

see attached 7155mathcaptcha2.patch for a fix

Changed 14 years ago by Steven R. Loomis

Attachment: 7155mathcaptcha2.patch added

7155mathcaptcha2.patch

comment:2 Changed 14 years ago by Rob McMullen

Resolution: fixed
Status: newclosed

(In [8267]) Fixed #7155: added patches to support 0.12

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Rob McMullen.
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.