From 45f30c260d7d74fb68eefe586468b6bb0c180e5f Mon Sep 17 00:00:00 2001 From: "Benito J. Gonzalez" Date: Wed, 6 May 2026 07:52:03 -0700 Subject: [PATCH 1/2] refactor(webproxy): path-swap legacy /ResourceServingWebapp/ -> /resource-server/ Problem: gateway-sso-portlet.xml and the gateway docs referenced tango icon paths under /ResourceServingWebapp/, the legacy resource-server context that uPortal-start is in the process of retiring. Goal: align with the modern /resource-server/ context so this portlet's icons keep resolving once the legacy overlay is dropped. Changes: - src/main/webapp/WEB-INF/context/portlet/gateway-sso-portlet.xml: swap two p:iconUrl values from /ResourceServingWebapp/rs/tango/... to /resource-server/rs/tango/... - docs/gateway_config.md: update three example iconUrl values to the same modern context. Notes: the underlying tango/0.8.90 icon set ships at byte-identical paths in the modern resource-server-webapp:1.5.x overlay. Tango is a 2009-era PNG icon set and is queued for replacement (FontAwesome glyphs or modern icon webjar) as a separate frontend modernization effort. --- docs/gateway_config.md | 6 +++--- .../webapp/WEB-INF/context/portlet/gateway-sso-portlet.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/gateway_config.md b/docs/gateway_config.md index c2390786..b8ae7806 100644 --- a/docs/gateway_config.md +++ b/docs/gateway_config.md @@ -109,7 +109,7 @@ The description of the portlet itself lives in the portlet definition file: custom operations, in this case to also set the window name to the calculated field. -->