• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item6015: Setting MaxCacheAge to 0 does not disable refreshCache
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
LdapContrib |
Low |
New |
|
n/a |
|
Detail
Setting the
MaxCacheAge to 0 in v2.99.5 still causes the call to refresh the cache. I made one change and it is working for me. I've never made a patch file, so I'll do it the way I know:
LdapContrib.pm:Line 182: maxCacheAge=>$TWiki::cfg{Ldap}{MaxCacheAge} || 86400,
to
LdapContrib.pm:Line 182: maxCacheAge=>defined ($TWiki::cfg{Ldap}{MaxCacheAge}) ? $TWiki::cfg{Ldap}{MaxCacheAge} : 86400,
--
TWiki:Main/DonaldClaus
- 23 Sep 2008