From 8d22eebb3b894154ecf1ebe3b95e9df76d6c8dd2 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 885a116ec58..9378d5aee86 100644 --- a/src/main/webapp/file.xhtml +++ b/src/main/webapp/file.xhtml @@ -624,7 +624,7 @@ #{bundle['file.metadataTab.fileMetadata.description.label']} - #{FilePage.fileMetadata.description} + From b00af2ef2e4e99312fe38352ce9f101a759698cf 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 9378d5aee86..e2ab5dd13ac 100644 --- a/src/main/webapp/file.xhtml +++ b/src/main/webapp/file.xhtml @@ -624,7 +624,7 @@ #{bundle['file.metadataTab.fileMetadata.description.label']} - + From c020a2370ce1c5542978304faf6978be046e71ed 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 @@
- +