Alon Bar-Lev has uploaded a new change for review. Change subject: aaa: fix typo ......................................................................
aaa: fix typo Topic: AAA Change-Id: If027ac2484e2f8372ee303181ac16aa7a677810f Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml M frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/88/28988/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml b/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml index 0942b45..62bb178 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml @@ -47,7 +47,7 @@ <filter-class>org.ovirt.engine.core.aaa.filters.NegotiationFilter</filter-class> <init-param> <param-name>capabilities</param-name> - <param-value>AUTHENTICATE_NEGOTIATE_INTERACTIVE | AUTHENTICATE_NEGOTITATE_NON_INTERACTIVE</param-value> + <param-value>AUTHENTICATE_NEGOTIATE_INTERACTIVE | AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE</param-value> </init-param> </filter> <filter-mapping> diff --git a/frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml b/frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml index f5921c0..2a3bcb3 100644 --- a/frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml +++ b/frontend/webadmin/modules/webadmin/src/main/webapp/WEB-INF/web.xml @@ -47,7 +47,7 @@ <filter-class>org.ovirt.engine.core.aaa.filters.NegotiationFilter</filter-class> <init-param> <param-name>capabilities</param-name> - <param-value>AUTHENTICATE_NEGOTIATE_INTERACTIVE | AUTHENTICATE_NEGOTITATE_NON_INTERACTIVE</param-value> + <param-value>AUTHENTICATE_NEGOTIATE_INTERACTIVE | AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE</param-value> </init-param> </filter> <filter-mapping> -- To view, visit http://gerrit.ovirt.org/28988 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If027ac2484e2f8372ee303181ac16aa7a677810f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches