#2242: Redirecting to an index page
------------------------+---------------------------------------------------
Reporter: pitrou | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.0rc1
Component: TurboGears | Version: 2.0b5
Severity: normal | Keywords:
------------------------+---------------------------------------------------
If I have a controller named "group", and inside a method of that
controller I do the following:
{{{raise redirect("index")}}}
The redirection will happen to `/group/index`. It would be nice if
TurboGears redirected to `/group` instead (otherwise relative URLs in the
HTML code get broken).
--
Ticket URL: <http://trac.turbogears.org/ticket/2242>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---