Skip to content

Always use blank string if relative URL root is undefined

Phil Hughes requested to merge iamphill-master-patch-57530 into master

What does this MR do?

If the relative URL root was undefined we would end up setting a GraphQL URL like undefined/api/graphql. This changes that so that if the relative URL root is undefined we fallback to using a blank string.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports