|
[Webware-checkins] CVS: Webware/WebKit Application.py,1.143,1.144
From: Ian Bicking <ianbicking@us...> - 2002-09-20 21:36
|
Update of /cvsroot/webware/Webware/WebKit
In directory usw-pr-cvs1:/tmp/cvs-serv12370
Modified Files:
Application.py
Log Message:
Accidentally had UseNewPathAlgorithm set on by default
Index: Application.py
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Application.py,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** Application.py 20 Sep 2002 21:23:24 -0000 1.143
--- Application.py 20 Sep 2002 21:36:47 -0000 1.144
***************
*** 200,204 ****
# @@ ISB 09/02: make this default or get rid of it eventually
! if self.setting('UseNewPathAlgorithm', 1):
print 'Using new path algorithm'
self.serverSideInfoForRequestOld = self.serverSideInfoForRequest
--- 200,204 ----
# @@ ISB 09/02: make this default or get rid of it eventually
! if self.setting('UseNewPathAlgorithm', 0):
print 'Using new path algorithm'
self.serverSideInfoForRequestOld = self.serverSideInfoForRequest
|
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/WebKit Application.py,1.143,1.144 | Ian Bicking <ianbicking@us...> |