#683: FeedController, redirect to default feed, generates an incorrect URL
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 0.9a2
Component: CherryPy | Version:
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
Create a controller.
Mount it in the Root controller as A.
Create a FeedController.
Mount it in controller A as B.
You should now have URLS of: '/A/B/rss2.0', '/A/B/atom1.0', and
'/A/B/atom0.3'.
If you access '/A/B', you should be redirected to the default feed type,
which is normally atom1.0, so it should be generating a URL of
'/A/B/atom1.0'. Instead, it will generate a URL of '/B/A/atom1.0'.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/683>
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.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---