]> source.dussan.org Git - nextcloud-server.git/commit
Move the notmodified check to middleware where it belongs 20939/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 11 May 2020 14:18:01 +0000 (16:18 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 13 May 2020 06:11:24 +0000 (08:11 +0200)
commit12fa748c49773d57f03052ef3cee4c72a2d3cdcc
tree3f5b8ba180d5b23ead240d6acd54cdc05f689364
parentab2df70e3ac0d8216c1986cc64aff83c215f1add
Move the notmodified check to middleware where it belongs

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/AppFramework/DependencyInjection/DIContainer.php
lib/private/AppFramework/Http.php
lib/private/AppFramework/Http/Dispatcher.php
lib/private/AppFramework/Middleware/NotModifiedMiddleware.php [new file with mode: 0644]
tests/lib/AppFramework/Http/DispatcherTest.php
tests/lib/AppFramework/Http/HttpTest.php
tests/lib/AppFramework/Middleware/NotModifiedMiddlewareTest.php [new file with mode: 0644]