diff --git a/spring-security-login-error-handling/bin/.springBeans b/spring-security-login-error-handling/bin/.springBeans
deleted file mode 100644
index 8096aa036b..0000000000
--- a/spring-security-login-error-handling/bin/.springBeans
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- 1
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-security-login-error-handling/bin/pom.xml b/spring-security-login-error-handling/bin/pom.xml
deleted file mode 100644
index d26e2d0d44..0000000000
--- a/spring-security-login-error-handling/bin/pom.xml
+++ /dev/null
@@ -1,212 +0,0 @@
-
-
- 4.0.0
- org.baeldung
- spring-security-login-error-handling
- spring-security-login-error-handling
- war
- 1.0.0-BUILD-SNAPSHOT
-
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.1.4.RELEASE
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework
- spring-context
-
-
-
- commons-logging
- commons-logging
-
-
-
-
- org.springframework
- spring-core
-
-
- org.springframework
- spring-webmvc
-
-
- org.springframework
- spring-jdbc
-
-
- org.springframework
- spring-beans
-
-
- org.springframework
- spring-aop
-
-
- org.springframework
- spring-tx
-
-
- org.springframework
- spring-expression
-
-
- org.springframework
- spring-web
-
-
- org.springframework
- spring-webmvc
-
-
- org.springframework.security
- spring-security-config
- runtime
-
-
-
-
- org.aspectj
- aspectjrt
-
-
-
-
- org.hibernate
- hibernate-validator
-
-
-
-
- org.slf4j
- slf4j-api
-
-
- ch.qos.logback
- logback-classic
-
-
-
- org.slf4j
- jcl-over-slf4j
-
-
-
- org.slf4j
- log4j-over-slf4j
-
-
-
-
- javax.inject
- javax.inject
- 1
-
-
-
-
- javax.servlet
- servlet-api
- 2.5
- provided
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
- provided
-
-
- javax.servlet
- jstl
-
-
-
-
- org.springframework.security
- spring-security-taglibs
-
-
-
-
- junit
- junit
- test
-
-
-
-
-
- SpringSecurityLogin
-
-
- src/main/resources
- true
-
-
-
-
-
- maven-eclipse-plugin
-
-
- org.springframework.ide.eclipse.core.springnature
-
-
- org.springframework.ide.eclipse.core.springbuilder
-
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.7
- 1.7
- -Xlint:all
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
-
- org.test.int1.Main
-
-
-
-
-
-
- 1.7
- 3.1.1.RELEASE
- 3.2.4.RELEASE
- 1.6.10
-
-
- 1.7.6
- 1.1.1
-
-
-
-
diff --git a/spring-security-login-error-handling/bin/src/main/resources/logback.xml b/spring-security-login-error-handling/bin/src/main/resources/logback.xml
deleted file mode 100644
index 1146dade63..0000000000
--- a/spring-security-login-error-handling/bin/src/main/resources/logback.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- web - %date [%thread] %-5level %logger{36} - %message%n
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/resources/messages_en.properties b/spring-security-login-error-handling/bin/src/main/resources/messages_en.properties
deleted file mode 100644
index 3e05a6b76a..0000000000
--- a/spring-security-login-error-handling/bin/src/main/resources/messages_en.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-message.username=Username required
-message.password=Password required
-message.unauth=Unauthorized Access !!
-message.badCredentials=Invalid Username or Password
-message.sessionExpired=Session Timed Out
-message.logoutError=Sorry, error logging out
-message.logoutSucc=You logged out successfully
-message.regSucc=You registrated correctly, please log in
-message.regError=There was a registration error please go back to registration
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/resources/messages_es_ES.properties b/spring-security-login-error-handling/bin/src/main/resources/messages_es_ES.properties
deleted file mode 100644
index 842a899e43..0000000000
--- a/spring-security-login-error-handling/bin/src/main/resources/messages_es_ES.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-message.username=Por favor ingrese el nombre de usuario
-message.password=Por favor ingrese una clave
-message.unauth=Acceso denegado !!
-message.badCredentials=Usuario o clave invalida
-message.sessionExpired=La sesion expiro
-message.logoutError=Lo sentimos, hubo problemas en logout
-message.logoutSucc=Logout con exito
-message.regSucc=Se registro correctamente, por favor ingrese
-message.regError=Hubo un error, por favor vuelva a registrarse
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/resources/webSecurityConfig.xml b/spring-security-login-error-handling/bin/src/main/resources/webSecurityConfig.xml
deleted file mode 100644
index 46550f03da..0000000000
--- a/spring-security-login-error-handling/bin/src/main/resources/webSecurityConfig.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/mvc-servlet.xml b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/mvc-servlet.xml
deleted file mode 100644
index b885d2c10a..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/mvc-servlet.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/admin.jsp b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/admin.jsp
deleted file mode 100644
index 12f9f7aba9..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/admin.jsp
+++ /dev/null
@@ -1,23 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
-<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
-<%@taglib uri="http://www.springframework.org/tags" prefix="spring"%>
-
-
-
-
-
-
-
-
-
-
-
- Hello Admin
-
-
- ">Logout
- ">Home
-
-
-
-
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/console.jsp b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/console.jsp
deleted file mode 100644
index 05a930731b..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/console.jsp
+++ /dev/null
@@ -1,23 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
-<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %>
-
-
-
-
- This is the landing page for the admin
-
-
- This text is only visible to a user
-
-
-
-
- This text is only visible to an admin
-
-
-
- ">Logout
- ">Administrator Page
-
-
-
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/home.jsp b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/home.jsp
deleted file mode 100644
index fe6e572b99..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/home.jsp
+++ /dev/null
@@ -1,13 +0,0 @@
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ page session="true" %>
-
-
- Home
-
-
-
- Welcome back home!
-
-
-
-
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/homepage.jsp b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/homepage.jsp
deleted file mode 100644
index fab96383df..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/homepage.jsp
+++ /dev/null
@@ -1,28 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
-<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
-<%@ page session="true" %>
-
-
-
-
-
- This is the homepage for the user
-
-
- This text is only visible to a user
-
-
-
-
- This text is only visible to an admin
-
-
-
- ">Logout
- ">Home
- ">Administrator Page
-
-
-
-
-
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/invalidSession.jsp b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/invalidSession.jsp
deleted file mode 100644
index 175c498117..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/invalidSession.jsp
+++ /dev/null
@@ -1,12 +0,0 @@
-<%@taglib uri="http://www.springframework.org/tags" prefix="spring"%>
-
-
- Home
-
-
-
-
-
-
-
-
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/login.jsp b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/login.jsp
deleted file mode 100644
index 95559b0455..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/login.jsp
+++ /dev/null
@@ -1,77 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
-<%@ taglib prefix="sec"
- uri="http://www.springframework.org/security/tags"%>
-<%@taglib uri="http://www.springframework.org/tags" prefix="spring"%>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
-
-<%@ page session="false"%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Register
-
-
-
-
-
-
-
-
-
-
- Login
- English |
- Spanish
-
- Current Locale : ${pageContext.response.locale}
-
-
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/logout.jsp b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/logout.jsp
deleted file mode 100644
index e8618b74e3..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/logout.jsp
+++ /dev/null
@@ -1,24 +0,0 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
-<%@ taglib prefix="sec"
- uri="http://www.springframework.org/security/tags"%>
-<%@taglib uri="http://www.springframework.org/tags" prefix="spring"%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-Logged Out
-
-
-
- Login
-
-
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/registration.jsp b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/registration.jsp
deleted file mode 100644
index 474a1817b5..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/view/registration.jsp
+++ /dev/null
@@ -1,12 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=US-ASCII"
- pageEncoding="US-ASCII"%>
-
-
-
-
-Registration
-
-
- This is the registration page
-
-
\ No newline at end of file
diff --git a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/web.xml b/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 463b309377..0000000000
--- a/spring-security-login-error-handling/bin/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
- contextClass
-
- org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
-
-
- contextConfigLocation
- org.baeldung.spring
-
-
- org.springframework.web.context.ContextLoaderListener
-
-
- mvc
- org.springframework.web.servlet.DispatcherServlet
- 1
-
-
- mvc
- /
-
-
- springSecurityFilterChain
- org.springframework.web.filter.DelegatingFilterProxy
-
-
- springSecurityFilterChain
- /*
-
-
- localizationFilter
- org.springframework.web.filter.RequestContextFilter
-
-
- localizationFilter
- /*
-
-
\ No newline at end of file