Skip to content

fixed BUG-43363: unneded requests to StaticResources when working in cluster

Asier Lostalé requested to merge (removed):fix/43363-static-resources into master

Community branding URL was included as static resource. As it contains mac identifier information that varies among nodes in the same cluster, generated js file was different and requested whenver a browser switched from a node to another.

Now this part has been moved to SessionDynamic request.

API check: https://cicd.openbravo.com/view/try/job/try-api/50/console

Edited by Asier Lostalé

Merge request reports