Rev 218 | Rev 242 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 218 | Rev 224 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | <!--
|
10 | <!--
|
| 11 | <http auto-config="true" use-expressions="true">
|
11 | <http auto-config="true" use-expressions="true">
|
| 12 | <form-login login-page="/sistema/login.xhtml"
|
12 | <form-login login-page="/sistema/login.xhtml"
|
| 13 | login-processing-url="/loginAcao"
|
13 | login-processing-url="/loginAcao"
|
| 14 | default-target-url="/sistema/home.xhtml"
|
14 | default-target-url="/sistema/home.xhtml"
|
| 15 | authentication-failure-url="/sistema/login.xhtml?error=tru" />
|
- | |
| - | 15 | authentication-failure-url="/sistema/login.xhtml?error=true" />
|
|
| 16 |
|
16 |
|
| 17 | <intercept-url pattern="/sistema/**" access="isAuthenticated()"/>
|
17 | <intercept-url pattern="/sistema/**" access="isAuthenticated()"/>
|
| 18 | -->
|
18 | -->
|
| 19 | <!-- <http pattern="/sistema/login.jsf" security="none" />
|
19 | <!-- <http pattern="/sistema/login.jsf" security="none" />
|
| 20 | <http pattern="/sistema/login.xhtml" security="none"/>
|
20 | <http pattern="/sistema/login.xhtml" security="none"/>
|