]> granicus.if.org Git - apache/commit
When a :port is included in the CacheKeyBaseURL the ":" is lost from the actual cache...
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 12 Jan 2019 07:51:48 +0000 (07:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 12 Jan 2019 07:51:48 +0000 (07:51 +0000)
commit393aa13887dc6c8510001cfa8b4024382d5f8ad8
treea0baa1f4a3cfd36c14d61a7f43ed9e620168b7ee
parent0447ee185c175341f65d4bcfaf722a83e6aec79e
When a :port is included in the CacheKeyBaseURL the ":" is lost from the actual cache key value.  This doesn't harm apache by itself, the real problem arise if some external program which "knows" about the cache keys structure is used to modify the cache.

When CacheKeyBaseURL is not use, the ":" is kept.

So, be consistent when building the key and keep the ":" in all cases.

PR 53915 [Rein Tollevik <rein basefarm.no>]

+ merge 2 lines of a comment to have it more compact

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851146 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/cache_storage.c