Modify ↓
Opened 14 years ago
Last modified 10 years ago
#7667 new defect
TracCas login in endless loop when using new 0.12 repository setup
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracCasPlugin |
Severity: | normal | Keywords: | cas loop |
Cc: | Trac Release: | 0.12 |
Description
TracCasPlugin has been working fine on 0.12 since upgrading a week ago. Today, TracCasPlugin was stuck in an endless loop after implementing the necessary changes to support multiple repositories.
Reading TracRepositoryAdmin under Per Request Sync it mentions that "... the changeset listener extension point is not called, and therefore plugins using it will not work correctly."
I removed the line in trac.ini setting repository_sync_per_request to an empty value and the problem was solved. So there is something that needs fixed in the plugin to remove the dependency on this changeset listener extension point.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 10 years ago by
Owner: | Noah Kantrowitz deleted |
---|
Note: See
TracTickets for help on using
tickets.
I would look at: http://informatics.kumc.edu/work/ticket/263#comment:2 for a solution to the endless loop problem.