Project

General

Profile

« Previous | Next » 

Revision 51330

1. Create domain package. Add RequestFilter class.
2. Update converter class with new domain object
3. Update properties file and xml configuration
4. Bug fix on jobs' validation status

View differences:

FrontEndLinkURIAuthenticationSuccessHandler.java
35 35
        int expireSec = -1;
36 36
        sessionCookie.setMaxAge(expireSec);
37 37
        sessionCookie.setPath("/");
38
//        sessionCookie.setDomain();
38 39
        response.addCookie(sessionCookie);
39 40
        response.sendRedirect(frontEndURI);
40 41
    }

Also available in: Unified diff