Subversion Repositories bacoAlunos

Rev

Rev 1814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1814 Rev 1830
Line 17... Line 17...
17
    <global-exceptions>
17
    <global-exceptions>
18
            <exception key="error.401" type="pt.estgp.estgweb.web.exceptions.NotAuthorizedException" path="/error401.do"/>
18
            <exception key="error.401" type="pt.estgp.estgweb.web.exceptions.NotAuthorizedException" path="/error401.do"/>
19
    </global-exceptions>
19
    </global-exceptions>
20
 
20
 
21
    <global-forwards>
21
    <global-forwards>
-
 
22
        <forward name="welcomeV2" path="/StartAuthentication.do"/>
22
        <forward name="welcome" path="/Welcome.do"/>
23
        <forward name="welcome" path="/Welcome.do"/>
-
 
24
        <forward name="userHome" path="/user/home.do"/>
-
 
25
        <forward name="userHomePae" path="/user/homePae.do"/>
23
        <forward name="welcomeBootstrap" path="/WelcomeBootstrap.do"/>
26
        <forward name="welcomeBootstrap" path="/WelcomeBootstrap.do"/>
24
        <forward name="error503" path="/error503.do"/>
27
        <forward name="error503" path="/error503.do"/>
25
        <forward name="error500" path="/error500.do"/>
28
        <forward name="error500" path="/error500.do"/>
26
        <forward name="error404" path="/error404.do"/>
29
        <forward name="error404" path="/error404.do"/>
27
        <forward name="error401" path="/error401.do"/>
30
        <forward name="error401" path="/error401.do"/>
Line 177... Line 180...
177
                scope="request"
180
                scope="request"
178
                parameter="dispatch"
181
                parameter="dispatch"
179
                validate="false"
182
                validate="false"
180
                input="page.authentication">
183
                input="page.authentication">
181
            <forward name="success" path="page.separators.home"/>
184
            <forward name="success" path="page.separators.home"/>
182
            <forward name="logout" path="page.logout.ok"/>
185
            <!--<forward name="logout" path="page.logout.ok"/>-->
-
 
186
            <forward name="logout" path="page.authentication"/>
183
            <forward name="firstTimeAuthenticate" path="page.first.time.authenticate"/>
187
            <forward name="firstTimeAuthenticate" path="page.first.time.authenticate"/>
184
        </action>
188
        </action>
185
 
189
 
186
 
190
 
187
 
191