summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-10 13:48:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-10 13:48:54 -0400
commitfa5da899d5f5637a821cf8e996f7d4571464b489 (patch)
tree4144189c8ac152b1ce0af466e34aeed5310dea54 /CHANGELOG
parent0628a6a986449204cb6d847c1a6a76e5f0222984 (diff)
webapp: Explicitly avoid checking for auth in static subsite requests.
Yesod didn't used to do auth checks for that, but this may have changed. I don't have a way to reproduce the reported problem yet, but this change certianly won't hurt anything. This commit was sponsored by Thom May on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a6b734ae9..0981bc5ea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,9 @@ git-annex (6.20161032) UNRELEASED; urgency=medium
* reinject --known: Avoid second, unncessary checksum of file.
* OSX: Remove RPATHs from git-annex binary, which are not needed,
slow down startup, and break the OSX Sierra linker.
+ * webapp: Explicitly avoid checking for auth in static subsite
+ requests. Yesod didn't used to do auth checks for that, but this may
+ have changed.
-- Joey Hess <id@joeyh.name> Tue, 01 Nov 2016 14:02:06 -0400