Ticket #5898 (new defect)
Wrong req.redirect in process_admin_request
| Reported by: | airadier@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | admin/web | Version: | devel |
| Severity: | normal | Keywords: | verify |
| Cc: |
Description
When using req.redirect method in process_admin_request, like:
req.redirect(self.env.href.admin(cat, page))
the browser is redirected to:
instead of
http://host/trac/project/admin/cat/page
(so the "trac/project" part is missing).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


