---

** [tickets:#8506] Incorrect links to ticket search rss feeds**

**Status:** open
**Milestone:** unreleased
**Created:** Fri Apr 07, 2023 04:21 PM UTC by Dave Brondsema
**Last Updated:** Fri Apr 07, 2023 04:21 PM UTC
**Owner:** nobody


On ticket searches for example /p/test/tickets/search/?q=foo  we have these 
references which are wrong:

```html
<link rel="alternate" type="application/rss+xml" title="RSS" href="feed.rss"/>
<link rel="alternate" type="application/atom+xml" title="Atom" 
href="feed.atom"/>
```

Check the ForgeTracker code to see if we have any support for feeds of a ticket 
search.  I think probably not, in which case we should remove those links.  
(Make sure to keep them on other types of ticket pages where appropriate)

And then ideally we should make those urls like ../search/feed.rss and 
../search/feed.atom return a 410 Gone status so bots stop trying to crawl them.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed 
to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.

Reply via email to