manage space in tomcat reponse

This commit is contained in:
garnier-quentin 2020-07-24 10:43:59 +02:00
parent f35e9a2520
commit ca20b9439c
1 changed files with 1 additions and 1 deletions

View File

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