• 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.
Item7764: VarCachePlugin may cause an error on a subweb
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
VarCachePlugin |
Normal |
Closed |
|
patch |
|
Detail
VarCachePlugin causes an error on a subweb if it has never used on its parent web. This is because TWiki::Plugins::VarCachePlugin::_cacheFileName() uses the built-in mkdir function to create the directory corresponding to the web. Using File::Path::mkpath(), which is used at a couple of places already, instead fixes the problem.
--
TWiki:Main/HideyoImazu
- 2016-12-14