posted 12 years ago
hi members
i want any user to pass through a entry point page before he could access a page beyond that, the login credentials will be done before this.
suppose if there is page which the user can only access after making a login, if has bookmarked that page, i don't want him directly to take to that page he has to first go through this entry point page and then only he should be able to access that page, once he is done with this page he can access any page after that.
which means if he request to a page which is beyond the entry point and if i find him didn't even entered the entry point page at least once then i have to redirect him to the entry point page.
i want to make it using spring, i came across HandlerIntercepter and HandlerAdapter but i am bit confused to start over.
can anyone please help me in this regard.