From b5ab8589dfd13422c94e19810f8f25c5f2f48179 Mon Sep 17 00:00:00 2001 From: Steven Winship <39765413+stevenwinship@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:20:16 -0400 Subject: [PATCH 1/3] Added Suport for HTML in JSF UI for file description --- .../11397-support-html-in-file-level-description.md | 2 ++ src/main/webapp/file.xhtml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/release-notes/11397-support-html-in-file-level-description.md diff --git a/doc/release-notes/11397-support-html-in-file-level-description.md b/doc/release-notes/11397-support-html-in-file-level-description.md new file mode 100644 index 00000000000..c0d6b597ce3 --- /dev/null +++ b/doc/release-notes/11397-support-html-in-file-level-description.md @@ -0,0 +1,2 @@ +## Feature Request +File metadata description will now support html in JSF UI. Is already supported in SPA. diff --git a/src/main/webapp/file.xhtml b/src/main/webapp/file.xhtml index 081923c58dd..30699434b0f 100644 --- a/src/main/webapp/file.xhtml +++ b/src/main/webapp/file.xhtml @@ -625,7 +625,7 @@ #{bundle['file.metadataTab.fileMetadata.description.label']} - #{FilePage.fileMetadata.description} + From c14c16b55218fd0a80f63fe7f54ac349a63cd6e8 Mon Sep 17 00:00:00 2001 From: Steven Winship <39765413+stevenwinship@users.noreply.github.com> Date: Wed, 20 May 2026 11:35:00 -0400 Subject: [PATCH 2/3] change markup Checking from advanced to basic --- src/main/webapp/file.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/file.xhtml b/src/main/webapp/file.xhtml index 30699434b0f..50133aefa17 100644 --- a/src/main/webapp/file.xhtml +++ b/src/main/webapp/file.xhtml @@ -625,7 +625,7 @@ #{bundle['file.metadataTab.fileMetadata.description.label']} - + From 53599ec2120959072f24dd2d51b6f8422c329233 Mon Sep 17 00:00:00 2001 From: Steven Winship <39765413+stevenwinship@users.noreply.github.com> Date: Wed, 20 May 2026 12:23:38 -0400 Subject: [PATCH 3/3] add sanitizeBasicHTML to file-info-fragment --- src/main/webapp/file-info-fragment.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/file-info-fragment.xhtml b/src/main/webapp/file-info-fragment.xhtml index 3eefce7cafa..110020e8b66 100644 --- a/src/main/webapp/file-info-fragment.xhtml +++ b/src/main/webapp/file-info-fragment.xhtml @@ -122,7 +122,7 @@
- +