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
If glide app provides a list value, values set by template app are lost. An example is listener. If app needs to have it's listener included in the list, currently one has to provide the listener added by glide as well otherwise on listener provided by the app remains in the merged config.
If glide app provides a list value, values set by template app are lost. An example is listener. If app needs to have it's listener included in the list, currently one has to provide the listener added by glide as well otherwise on listener provided by the app remains in the merged config.
listeners = ['groovyx.gaelyk.GaelykServletContextListener','myapp.MyAppListener']
The text was updated successfully, but these errors were encountered: