This is an automated email from the ASF dual-hosted git repository.
duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
The following commit(s) were added to refs/heads/master by this push:
new a41f910 Login page should not be a ui module
a41f910 is described below
commit a41f91020de2f2d5ded1200baab016478ec18e8a
Author: Duncan Grant <[email protected]>
AuthorDate: Wed Aug 25 15:56:56 2021 +0100
Login page should not be a ui module
---
ui-modules/login/src/main/webapp/WEB-INF/web.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ui-modules/login/src/main/webapp/WEB-INF/web.xml
b/ui-modules/login/src/main/webapp/WEB-INF/web.xml
index 8cb2be3..755adae 100644
--- a/ui-modules/login/src/main/webapp/WEB-INF/web.xml
+++ b/ui-modules/login/src/main/webapp/WEB-INF/web.xml
@@ -28,9 +28,11 @@
<welcome-file>index.html</welcome-file>
</welcome-file-list>
+ <!--
<listener>
<listener-class>org.apache.brooklyn.ui.modularity.module.api.UiModuleListener</listener-class>
</listener>
+ -->
<!--FILTERS :: START-->
<filter>
@@ -55,5 +57,5 @@
<url-pattern>/*</url-pattern>
</filter-mapping>
<!--FILTERS :: END-->
-
+
</web-app>