Edgewall Software

Changes between Version 10 and Version 11 of TracOnWindowsIis6


Ignore:
Timestamp:
Nov 17, 2005, 2:29:41 AM (18 years ago)
Author:
samuli@…
Comment:

updated 23a. patch locations

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsIis6

    v10 v11  
    148148
    14914923a. Fix core.py
    150   In F:\Python23\Lib\site-packages\trac\core.py, change the real_cgi_start function where it says
     150  In F:\Python23\Lib\site-packages\trac\core.py, change the real_cgi_start function (in trac 0.9 it's in web\cgi_frontend.py: class CGIRequest) where it says
    151151{{{
    152152    path_info = os.getenv('PATH_INFO')
     
    157157}}}
    158158
    159   In the redirect function on the Request class, change the first part of the method to read:
     159  In the redirect function on the Request class (in trac 0.9 it's in web\api.py), change the first part of the method to read:
    160160{{{
    161161    def redirect(self, url):