#10305 closed enhancement (fixed)
Not all paged feeds return 404
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Feeds | Version: | 2.8 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
hi folks,
i implemented a map feature for my posts based on my weblog's feeds. as the number of posts certainly increased, i see the need for paging. fortunately this can be done by /feed/?paged=n and a check if the specific feed-page exists (if it doesn't throw a 404).
this works just fine for the general feeds like mydomain.com/feed/?paged=n and date-based queries mydomain.com/2009/feed/?paged=n. though, regarding the paged comments, tags and categories feeds, the aforementioned existence-check does not work, as these feeds return a 200 instead of a 404.
could someone kindly check this behaviour?
thanks,
berny
Change History (4)
- Milestone changed from Unassigned to Future Release
- Type changed from defect (bug) to enhancement
comment:2
follow-up:
↓ 3
solarissmoke — 2 years ago
- Keywords close added; feed 404 paged removed
- Keywords close removed
- Resolution set to fixed
- Status changed from new to closed
Replying to solarissmoke:
This seems to be sorted in trunk - although I'm not entirely sure why feeds should allow paging in the first place..
general feeds, date-based queries, tags and categories feeds now return a clean 404
comments are not paged anyway.
thanks for fixing somewhere else :)

This seems to be sorted in trunk - although I'm not entirely sure why feeds should allow paging in the first place..