]> 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>
Mon, 30 Sep 2013 13:35:07 +0000 (15:35 +0200)
commit50fc5e8792a7870268f2e4c6fddc3cf4c432fe3c
treecfd866715e1b398ce04082dff1516cdbc4ec9cd9
parent480aeb804fc64be6fdcb1551f89e21304e270b33
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