BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
/
trunk
/
Website
/
src
/
main
/
java
/
in
/
shop2020
/
serving
/
interceptors
/
UserInterceptor.java
– Rev 11990
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
11990
4453 d 21 h
amit.gupta
/trunk/Website/src/main/java/in/shop2020/serving/
11987
4453 d 22 h
amit.gupta
/trunk/Website/src/main/java/in/shop2020/serving/interceptors/
11986
4453 d 22 h
amit.gupta
/trunk/Website/src/main/java/in/shop2020/serving/interceptors/
11980
4454 d 2 h
amit.gupta
/trunk/
Added coupon infra for auto application.
7825
4803 d 21 h
amar.kumar
/trunk/
Changes for Facebook Login
7039
4926 d 21 h
anupam.singh
/trunk/
Removing all changes related to facebook login because i dont like them ;)
7007
4930 d 21 h
amar.kumar
/trunk/
Changes to allow login through facebook and storing user's facebook credentials to be able to post on user's behalf on facebook
4388
5348 d 22 h
rajveer
/trunk/Website/src/main/java/in/shop2020/serving/interceptors/
Removing instance variables from the UserInterceptor. This will prevent hashmap to going into infinite loop. Because Interceptors has only one instance for all threads while actions (controllers in our case) have instance per thread.
3185
5492 d 23 h
vikas
/trunk/Website/src/main/java/in/shop2020/serving/
Save session id in cookie as now mutilple tomcats are running. This generates diff session id for each req.
2998
5509 d 7 h
rajveer
/trunk/Website/src/main/java/in/shop2020/serving/
Made static DesEncryptor to class variable to make it thread safe.
2973
5511 d 1 h
chandranshu
/trunk/Website/src/main/java/in/shop2020/serving/
Ensured that the userinfo is correctly set and that the corrupt cookie is expired in cases of cookie corruption.
2960
5512 d 0 h
chandranshu
/trunk/Website/src/main/java/in/shop2020/serving/interceptors/
Added debug log messages
2935
5516 d 20 h
chandranshu
/trunk/Website/src/main/java/in/shop2020/serving/
Ensured that an anonymous user is not created in case we encounter a uid for which there is no user in the db
2907
5518 d 19 h
rajveer
/trunk/Website/
Moved UserSessionInfo from session to cookie. A new cookie called uic will be created.
2473
5553 d 0 h
chandranshu
/trunk/Website/src/main/java/in/shop2020/serving/interceptors/
Cleaned the user state in case someone messes around with the cookie.
1722
5616 d 2 h
vikas
/trunk/Website/src/main/
Use .local.shop2020.in as cookie domain in dev.
1713
5616 d 20 h
vikas
/trunk/Website/src/main/java/in/shop2020/serving/
put domain name also in cookie while removing it in logout controller.
1658
5618 d 0 h
vikas
/trunk/Website/
Changes to create cookie with domain name as ".saholic.com"
1614
5621 d 22 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
5624 d 0 h
rajveer
/trunk/Website/src/main/java/in/shop2020/serving/interceptors/
removed bitwalker code for user agent detection
1511
5626 d 0 h
rajveer
/trunk/Website/
Website should create users for only requests coming from browsers
1354
5640 d 0 h
vikas
/trunk/Website/src/main/java/in/shop2020/serving/interceptors/
Fix for userinfo not getting restored from cookie.
1044
5664 d 18 h
chandranshu
/trunk/Website/src/main/java/in/shop2020/serving/
Removed dependency on tomcat juli
1034
5664 d 20 h
chandranshu
/trunk/Website/
Moved java sources to src/main/java
924
5677 d 18 h
vikas
/trunk/Website/
Do not put redirect url in session to keep session stateless as much as possible.
837
5688 d 0 h
vikas
/trunk/Website/src/in/shop2020/serving/
Create permanent cookie and set path to "/".
831
5688 d 19 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
5688 d 21 h
vikas
/trunk/Website/
828
5688 d 22 h
rajveer
/trunk/Website/
Cookie problem resolved.
824
5689 d 2 h
vikas
/trunk/Website/src/in/shop2020/serving/interceptors/
Fix logout exception.
822
5691 d 17 h
vikas
/trunk/Website/
* Adding login interceptors where only authenticated user should be allowed.
* Adding Address validation.
817
5691 d 22 h
vikas
/trunk/Website/src/in/shop2020/serving/interceptors/
plain uid was being compared against encrypted one. Fixed it.
801
5693 d 19 h
rajveer
/trunk/Website/
Bug fixing for beta
781
5695 d 21 h
vikas
/trunk/Website/
Adding user interceptor and login interceptor. Get rid of authcontroller.