Description
When you are already logged into Django's Trac, the RSS links go to a login page rather than the RSS feed, and there's no obvious way to actually get the RSS.
To reproduce:
- Log into Trac using a GitHub account. [I haven't tested with a Trac account.]
- Go to https://code.djangoproject.com/timeline or https://code.djangoproject.com/query (default or with any query options)
- Scroll to the bottom of the page and click the "RSS Feed" link
Results: you are redirected to the login page (despite already being logged in), with the query "referer" param set to the RSS feed url. But trying to login again there (with GitHub) sends you to the Trac homepage rather than the RSS feed (likely because of #195).
Expected: you should end up on the appropriate RSS feed
Note: these RSS feeds don't actually require login. Also, the "Comma-delimited Text" and "Tab-delimited Text" links at the bottom of the query page don't have this problem.
Workaround: either logout first (the links aren't broken when you're logged out), or ignore the RSS links and instead just append a format=rss
query param to the query/timeline URL.