• 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.
Item7636: Init variables at plugin init time (was not the case in mod_perl environment)
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
SetGetPlugin |
Normal |
Closed |
|
patch |
6.0.2 |
Detail
Issue: In a mod_perl environment, volatile variables are not reset on topic view, they contain the values of the previous topic run.
Cause: The core module is initialize once, then reused for subsequent topic view. Variables are not re-initialized.
Fix: Set variables to undef on each plugin init.
--
TWiki:Main/PeterThoeny
- 2015-04-09