Just a reminder for myself: To use a CDN for XPage resources, you can add a leading slash to the xsp.application.context.proxy property.
xsp.application.context.proxy=/cdn.hasselba.ch
Just a reminder for myself: To use a CDN for XPage resources, you can add a leading slash to the xsp.application.context.proxy property.
xsp.application.context.proxy=/cdn.hasselba.ch
Interesting !
Does it only prefixes path to ressources ? or other kind of links / side effect ?
It only affects pathes to resources, but *ALL* of them.
Habe durch Zufall deinen Blog entdeckt und schlage mich gerade mit diesem Property herum 🙁
Sobald der Wert gesetzt ist, wirft das Frontend „ReferenceError: XSP is not defined“
sowohl in der xsp-mixin.js:68 als auch in der test.xsp
Selbst wenn ich nur den Wert /localhost setze funktioniert es nicht.
die dojo.js und xspClientDojo.js sind aber beide eingebettet und erreichbar :-/