Skip to content

Trac RSS links broken #204

Closed
Closed
@medmunds

Description

@medmunds

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:

  1. Log into Trac using a GitHub account. [I haven't tested with a Trac account.]
  2. Go to https://code.djangoproject.com/timeline or https://code.djangoproject.com/query (default or with any query options)
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions