Wiking branch, master, updated. 58aa6d3e0b7e3ac03ba207967997aa84de95aad2
Tomas Cerha
cerha at devel.brailcom.org
Tue Nov 15 11:37:47 CET 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Wiking".
The branch, master has been updated
via 58aa6d3e0b7e3ac03ba207967997aa84de95aad2 (commit)
from c0ff5dd4a2b1f53ab5e4dfab8aadb80b0a2fbb34 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 58aa6d3e0b7e3ac03ba207967997aa84de95aad2
Author: Tomas Cerha <cerha at brailcom.org>
Date: Tue Nov 15 11:36:29 2011 +0100
Added a commented out WSGI request debug code
-----------------------------------------------------------------------
Summary of changes:
lib/wiking/wsgi_interface.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lib/wiking/wsgi_interface.py b/lib/wiking/wsgi_interface.py
index 5a44a10..7539d62 100644
--- a/lib/wiking/wsgi_interface.py
+++ b/lib/wiking/wsgi_interface.py
@@ -44,6 +44,10 @@ class WsgiRequest(wiking.Request):
self._response_data = []
self._uri = unicode(environ['PATH_INFO'], encoding)
super(WsgiRequest, self).__init__(encoding=encoding)
+ #if not self.uri().startswith('/_'):
+ # wiking.debug("==============", self.uri(), '==============')
+ # for key, val in environ.items():
+ # wiking.debug(key, val)
def _init_params(self, encoding):
def init_value(value):
hooks/post-receive
--
Wiking
More information about the Wiking-cvs
mailing list