<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for status:closed &amp;&amp; _milestone:unreleased</description><language>en</language><lastBuildDate>Thu, 06 Aug 2026 17:16:18 -0000</lastBuildDate><item><title>Upgrade packages</title><link>https://forge-allura.apache.org/p/allura/tickets/8615/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 04 Aug 2026 15:17:57 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8615/</guid></item><item><title>Implement field level encryption for email address in user preferences</title><link>https://forge-allura.apache.org/p/allura/tickets/8613/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Cruz</dc:creator><pubDate>Fri, 24 Jul 2026 20:45:15 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8613/</guid></item><item><title>Implement field level encryption for User's email addresses list</title><link>https://forge-allura.apache.org/p/allura/tickets/8610/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Cruz</dc:creator><pubDate>Tue, 07 Jul 2026 18:46:05 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8610/</guid></item><item><title>Odd guid on RSS feeds</title><link>https://forge-allura.apache.org/p/allura/tickets/6687/</link><description>[allura:tickets:#5423]

On our RSS feeds, we have weird GUID values.

eg. from https://sourceforge.net/p/mailredirect/news/feed we have:

~~~~
&lt;guid&gt;https://sourceforge.netb6756a9295b4d4377fa50aa0064472d39d940369&lt;/guid&gt;
~~~~

According to http://www.w3schools.com/rss/rss_tag_guid.asp this doesn't seem to be strictly *wrong*, but it is a bit odd. And some RSS readers (like Thunderbird) reportedly use that instead of the `&lt;link&gt;` element when they try to link to the page.

UPDATE: User contacted Thunderbird help, and they indicated that according to spec, the "isPermaLink" attribute, which we haven't set, defaults to True. Hence it's actually *not* wrong to assume the `&lt;guid&gt;` is a link. So, we need to either set "isPermaLink" to false, or change the guids (which could cause a one-time annoyance of the RSS items showing up again as "new" if/when the guid changes)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Tsai</dc:creator><pubDate>Thu, 06 Aug 2026 17:16:18 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/6687/</guid></item></channel></rss>