cancel
Showing results for 
Search instead for 
Did you mean: 

Correct src path for UI5 & Cachebuster

08-29-2023 1:34 PM
davidsigleinit Explorer
1339 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Hello all,

I have a question regarding the correct src path for UI5, as we had internal discussions if our current setup allows for the cachebusting mechanism to even work.

In our index.html we have it setup like this:

Is this the correct way to do it? Also will the cachebusting mechanism work with this setup? In our internal discussion it was brought up that the 'ondemand' might mean that the cachebusting mechanism will not work.

Would love to hear your thoughts!

Cheers.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

AlexNecula30
Active Contributor

Hi,

Based on the SAP documentation, that seems to be the correct path.

This being said, as far as I know, index.html is not used anyway after deploying to the ABAP server since the launchpad takes care of that part. The setting is useful for standalone apps or testing in BAS.

Alex