Opened 13 years ago

Last modified 12 years ago

#8970 closed defect

audocomplete fails to function under Trac 0.12 — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.