This commit is contained in:
garnier-quentin 2016-03-25 11:27:10 +01:00
parent fc09d7679b
commit 21b40b5f16
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ sub manage_selection {
my $webcontent = $self->{http}->request();
while ($webcontent =~ m/(.*):(.*):(.*):(.*)/g) {
while ($webcontent =~ /^(.*?):(.*?):(.*?):(.*)/mg) {
my ($context, $state, $sessions, $contextpath) = ($1, $2, $3, $4);
next if (defined($self->{option_results}->{filter_path}) && $self->{option_results}->{filter_path} ne '' &&