Detect mix of `/<UI5 version>` and `/sap-ui-cachebuster` in `sap-ui-bootstrap` URL
@flovogt is already working on this.
Since Aug 10, 2026.
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 13
- Avg merge
- 19h 34m
- Merged PRs (30d)
- 9
Description
There are applications using the following incorrect combination of the bootstrap URL variants in the sap-ui-bootstrap script tag:
<script id="sap-ui-bootstrap"
src="<host or destination name>/<UI5 version>/resources/sap-ui-cachebuster/sap-ui-core.js"
E.g.: https://github.com/UI5/openui5/issues/3617#issuecomment-1277819102
Recently, applications using this pattern have started to fail. But this is not a UI5 or CDN issue.
Using /sap-ui-cachebuster together with a fixed UI5 version defeats the purpose of cache busting and has never been a valid or supported approach. The underlying infrastructure, that serves UI5 resources, may change at any time while ensuring that only documented and supported bootstrap options keep working. Applications must not rely on this mix working accidentally but use either /sap-ui-cachebuster or one of the other options described in Overview of Bootstrap Base URLs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.