Thank you for responding.
That's what i did. I created a subclass of ProviderSignInController. I store two things in the session. The type of request and an optional redirect url.
public...
Type: Posts; User: jwilcox98200; Keyword(s):
Thank you for responding.
That's what i did. I created a subclass of ProviderSignInController. I store two things in the session. The type of request and an optional redirect url.
public...
Hi,
I have three places in our website which call facebook. They are registration, login and associate. I need to remember which place called facebook when i get a positive callback from...
Thank you so much for your help. That worked. :)
Hi,
I am looking for an example filter which will ensure a session is created over HTTP and not HTTPS.
I found the following post...
Hi,
I need some advice. I need to make sure a session is created in http and not in https. My environment is spring mvc and spring security running on tomcat 7.
How should i handle login. My site is generally http but for two places login and user settings. But i am unable to get https and http switching working. You mentioned creating http cookie before...
Hi,
I appreciate any help, thank you.
I am looking for a solution for https login redirect to http main view. What i am currently doing is processing login with https but the rest of the site...
Sorry i should have done more research.
After i post this thread. I found the problem. User and UserDetails where not Serializable. After making them Serializable and any extended classes also...
How do i handle the following. A user is logged in successfully and they use the website for a bit. But then I restart tomcat. They send a new request to the server which has been restarted. ...
When i do "http://something/view#/page/mystuff" and successfully login. The target url is "http://something/view". How do i get the target url to preserve the data after the # sign.
My spring...
Wow that was quick. thank you for your response. I am sorry for my ignorance. I don't understand how the following would work. I have a pool of machines running a website. A user is prompted to...
I appreciate any help. I sure hope someone can answer my question. I am having a hard time getting a clear answer. For a website do i have to cluster my tomcats because of the need to share...