Ticket #1957 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Paginate does not work when server.webpath is set

Reported by: chrisz Assigned to: 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

08/23/08 07:30:28 changed by chrisz

Fixed in r5205.

08/23/08 07:32:24 changed by chrisz

  • status changed from new to closed.
  • resolution set to fixed.