Apache Mod-Python - Resolved: (MODPYTHON-32) Remove workaround code from Session.py.

This is Interesting: Free IT Magazines  
Home > Archive > Apache Mod-Python > April 2005 > Resolved: (MODPYTHON-32) Remove workaround code from Session.py.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Resolved: (MODPYTHON-32) Remove workaround code from Session.py.
Nicolas Lehuen (JIRA)

2005-04-30, 2:45 am

[ http://issues.apache.org/jira/brows...HON-32?page=all ]

Nicolas Lehuen resolved MODPYTHON-32:
-------------------------------------

Assign To: Nicolas Lehuen
Resolution: Fixed
Fix Version: 3.2.0

> Remove workaround code from Session.py.
> ---------------------------------------
>
> Key: MODPYTHON-32
> URL: http://issues.apache.org/jira/browse/MODPYTHON-32
> Project: mod_python
> Type: Task
> Components: core
> Versions: 3.1.4
> Reporter: Graham Dumpleton
> Assignee: Nicolas Lehuen
> Priority: Trivial
> Fix For: 3.2.0


>
> Given that the problem described by:
> http://www.modpython.org/pipermail/...ber/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]


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com