diff --git a/impl/extension/jsf/src/test/java/exception/handler/authentication/AuthenticationExceptionTest.java b/impl/extension/jsf/src/test/java/exception/handler/authentication/AuthenticationExceptionTest.java index 4220e2b..7c23b70 100644 --- a/impl/extension/jsf/src/test/java/exception/handler/authentication/AuthenticationExceptionTest.java +++ b/impl/extension/jsf/src/test/java/exception/handler/authentication/AuthenticationExceptionTest.java @@ -59,7 +59,7 @@ public class AuthenticationExceptionTest { @ArquillianResource private URL deploymentUrl; - private static final String PATH = "src/test/resources/security-authentication"; + private static final String PATH = "src/test/resources/exception-handler-authentication"; @Deployment(testable = false) public static WebArchive createDeployment() { diff --git a/impl/extension/jsf/src/test/resources/exception-handler-authentication/index.xhtml b/impl/extension/jsf/src/test/resources/exception-handler-authentication/index.xhtml new file mode 100644 index 0000000..5853f88 --- /dev/null +++ b/impl/extension/jsf/src/test/resources/exception-handler-authentication/index.xhtml @@ -0,0 +1,8 @@ + + + + #{authenticationBean.msg} + + + diff --git a/impl/extension/jsf/src/test/resources/exception-handler-authentication/login.xhtml b/impl/extension/jsf/src/test/resources/exception-handler-authentication/login.xhtml new file mode 100644 index 0000000..37bc783 --- /dev/null +++ b/impl/extension/jsf/src/test/resources/exception-handler-authentication/login.xhtml @@ -0,0 +1,9 @@ + + + + + Called the page /login + + + \ No newline at end of file diff --git a/impl/extension/jsf/src/test/resources/exception-handler-authentication/web.xml b/impl/extension/jsf/src/test/resources/exception-handler-authentication/web.xml new file mode 100644 index 0000000..c2a321e --- /dev/null +++ b/impl/extension/jsf/src/test/resources/exception-handler-authentication/web.xml @@ -0,0 +1,61 @@ + + + + + br.gov.frameworkdemoiselle.util.ServletListener + + + Demoiselle Servlet Filter + br.gov.frameworkdemoiselle.util.ServletFilter + + + Demoiselle Servlet Filter + /* + + + + Faces Servlet + javax.faces.webapp.FacesServlet + 1 + + + Faces Servlet + *.jsf + + \ No newline at end of file diff --git a/impl/extension/jsf/src/test/resources/security-authentication/index.xhtml b/impl/extension/jsf/src/test/resources/security-authentication/index.xhtml deleted file mode 100644 index 5853f88..0000000 --- a/impl/extension/jsf/src/test/resources/security-authentication/index.xhtml +++ /dev/null @@ -1,8 +0,0 @@ - - - - #{authenticationBean.msg} - - - diff --git a/impl/extension/jsf/src/test/resources/security-authentication/login.xhtml b/impl/extension/jsf/src/test/resources/security-authentication/login.xhtml deleted file mode 100644 index 37bc783..0000000 --- a/impl/extension/jsf/src/test/resources/security-authentication/login.xhtml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - Called the page /login - - - \ No newline at end of file diff --git a/impl/extension/jsf/src/test/resources/security-authentication/web.xml b/impl/extension/jsf/src/test/resources/security-authentication/web.xml deleted file mode 100644 index c2a321e..0000000 --- a/impl/extension/jsf/src/test/resources/security-authentication/web.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - br.gov.frameworkdemoiselle.util.ServletListener - - - Demoiselle Servlet Filter - br.gov.frameworkdemoiselle.util.ServletFilter - - - Demoiselle Servlet Filter - /* - - - - Faces Servlet - javax.faces.webapp.FacesServlet - 1 - - - Faces Servlet - *.jsf - - \ No newline at end of file -- libgit2 0.21.2