fix tomcat web sessions (#1053)

This commit is contained in:
Colin Gagnaire 2018-07-12 17:49:54 +02:00 committed by GitHub
parent 1ea5724672
commit 811deb32d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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