From 3390d282204375cc9dd0f24c27cffff6dfe6d268 Mon Sep 17 00:00:00 2001 From: AlessandroZ Date: Mon, 1 Feb 2021 11:01:15 +0100 Subject: [PATCH] new tomcat manager --- exposed-panels/public-tomcat-manager.yaml | 1 + exposed-panels/tomcat-manager-pathnormalization.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/exposed-panels/public-tomcat-manager.yaml b/exposed-panels/public-tomcat-manager.yaml index a373203e11..1a2401b47a 100644 --- a/exposed-panels/public-tomcat-manager.yaml +++ b/exposed-panels/public-tomcat-manager.yaml @@ -9,6 +9,7 @@ requests: - method: GET path: - '{{BaseURL}}/manager/html' + - '{{BaseURL}}/host-manager/html' matchers-condition: and matchers: diff --git a/exposed-panels/tomcat-manager-pathnormalization.yaml b/exposed-panels/tomcat-manager-pathnormalization.yaml index f7ea06b76a..54dca1aa99 100644 --- a/exposed-panels/tomcat-manager-pathnormalization.yaml +++ b/exposed-panels/tomcat-manager-pathnormalization.yaml @@ -8,6 +8,7 @@ requests: - method: GET path: - '{{BaseURL}}/..;/manager/html' + - '{{BaseURL}}/..;/host-manager/html' headers: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55 matchers: