Closed poulp closed 7 years ago
itools check access before checking that method exist. If you test with this code bellow it works well.
from itools.web.views import ItoolsView
class TestView(ItoolsView):
access = True
I've changed the control order so we return les 403. I close.
I create a view and i don't implement any http method
If i do a GET on my view i got a 403 Forbidden error. I should revieve a 405 Method not allowed instead.