Subversion Repositories SmartDukaan

Rev

Rev 831 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 831 Rev 832
Line 11... Line 11...
11
import java.io.IOException;
11
import java.io.IOException;
12
import java.util.Date;
12
import java.util.Date;
13
 
13
 
14
import org.apache.juli.logging.Log;
14
import org.apache.juli.logging.Log;
15
import org.apache.juli.logging.LogFactory;
15
import org.apache.juli.logging.LogFactory;
-
 
16
import org.apache.log4j.Logger;
16
import org.apache.struts2.convention.annotation.Result;
17
import org.apache.struts2.convention.annotation.Result;
17
 
18
 
18
/**
19
/**
19
 * 
20
 * 
20
 * @author rajveer
21
 * @author rajveer
Line 27... Line 28...
27
	/**
28
	/**
28
	 * 
29
	 * 
29
	 */
30
	 */
30
	private static final long serialVersionUID = 5390035354379263121L;
31
	private static final long serialVersionUID = 5390035354379263121L;
31
 
32
 
32
	private static Log log = LogFactory.getLog(LoginController.class);
33
	private static Logger log = Logger.getLogger(Class.class);
33
	private DesEncrypter desEncrypter = new DesEncrypter("saholic");
34
	private DesEncrypter desEncrypter = new DesEncrypter("saholic");
34
	
35
	
35
	private String redirectUrl;
36
	private String redirectUrl;
36
 
37
 
37
	public LoginController() {
38
	public LoginController() {