hclcnx / customizer

App Dev Resources for HCL Connections Customizer
https://opencode4connections.org/
15 stars 28 forks source link

Customizations are applied to the Notification Center layout resource, may result in issues. #8

Open danappfusions opened 6 years ago

danappfusions commented 6 years ago

By perfroming some development & testing I noticed that Customizer correctly injects custom resources also in the:

https://apps.ce.collabserv.com/news/web/jsp/notificationCenter/ncFlyout.jsp

This JSP is the body of the "notification center dropdown" and all "global" extensions are applied there.

This can be handled by the implementing partner but this is an "edge" case where things can go bad (more calls / loads) than needed and un-noticed.

I figured it out only because my test code logs everything and I saw logging in areas that are not expected to be customized with "Customizer". (eg /manage)