We are creating a BSP application. We found that JavaScript files with names longer than 40 characters are not loaded from the MIMEs. Is there a way to overcome this limitation other than renaming the file?
In the screenshot you can see a minimalistic BSP application with two JavaSCript files to demonstrate the problem. In each file there is a hello world function. The filename that goes over 40 characters is truncated already and that's a bad sign. At runtime it won't say hello. If you press F12 and try to inspect the file, it will say 'failed to open etc.'
We may want to use SAPUI5 in legacy systems (about which I am going to open a separate discussion) and we would import all the necessary JavaScript files. Some of those filenames may be too long, for example OverflowToolbarAssociativePopoverControls.js. That's why renaming is probably difficult.
Thanks for any help.