From 2a7135effc5cfca932734f67f220eb1019ff0208 Mon Sep 17 00:00:00 2001 From: Ryan Slominski Date: Thu, 3 Oct 2024 10:48:18 -0400 Subject: [PATCH] escapeXml --- src/main/webapp/WEB-INF/views/checklist.jsp | 6 +++--- src/main/webapp/WEB-INF/views/checklists/revision.jsp | 4 ++-- src/main/webapp/WEB-INF/views/masks/requests.jsp | 2 +- .../reports/inventory-activity/category-audit.jsp | 4 ++-- .../reports/inventory-activity/component-audit.jsp | 4 ++-- .../views/reports/inventory-activity/system-audit.jsp | 4 ++-- .../WEB-INF/views/setup/component-participation.jsp | 2 +- src/main/webapp/WEB-INF/views/setup/saved-signoff.jsp | 10 +++++----- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/checklist.jsp b/src/main/webapp/WEB-INF/views/checklist.jsp index 10cb5fa..347ac15 100644 --- a/src/main/webapp/WEB-INF/views/checklist.jsp +++ b/src/main/webapp/WEB-INF/views/checklist.jsp @@ -79,7 +79,7 @@
+ value="${param.author ne null ? fn:escapeXml(param.author) : checklist.author}"/>
  • @@ -96,7 +96,7 @@ for="comments">Revision Comment
    - +
  • @@ -186,7 +186,7 @@ diff --git a/src/main/webapp/WEB-INF/views/checklists/revision.jsp b/src/main/webapp/WEB-INF/views/checklists/revision.jsp index 8bb7c09..932a855 100644 --- a/src/main/webapp/WEB-INF/views/checklists/revision.jsp +++ b/src/main/webapp/WEB-INF/views/checklists/revision.jsp @@ -51,7 +51,7 @@ value="${history.checklist.groupResponsibility.system.name}"/> History
  • - Printable Checklist (Revision ${param.revision}) + Printable Checklist (Revision ${fn:escapeXml(param.revision)})
  • @@ -62,7 +62,7 @@ value="${history.checklist.groupResponsibility.group.name.concat(' ').concat(history.checklist.groupResponsibility.system.name)} Checklist"/>
    diff --git a/src/main/webapp/WEB-INF/views/masks/requests.jsp b/src/main/webapp/WEB-INF/views/masks/requests.jsp index 4ce66c7..16586f9 100644 --- a/src/main/webapp/WEB-INF/views/masks/requests.jsp +++ b/src/main/webapp/WEB-INF/views/masks/requests.jsp @@ -134,7 +134,7 @@
    - + (use % as wildcard)
    diff --git a/src/main/webapp/WEB-INF/views/reports/inventory-activity/category-audit.jsp b/src/main/webapp/WEB-INF/views/reports/inventory-activity/category-audit.jsp index 8f61377..147fec6 100644 --- a/src/main/webapp/WEB-INF/views/reports/inventory-activity/category-audit.jsp +++ b/src/main/webapp/WEB-INF/views/reports/inventory-activity/category-audit.jsp @@ -23,7 +23,7 @@
    - +
  • @@ -31,7 +31,7 @@
    - +
  • diff --git a/src/main/webapp/WEB-INF/views/reports/inventory-activity/component-audit.jsp b/src/main/webapp/WEB-INF/views/reports/inventory-activity/component-audit.jsp index 4e2b6b8..3ecd2eb 100644 --- a/src/main/webapp/WEB-INF/views/reports/inventory-activity/component-audit.jsp +++ b/src/main/webapp/WEB-INF/views/reports/inventory-activity/component-audit.jsp @@ -24,7 +24,7 @@
    + value="${fn:escapeXml(param.componentId)}"/>
  • @@ -32,7 +32,7 @@
    - +
  • diff --git a/src/main/webapp/WEB-INF/views/reports/inventory-activity/system-audit.jsp b/src/main/webapp/WEB-INF/views/reports/inventory-activity/system-audit.jsp index 036ed1c..86ae2a8 100644 --- a/src/main/webapp/WEB-INF/views/reports/inventory-activity/system-audit.jsp +++ b/src/main/webapp/WEB-INF/views/reports/inventory-activity/system-audit.jsp @@ -23,7 +23,7 @@
    - +
  • @@ -31,7 +31,7 @@
    - +
  • diff --git a/src/main/webapp/WEB-INF/views/setup/component-participation.jsp b/src/main/webapp/WEB-INF/views/setup/component-participation.jsp index ada36ea..868fae8 100644 --- a/src/main/webapp/WEB-INF/views/setup/component-participation.jsp +++ b/src/main/webapp/WEB-INF/views/setup/component-participation.jsp @@ -117,7 +117,7 @@ - + diff --git a/src/main/webapp/WEB-INF/views/setup/saved-signoff.jsp b/src/main/webapp/WEB-INF/views/setup/saved-signoff.jsp index 2f44a61..b53f554 100644 --- a/src/main/webapp/WEB-INF/views/setup/saved-signoff.jsp +++ b/src/main/webapp/WEB-INF/views/setup/saved-signoff.jsp @@ -16,11 +16,11 @@