manage space in tomcat reponse

This commit is contained in:
garnier-quentin 2020-07-24 10:43:59 +02:00
parent f35e9a2520
commit ca20b9439c

View File

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