]> source.dussan.org Git - nextcloud-server.git/commit
Move OCS Middleware before security middleware
authorRoeland Jago Douma <roeland@famdouma.nl>
Fri, 12 Aug 2016 13:15:24 +0000 (15:15 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 12 Aug 2016 18:36:24 +0000 (20:36 +0200)
commitf6d7a62fbdd1b032372a6fea10c18bfd9e95be74
treeafc81b9f9fe825f52df77b85ad77f93a71b7c009
parent11e089f112380b2c81bf1faa533ea6f626b40832
Move OCS Middleware before security middleware

This is required to be able to catch the NotLoggedIn exceptions etc in
the OCSMiddleware and convert them to proper OCS Responses.
lib/private/AppFramework/DependencyInjection/DIContainer.php