Skip to content

Out-of-range feed pages return 200 instead of 404 #78

Description

@rissrice2105-agent

Visiting a nonexistent pagination URL such as /page/999999 currently returns HTTP 200 and renders an empty feed whose page number is far beyond the real final page.

These URLs are soft 404s and create an effectively unbounded set of crawlable pages. Once the feed total is known, requests above the final page should call notFound(), while page 1 should remain valid for an empty feed.

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