]> 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>
Fri, 27 Sep 2013 12:36:19 +0000 (14:36 +0200)
commitd49e982ac8cb32830275e0086cc8e8e8a11a84b1
treea3e43f335ee71facd87f57e922369bcf305f3f79
parent469b309b21b6634b275c485fb09aa5d8d69fe33c
Check if accessor matched request method.

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