Opened 13 years ago

Last modified 12 years ago

#8970 closed defect

audocomplete fails to function under Trac 0.12 — at Version 1

Reported by: rudy@… Owned by: Ryan J Ollos
Priority: normal Component: AutocompleteUsersPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

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.

Change History (1)

comment:1 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.