src/main/kotlin/de/uapcore/lightpit/Constants.kt

changeset 311
bf67e0ff7131
parent 207
479dd7993ef9
--- 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"

mercurial