From 942ef6540bceb76946873f238a2ae08476f9e448 Mon Sep 17 00:00:00 2001 From: Peter Schmidt Date: Fri, 17 May 2024 17:11:24 +1000 Subject: [PATCH] chore: Fix typo 'poisoning' in comments --- .../src/conf.d/available_vhosts/__appId___publish.vhost | 2 +- .../dispatcher.ams/src/conf.d/available_vhosts/aem_author.vhost | 2 +- .../dispatcher.ams/src/conf.d/available_vhosts/aem_lc.vhost | 2 +- .../src/conf.d/available_vhosts/aem_publish.vhost | 2 +- .../dispatcher.cloud/src/conf.d/available_vhosts/default.vhost | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/__appId___publish.vhost b/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/__appId___publish.vhost index b600cf89e..00d30a015 100644 --- a/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/__appId___publish.vhost +++ b/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/__appId___publish.vhost @@ -24,7 +24,7 @@ PassEnv DISP_ID # Some items cache with the wrong mime type # Use this option to use the name to auto-detect mime types when cached improperly ModMimeUsePathInfo On - # Use this option to avoid cache poisioning + # Use this option to avoid cache poisoning # Sling will return /content/image.jpg as well as /content/image.jpg/ but apache can't search /content/image.jpg/ as a file # Apache will treat that like a directory. This assures the last slash is never stored in cache DirectorySlash Off diff --git a/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_author.vhost b/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_author.vhost index 6a7549cd0..249614881 100644 --- a/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_author.vhost +++ b/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_author.vhost @@ -28,7 +28,7 @@ PassEnv DISP_ID # Some items cache with the wrong mime type # Use this option to use the name to auto-detect mime types when cached improperly ModMimeUsePathInfo On - # Use this option to avoid cache poisioning + # Use this option to avoid cache poisoning # Sling will return /content/image.jpg as well as /content/image.jpg/ but apache can't search /content/image.jpg/ as a file # Apache will treat that like a directory. This assures the last slash is never stored in cache DirectorySlash Off diff --git a/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_lc.vhost b/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_lc.vhost index 00ec74dce..1c7ab7b03 100644 --- a/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_lc.vhost +++ b/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_lc.vhost @@ -22,7 +22,7 @@ # Some items cache with the wrong mime type # Use this option to use the name to auto-detect mime types when cached improperly ModMimeUsePathInfo On - # Use this option to avoid cache poisioning + # Use this option to avoid cache poisoning # Sling will return /content/image.jpg as well as /content/image.jpg/ but apache can't search /content/image.jpg/ as a file # Apache will treat that like a directory. This assures the last slash is never stored in cache DirectorySlash Off diff --git a/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_publish.vhost b/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_publish.vhost index 15572985b..451c5a808 100644 --- a/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_publish.vhost +++ b/src/main/archetype/dispatcher.ams/src/conf.d/available_vhosts/aem_publish.vhost @@ -29,7 +29,7 @@ PassEnv DISP_ID # Some items cache with the wrong mime type # Use this option to use the name to auto-detect mime types when cached improperly ModMimeUsePathInfo On - # Use this option to avoid cache poisioning + # Use this option to avoid cache poisoning # Sling will return /content/image.jpg as well as /content/image.jpg/ but apache can't search /content/image.jpg/ as a file # Apache will treat that like a directory. This assures the last slash is never stored in cache DirectorySlash Off diff --git a/src/main/archetype/dispatcher.cloud/src/conf.d/available_vhosts/default.vhost b/src/main/archetype/dispatcher.cloud/src/conf.d/available_vhosts/default.vhost index e284b2055..1733784c2 100644 --- a/src/main/archetype/dispatcher.cloud/src/conf.d/available_vhosts/default.vhost +++ b/src/main/archetype/dispatcher.cloud/src/conf.d/available_vhosts/default.vhost @@ -28,7 +28,7 @@ Include conf.d/variables/custom.vars # Some items cache with the wrong mime type # Use this option to use the name to auto-detect mime types when cached improperly ModMimeUsePathInfo On - # Use this option to avoid cache poisioning + # Use this option to avoid cache poisoning # Sling will return /content/image.jpg as well as /content/image.jpg/ but apache can't search /content/image.jpg/ as a file # Apache will treat that like a directory. This assures the last slash is never stored in cache DirectorySlash Off