Static resources from the Framework Directory not available after upgrading to oXygen Web Author 25.1
Posted: Thu May 11, 2023 12:08 pm
Hello,
Our framework define a 'page.html' resource in the "web" subfolder.
>
With 25.0 version, fetching the resource from sync.ext.Registry.extensionURL + 'page.html` is succeed.
Starting from 25.1 version, http get returns a 404.
Is there any adjustments to be made in our framework ?
Is there any workaround ?
Thanks a lot
Regards,
Vincent
Our framework define a 'page.html' resource in the "web" subfolder.
Code: Select all
<webResources inherit="all">
<addEntry path="${frameworkDir}/web/additional-framework-custo.js"/>
<addEntry path="${frameworkDir}/web/page.html"/>
</webResources
With 25.0 version, fetching the resource from sync.ext.Registry.extensionURL + 'page.html` is succeed.
Starting from 25.1 version, http get returns a 404.
Is there any adjustments to be made in our framework ?
Is there any workaround ?
Thanks a lot
Regards,
Vincent