]> source.dussan.org Git - nextcloud-server.git/commit
Check if accessor matched request method.
authorThomas Tanghus <thomas@tanghus.net>
Fri, 27 Sep 2013 12:36:19 +0000 (14:36 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 1 Oct 2013 18:13:13 +0000 (20:13 +0200)
commitbdad7697ac333ea442b79b5e0e00f90ad5398bc9
treed6d409a7b296bbafb1d259da4d248b7c9dc9590d
parent5ade595911261cf47cdad17deb4d1a013f523245
Check if accessor matched request method.

It's easier to find errors in the code if an exception is thrown.
lib/private/appframework/http/request.php
tests/lib/appframework/http/RequestTest.php