Remove cookie jar files left by the HttpProxy asset. Finishes the fix for bug #12327.

This commit is contained in:
Colin Kuskie 2012-04-02 18:32:13 -07:00
parent 604887ff66
commit 07bd545538
4 changed files with 130 additions and 0 deletions

View 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;