Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Enforce relative links

Use the glide.cms.catalog_uri_relative property to enforce relative links from the URI parameter on /ess/catalog.do.

The glide.cms.catalog_uri_relative system property enforces relative links from the URI parameter on /ess/catalog.do. If glide.cms.catalog_uri_relative is not set to the recommended value of true, then the URL isn't sanitized with the enforceRelativeURL(url) function.

Note: This property impacts the legacy Content Management System (CMS) which has been replaced with Service Portal.

Ensure that the property glide.cms.catalog_uri_relative is set to true.

More information

AttributeDescription
Configuration nameglide.cms.catalog_uri_relative
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuefalse
CategoryValidation, sanitization, and encoding
Security risk- Severity score: 2.6 - CVSS rating: Low - Security risk details: Absolute URLs can pose a security risk when used as a part of parameter or a field value, thus redirecting the source page to an adversary-controlled website.
Functional impactThis remediation enforces validation on Catalog page such that only Relative URLs are permitted. Existing links to external web applications become broken.
Dependencies and prerequisitesNone

Parent Topic:Validation, sanitization, and encoding