17 |
18 |
Página Principal
19 |
20 | Cualquiera puede ver este recurso.
21 |
22 |
23 |
24 |
25 | Mostrar expedientes
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/SpringSecurity4/WebContent/paginas/acceso-denegado.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lrag/SpringSecurity/aa5cc9e6063fe61b9b2242cdf0e56914efda0aa4/SpringSecurity4/WebContent/paginas/acceso-denegado.jsp
--------------------------------------------------------------------------------
/SpringSecurity4/WebContent/paginas/desconectado.jsp:
--------------------------------------------------------------------------------
1 | <%@page session="false"%>
2 | <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
3 |
4 |
5 |
6 |
7 |
8 |
14 |
Desconectado.
15 |
16 | Te has desconectado.
17 | Comenzar de nuevo.
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/SpringSecurity4/WebContent/paginas/nuestro-login.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lrag/SpringSecurity/aa5cc9e6063fe61b9b2242cdf0e56914efda0aa4/SpringSecurity4/WebContent/paginas/nuestro-login.jsp
--------------------------------------------------------------------------------
/SpringSecurity4/WebContent/paginas/sesion-expirada.jsp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/lrag/SpringSecurity/aa5cc9e6063fe61b9b2242cdf0e56914efda0aa4/SpringSecurity4/WebContent/paginas/sesion-expirada.jsp
--------------------------------------------------------------------------------
/SpringSecurity4/pom.xml:
--------------------------------------------------------------------------------
1 |