From 2e2357265b119a43799239a0e889c7e4aa8d0ddc Mon Sep 17 00:00:00 2001 From: "David M. Johnson" Date: Mon, 7 Sep 2026 13:00:42 -0400 Subject: [PATCH 1/2] Use double-quoted href attributes on the comment management page The comment management screen wrapped its URL values in single-quoted href attributes. This switches them to double-quoted attributes, matching the convention already used for URL-valued attributes elsewhere in the authoring UI (for example the bookmark URL in Bookmarks.jsp), so externally supplied URL values stay contained within the attribute. Adds a rule to AuthoringUiSinkAuditTest asserting the comment author URL renders inside a double-quoted href. Claude-Session: https://claude.ai/code/session_015X69HHQ5XnjRkJP8ymzwFf --- .../webapp/WEB-INF/jsps/editor/Comments.jsp | 12 +++++----- .../editor/AuthoringUiSinkAuditTest.java | 24 +++++++++++++++++++ 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp index 4a9877706..8331c284a 100644 --- a/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp @@ -112,13 +112,13 @@