Skip to content

Commit

Permalink
Item12180: Allow padding in filter.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16166 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Dec 7, 2012
1 parent e3d3e90 commit cf4d59a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sub installCert {
my ($certfile) = @_;

my $data = $query->param('{ConfigureGUI}{SMIME}{InstallCert}');
$data =~ tr,A-Za-z0-9+/\r\n \t-,,cd;
$data =~ tr,A-Za-z0-9+=/\r\n \t-,,cd;
$data =~ m/\A(.*)\z/ms;
$data = $1;

Expand Down

0 comments on commit cf4d59a

Please sign in to comment.