Commit 653877e5 authored by Jim Fulton's avatar Jim Fulton

Vastly expanded request debugging info.

parent ba133293
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
This module provides a wrapper that causes a database connection to be created This module provides a wrapper that causes a database connection to be created
and used when bobo publishes a bobo_application object. and used when bobo publishes a bobo_application object.
""" """
__version__='$Revision: 1.6 $'[11:-2] __version__='$Revision: 1.7 $'[11:-2]
StringType=type('') StringType=type('')
...@@ -122,7 +122,7 @@ class ZApplicationWrapper: ...@@ -122,7 +122,7 @@ class ZApplicationWrapper:
cleanup.__del__=conn.close cleanup.__del__=conn.close
REQUEST._hold(cleanup) REQUEST._hold(cleanup)
conn.setDebugInfo(REQUEST.get('PATH_INFO','(No path info)')) conn.setDebugInfo(REQUEST.environ, REQUEST.other)
v=conn.root()[aname] v=conn.root()[aname]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment