Ticket #8970 (new defect)

Opened 11 months ago

Last modified 11 months ago

audocomplete fails to function under Trac 0.12

Reported by: rudy@AmbrosiaSW.com Assigned to: rjollos
Priority: normal Component: AutocompleteUsersPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (Last modified by rjollos)

the plugin currently fails to function under 0.12, if you place a line just above

req.send('\n'.join(users).encode('utf-8'), 'text/plain')

with:

req.send_header('Content-Length', len('\n'.join(users).encode('utf-8')))

it will be functional again.

Attachments

Change History

07/12/11 03:01:28 changed by rjollos

  • description changed.

Add/Change #8970 (audocomplete fails to function under Trac 0.12)




Change Properties
Action