Bugs item #650229, was opened at 2002-12-07 16:34
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=650229&group_id=4866

Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Simpson (blahman)
Assigned to: Nobody/Anonymous (nobody)
Summary: ModPythonAdapter - mp_table issue

Initial Comment:
I tried sending a couple messages via the SF message
util, but it bounced back.  So I will just submit my
supposed fix here.

Here's a small one-liner I found to fix the
ModPythonAdapter.py for Webware running under Apache
2.0.40-4./Python-2.2.1/mod_python-3.0.1.  

Here it is inserted on line 81 of the file (the third
commented line mentioning the hack

            # Fix up the path
            if not env.has_key('PATH_INFO'):
env['PATH_INFO']=req.path_info

            # Hack fix for mod_python 3.x, convert
mp_table to dict
            env = dict(env)

            # Communicate with the app server
            respdict = self.transactWithAppServer(env,
myInput, self.host, self.port)

 Otherwise webware with the mod_python adapter
seems to be
working just great!  Thanks for a cool product.  

-Jeff

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=650229&group_id=4866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to