diff -r 0a2ad22ac656 -r 94f174d591ab src/main/kotlin/de/uapcore/lightpit/Constants.kt --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt Thu May 13 18:01:56 2021 +0200 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt Thu May 13 19:31:09 2021 +0200 @@ -62,6 +62,11 @@ const val REQ_ATTR_BASE_HREF = "base_href" /** + * Key for the request attribute containing the RSS feed href. + */ + const val REQ_ATTR_FEED_HREF = "feed_href" + + /** * Key for the request attribute containing the full path information (servlet path + path info). */ const val REQ_ATTR_PATH = "requestPath"