Sorry Kalle, it's still not entirely clear to me what I should be doing.
Your saying LoginContextService is internal? Is there another way to access
getXxxURL then? Also, how do we handle redirectedToSavedRequest now? At
some point when you get everything ironed out it might be helpful to
present this as a little snippet of code in the guide. I'm finding myself
having to sift through the github code in order to get a handle on it.

On Mon, Oct 27, 2014 at 11:24 AM, Kalle Korhonen <kalle.o.korho...@gmail.com
> wrote:

> On Mon, Oct 27, 2014 at 7:30 AM, George Christman <gchrist...@cardaddy.com
> >
> wrote:
>
> > 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
> >
>
> LoginContextService is internal because that part of the API is still in
> flux. The getXxxURL() operations will replace getXxxPage() operations
> (because they return a string, not a page). So far, they do the same exact
> thing.
>
> Kalle
>
>
>
> > 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
> >
>



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

Reply via email to