You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by "Graham Dumpleton (JIRA)" <ji...@apache.org> on 2005/03/12 23:58:52 UTC

[jira] Created: (MODPYTHON-32) Remove workaround code from Session.py.

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
    Priority: Trivial


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]


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MODPYTHON-32) Remove workaround code from Session.py.

Posted by "Graham Dumpleton (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MODPYTHON-32?page=all ]
     
Graham Dumpleton closed MODPYTHON-32:
-------------------------------------


> 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.7

>
> 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]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (MODPYTHON-32) Remove workaround code from Session.py.

Posted by "Nicolas Lehuen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MODPYTHON-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/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]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira