Skip to:
Content

bbPress.org

Opened 6 months ago

Last modified 6 months ago

#3544 assigned defect (bug)

View RSS feeds return the all-topic feed if the view doesn't exist

Reported by: dd32's profile dd32 Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.10 Priority: high
Severity: normal Version: 2.1
Component: API - Feeds Keywords: has-patch commit
Cc:

Description

If a request such as https://example.org/view/dd32-is-awesome/feed/ is requested, bbPress will process the request and output a valid feed.

Unfortunately, on most sites, this bbPress view simply doesn't exist.

The attached PR resolves this similar to how the non-feed query handles validating if the view exists: https://github.com/bbpress/bbPress/blob/394ae31c059228e866240076db2dc2ca2ddc8a7c/src/includes/core/template-functions.php#L650-L658

Change History (3)

This ticket was mentioned in PR #10 on bbpress/bbPress by @dd32.


6 months ago
#1

  • Keywords has-patch added

#2 @dd32
6 months ago

I patched this on the WordPress.org forums like so: https://meta.trac.wordpress.org/changeset/12529

#3 @johnjamesjacoby
6 months ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 2.6.10
  • Owner set to johnjamesjacoby
  • Priority changed from normal to high
  • Status changed from new to assigned
  • Version set to 2.1
Note: See TracTickets for help on using tickets.