You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a modular project with a plugin that shares some pages between several separate web applications. This plugin has an index.gsp which is not excluded and can conflict with our own plugin's index.gsp unless we take special steps to prevent.
It seems like the index.gsp for this plugin could be excluded to prevent this from being a problem.