You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EPMDEDP-16652: fix: Normalize portal-url by trimming trailing slashes
Portal URLs with trailing slashes were breaking URL construction in
multiple places, requiring scattered TrimSuffix calls to work around
the issue. Normalize the PortalURL once in config.Resolve() by trimming
trailing slashes, making it the single source of truth.
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
0 commit comments