That's great Kalle. Thanks

Question, I see you deprecated some methods, but I'm not seeing any
documentation on the new usage. I'm using the following code and I'm seeing
getSuccessPage() and getLoginPage() has been deprecated. I think I read
something about about getLoginPage() being replaced by getLoginURL(), but
I'm not completely clear on this change. I checked github and see your
still using getLoginPage() in your login page, so I'm at a loss. Also, what
do we need to do to get the redirectToSavedRequest working now? Thanks Kalle

            String requestUri = loginContextService.getSuccessPage();

            if (!requestUri.startsWith("/")) {
                requestUri = "/" + requestUri;
            }

            loginContextService.redirectToSavedRequest(requestUri);

            return null;

On Fri, Oct 24, 2014 at 9:28 PM, Chris Mylonas <ch...@opencsta.org> wrote:

> Toot toot!
>



-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

Reply via email to