Remove cookie jar files left by the HttpProxy asset. Finishes the fix for bug #12327.
This commit is contained in:
parent
604887ff66
commit
07bd545538
4 changed files with 130 additions and 0 deletions
12
lib/WebGUI/i18n/English/Workflow_Activity_CleanCookieJars.pm
Normal file
12
lib/WebGUI/i18n/English/Workflow_Activity_CleanCookieJars.pm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_CleanCookieJars;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'activity cleanup cookie jars' => {
|
||||
message => q|Clean Stale Cookie-Jar Files|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue