+ Fix list-applications tomcat
This commit is contained in:
parent
75f79ba11f
commit
9edecb96a1
|
@ -65,7 +65,7 @@ sub manage_selection {
|
|||
|
||||
my $webcontent = $self->{http}->request();
|
||||
|
||||
while ($webcontent =~ /^(.*?):(.*?):(.*?):(.*)/mg) {
|
||||
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 '' &&
|
||||
|
|
|
@ -64,7 +64,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);
|
||||
|
||||
if (defined($self->{option_results}->{filter_name}) && $self->{option_results}->{filter_name} ne '' &&
|
||||
|
|
Loading…
Reference in New Issue