You are here: Foswiki>Tasks Web>Item776 (23 Feb 2009, KennethLavrsen)Edit Attach

Item776: Installer truncates dependencies in plugins

pencil
Priority: Normal
Current State: Closed
Released In: 1.0.1
Target Release: patch
Applies To: Engine
Component: Fowiki.pm
Branches:
Reported By: MichaelFladischer
Waiting For:
Last Change By: KennethLavrsen
--- lib/Foswiki.pm.orig   2009-01-15 14:52:26.850893313 +0100
+++ lib/Foswiki.pm   2009-01-15 14:52:41.172437738 +0100
@@ -1881,7 +1881,7 @@
 
     # Remove all non alpha-numeric caracters and :
     # Do not use \w as this is localized, and might be tainted
-    $module =~ s/[^a-zA-Z:_]//g;
+    $module =~ s/[^a-zA-Z0-9:_]//g;
     return $module;
 }

ItemTemplate edit

Summary Installer truncates dependencies in plugins
ReportedBy MichaelFladischer
Codebase 1.0.0
SVN Range Foswiki-1.0.0, Thu, 08 Jan 2009, build 1878
AppliesTo Engine
Component Fowiki.pm
Priority Normal
CurrentState Closed
WaitingFor
Checkins
TargetRelease patch
ReleasedIn 1.0.1
Topic revision: r4 - 23 Feb 2009, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy