Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: commits

[3839] cherokee/trunk/admin/PageEntry.py: Cleans up stale config entries.

 

 

Cherokee commits RSS feed   Index | Next | Previous | View Threaded


cherokee at cherokee-project

Nov 18, 2009, 8:34 AM

Post #1 of 1 (160 views)
Permalink
[3839] cherokee/trunk/admin/PageEntry.py: Cleans up stale config entries.

Revision: 3839
http://svn.cherokee-project.com/changeset/3839
Author: taher
Date: 2009-11-18 17:34:32 +0100 (Wed, 18 Nov 2009)

Log Message:
-----------
Cleans up stale config entries. Among other things, fixes issue 518

Modified Paths:
--------------
cherokee/trunk/admin/PageEntry.py

Modified: cherokee/trunk/admin/PageEntry.py
===================================================================
--- cherokee/trunk/admin/PageEntry.py 2009-11-18 16:24:06 UTC (rev 3838)
+++ cherokee/trunk/admin/PageEntry.py 2009-11-18 16:34:32 UTC (rev 3839)
@@ -88,6 +88,10 @@
if self.has_errors():
return self._op_default (uri)

+ # Cleanup properties on autoreloads
+ pre = "%s!handler" % (self._conf_prefix)
+ self.ApplyChanges_OptionModule (pre, uri, post)
+
return self._op_default (uri)

def _op_apply_changes (self, uri, post):

Cherokee commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.