From e72328d7380c8e20eb7626fee7fc672fb125c2e5 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Thu, 26 Nov 2020 11:00:10 +0100 Subject: [PATCH] fix typo --- changelog/unreleased/proxy-cache-basic-auth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/proxy-cache-basic-auth.md b/changelog/unreleased/proxy-cache-basic-auth.md index 7a18b30351..b7c6ff87c9 100644 --- a/changelog/unreleased/proxy-cache-basic-auth.md +++ b/changelog/unreleased/proxy-cache-basic-auth.md @@ -3,6 +3,6 @@ Enhancement: Cache basic auth account id in proxy Tags: proxy The basic auth middleware now caches account ids. The entry cache gets invalidated after 10 Minutes. -This si useful for scenarios where a lot of basic auth requests with the same username and password happens, for example tests. +This is useful for scenarios where a lot of basic auth requests with the same username and password happens, for example tests. -https://github.com/owncloud/ocis/pull/877 +https://github.com/owncloud/ocis/pull/958