Disabling resource proxy for ADF framework static files
Dears,
we're using Webcenter Custom Portal-Portlets 11.1.1.8.0 framework to build our application. When serving the static files used by the ADF framework (e.g: Locale1_2_12_3_3.js, boot-11.1.1.7.0-3009.js), their paths include dynamically generated strings such as:
/resourceproxy/~.clientId~3D-1~26resourceId~3Dresource-url~25253Dhttp~2525253A~2525252F~2525252F10.195.5.170~2525253A8888~2525252FeCareModules-Login~2525252Fadf~2525252FjsLibs~2525252FLocale1_2_12_3_3.js~26locale~3Den_US~26checksum~3D11466abb2beaf89c1f69e8888c8930937a1d7413/Locale1_2_12_3_3.js
This is adding an extra 1.41 MB to the page size because the same files from different portlets in the page are treated as different files.
Can we disable this resource proxying for the ADF framework static files?