Ticket #1957 (closed defect: fixed)
Paginate does not work when server.webpath is set
| Reported by: | chrisz | Owned by: | anonymous |
|---|---|---|---|
| Priority: | high | Milestone: | 1.0.x bugfix |
| Component: | TurboGears | Version: | 1.0.5 |
| Severity: | major | Keywords: | paginate |
| Cc: |
Description
When server.webpath is set, then pressing the arrow keys on a page using the paginate decorator gives errors, since the webpath is added twice. It seems the paginate module uses request.path in some places where request.object_path resp. request.path_info should be used.
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in r5205.