Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1614 5579 d 20 h rajveer /trunk/Website/src/main/ Anonymous user will not be created until a user add to cart or add to research. User will be able to add to research wothout logging in.  
1553 5581 d 23 h rajveer /trunk/Website/src/main/java/in/shop2020/serving/interceptors/ removed bitwalker code for user agent detection  
1511 5583 d 22 h rajveer /trunk/Website/ Website should create users for only requests coming from browsers  
1354 5597 d 23 h vikas /trunk/Website/src/main/java/in/shop2020/serving/interceptors/ Fix for userinfo not getting restored from cookie.  
1044 5622 d 17 h chandranshu /trunk/Website/src/main/java/in/shop2020/serving/ Removed dependency on tomcat juli  
1034 5622 d 19 h chandranshu /trunk/Website/ Moved java sources to src/main/java  
924 5635 d 17 h vikas /trunk/Website/ Do not put redirect url in session to keep session stateless as much as possible.  
837 5645 d 23 h vikas /trunk/Website/src/in/shop2020/serving/ Create permanent cookie and set path to "/".  
831 5646 d 18 h vikas /trunk/Website/src/in/shop2020/serving/ * To show error message in case of wrong username/password.
* Redirect to last page in case of successful login.
 
830 5646 d 19 h vikas /trunk/Website/  
828 5646 d 20 h rajveer /trunk/Website/ Cookie problem resolved.  
824 5647 d 1 h vikas /trunk/Website/src/in/shop2020/serving/interceptors/ Fix logout exception.  
822 5649 d 16 h vikas /trunk/Website/ * Adding login interceptors where only authenticated user should be allowed.
* Adding Address validation.
 
817 5649 d 21 h vikas /trunk/Website/src/in/shop2020/serving/interceptors/ plain uid was being compared against encrypted one. Fixed it.  
801 5651 d 17 h rajveer /trunk/Website/ Bug fixing for beta  
781 5653 d 19 h vikas /trunk/Website/ Adding user interceptor and login interceptor. Get rid of authcontroller.