Rev 242 | Rev 299 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 242 | Rev 245 | ||
|---|---|---|---|
| Line 14... | Line 14... | ||
| 14 | default-target-url="/index.jsp"
|
14 | default-target-url="/index.jsp"
|
| 15 | authentication-failure-url="/sistema/login.jsf?login_error=1" />
|
15 | authentication-failure-url="/sistema/login.jsf?login_error=1" />
|
| 16 | 16 | ||
| 17 | <intercept-url pattern="/sistema/login.jsf" access="permitAll" />
|
17 | <intercept-url pattern="/sistema/login.jsf" access="permitAll" />
|
| 18 | <intercept-url pattern="/sistema/login.xhtml" access="permitAll" />
|
18 | <intercept-url pattern="/sistema/login.xhtml" access="permitAll" />
|
| - | 19 | <intercept-url pattern="/sistema/login_esqueci_senha.xhtml" access="permitAll" />
|
|
| - | 20 | ||
| 19 | <intercept-url pattern="/sistema/**" access="authenticated" />
|
21 | <intercept-url pattern="/sistema/**" access="authenticated" />
|
| 20 | <csrf disabled="true" />
|
22 | <csrf disabled="true" />
|
| 21 | 23 | ||
| 22 | <logout logout-url="/sistema_security_logout" logout-success-url="/sistema/pagina_inicial.xhtml"/>
|
24 | <logout logout-url="/sistema_security_logout" logout-success-url="/sistema/pagina_inicial.xhtml"/>
|
| 23 | </http>
|
25 | </http>
|