mirror of
https://github.com/kakwa/ldapcherry
synced 2025-01-18 09:27:21 +01:00
Merge pull request #24 from jqueuniet/fix_default_handler
Fix default handler arguments
This commit is contained in:
commit
856157af79
@ -1170,7 +1170,7 @@ class LdapCherry(object):
|
||||
|
||||
@cherrypy.expose
|
||||
@exception_decorator
|
||||
def default(self, attr='', **params):
|
||||
def default(self, attr='', *args, **params):
|
||||
cherrypy.response.status = 404
|
||||
self._check_auth(must_admin=False)
|
||||
is_admin = self._check_admin()
|
||||
|
Loading…
x
Reference in New Issue
Block a user