Issue Details (XML | Word | Printable)

Key: MODPYTHON-32
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Nicolas Lehuen
Reporter: Graham Dumpleton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

Remove workaround code from Session.py.

Created: 13/Mar/05 07:56 AM   Updated: 05/Mar/06 01:45 PM
Return to search
Component/s: core
Affects Version/s: 3.1.4
Fix Version/s: 3.2.7

Time Tracking:
Not Specified

Resolution Date: 30/Apr/05 04:02 PM


 Description  « Hide
Given that the problem described by:

  http://www.modpython.org/pipermail/mod_python/2004-November/016784.html

has supposed to have been fixed in svn tree, the following workaround code
for this problem in Session.py is possibly no longer required.

            # XXX Not sure why, but on Win32 hlist.directory
            # may contain a trailing \ - need to investigate,
            # this value is given to us directly by httpd
            if os.name == 'nt' and c.path[-1] == '\\':
                c.path = c.path[:-1]


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #165382 Sat Apr 30 07:02:23 UTC 2005 nlehuen Fix for MODPYTHON-32.
Files Changed
MODIFY /httpd/mod_python/trunk/lib/python/mod_python/Session.py