diff -r bbf4eb9a71f8 -r bf67e0ff7131 src/main/kotlin/de/uapcore/lightpit/Constants.kt --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt Mon Aug 05 17:41:56 2024 +0200 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt Mon Aug 05 18:40:47 2024 +0200 @@ -62,11 +62,6 @@ 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"