summaryrefslogtreecommitdiffstats
path: root/make-lint
diff options
context:
space:
mode:
authorJohn Dennis <jdennis@redhat.com>2012-02-28 08:41:07 -0500
committerRob Crittenden <rcritten@redhat.com>2012-02-28 23:15:41 -0500
commit3cd0217b309a27f7718ee2720662211e06e13e68 (patch)
treeabc2be91d92495de273d11cb6214edd98171a7ff /make-lint
parentfab033b94973e1270a27be9d271d729d313e6ce0 (diff)
downloadfreeipa-3cd0217b309a27f7718ee2720662211e06e13e68.tar.gz
freeipa-3cd0217b309a27f7718ee2720662211e06e13e68.tar.xz
freeipa-3cd0217b309a27f7718ee2720662211e06e13e68.zip
Log a message when returning non-success HTTP result
The routines used to return a non-success HTTP result from WSGI failed to log the aberrant event, this corrects that omission.
Diffstat (limited to 'make-lint')
-rwxr-xr-xmake-lint1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-lint b/make-lint
index f76a8bfcf..6b54312ba 100755
--- a/make-lint
+++ b/make-lint
@@ -68,6 +68,7 @@ class IPATypeChecker(TypeChecker):
'ipalib.parameters.File': ['stdin_if_missing'],
'urlparse.SplitResult': ['netloc'],
'ipaserver.rpcserver.KerberosSession' : ['api', 'log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],
+ 'ipaserver.rpcserver.HTTP_Status' : ['log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],
'ipalib.krb_utils.KRB5_CCache' : ['log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],
'ipalib.session.AuthManager' : ['log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],
'ipalib.session.SessionAuthManager' : ['log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],