From 4ae913000eac4e7d1750e66e4f1099b6cc614b61 Mon Sep 17 00:00:00 2001 From: Ahad Mammadov Date: Fri, 6 Dec 2024 10:59:00 -0500 Subject: [PATCH] Involving groovy URLEncoder --- .../hudson/tasks/test/MetaTabulatedResult/body.jelly | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly b/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly index d81b0612..387fbe59 100644 --- a/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly +++ b/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly @@ -43,11 +43,9 @@ THE SOFTWARE. - - - - - + + ${groovy:URLEncoder.encode(component, 'UTF-8')} + /${encodedComponent}