web/application.py
changeset 8696 0bb18407c053
parent 8695 358d8bed9626
child 8711 64a400eea6dd
--- a/web/application.py	Thu Feb 14 15:38:25 2013 +0100
+++ b/web/application.py	Thu Feb 14 16:01:24 2013 +0100
@@ -425,7 +425,7 @@
         """
         # don't log form values they may contains sensitive information
         self.debug('publish "%s" (%s, form params: %s)',
-                   path, req.session.sessionid, req.form.keys())
+                   path, req.session.sessionid, list(req.form))
         # remove user callbacks on a new request (except for json controllers
         # to avoid callbacks being unregistered before they could be called)
         tstart = clock()