Changeset 51311

Show
Ignore:
Timestamp:
03/09/07 12:28:39 (3 years ago)
Author:
madarche
Message:

Added a workaround a bug in AcceleratedHTTPCacheManager.manage_editProps().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPS3/products/CPSUtil/trunk/cachemanagersetup.py

    r51308 r51311  
    271271            new_settings[prop_id] = prop_value 
    272272 
     273        # Workaround a bug in AcceleratedHTTPCacheManager.manage_editProps() 
     274        if new_settings['anonymous_only'] == '0': 
     275            del new_settings['anonymous_only'] 
     276 
    273277        ob.manage_editProps(title, new_settings) 
    274278