CAS attempts to leverage as many standard libraries as possible so that you
can either transfer the knowledge learned directly to the CAS project or any
knowledge you've learned by using CAS to other projects you make work on.

In this instance, we're leveraging Spring's Web Flow and Web MVC layers
which are nicely documented on http://www.springframework.org/documentation

If all else fails, someone on the mailing list with the proper experience
will most likely answer any question you throw out there ;-)

We also encourage people to contribute to our wiki documentation, anything
they've learned or any tutorials they can put together to help others out:
http://www.ja-sig.org/wiki/display/CASUM/Home

-Scott

On Jan 10, 2008 6:56 PM, Dale Ogilvie <[EMAIL PROTECTED]> wrote:

>  What a useful mailing list this is!
>
> Thanks for that, changing the default generic login success page was on my
> TODO list as well.
>
> But one question, how would one have figured out how to do this without
> being told?
>
>  ------------------------------
> *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Scott Battaglia
> *Sent:* Friday, 11 January 2008 12:03 p.m.
> *To:* Yale CAS mailing list
> *Subject:* Re: Spring error upon use of RedirectView
> aftercasLoginGenericSuccessView
>
> You can try defining it as part of the end-state.  Something like
>
> <end-state id= "viewGenericLoginSuccess" view="externalRedirect :
> http://www.example.com"; />
>
> -Scott
>
> On Jan 10, 2008 2:20 PM, Andrew R Feller < [EMAIL PROTECTED]> wrote:
>
> >  Once I reconfigured all successful generic CAS logins to be redirect to
> > a URL via the RedirectView class, I noticed an issue with the parameters
> > passed in the query string to the external URL.  I have copied the
> > configuration and resulting URL below.
> >
> >
> >
> > Does anyone have any idea why this would be caused?
> >
> >
> >
> > Thanks,
> >
> > Andrew
> >
> >
> >
> >
> >
> > View configuration
> >
> >
> > =========================================================================================================
> >
> > casLoginGenericSuccessView.(class)=
> > org.springframework.web.servlet.view.RedirectView
> >
> > casLoginGenericSuccessView.url=https://example.lsu.edu/Desktop
> >
> >
> >
> >
> >
> > Resulting redirect
> >
> >
> > =========================================================================================================
> >
> > https://example.lsu.edu/Desktop?service=&flowExecutionContext=%5BInactive+execution+of+%27login-webflow%27%5D&warnCookieValue=false&ticketGrantingTicketId=TGT-1-fGvGcdeKPe4oWiyxEHZnChE56qdrWFbacKL-examplesso.lsu.edu
> >
> >
> >
> >
> >
> >
> > Andrew R Feller, Analyst
> >
> > University Information Systems
> >
> > 200 Fred Frey Building
> >
> > Louisiana State University
> >
> > Baton Rouge, LA, 70803
> >
> > (225) 578-3737 (office)
> >
> >
> >
> > _______________________________________________
> > Yale CAS mailing list
> > [email protected]
> > http://tp.its.yale.edu/mailman/listinfo/cas
> >
> >
>
>
> --
> -Scott Battaglia
>
> LinkedIn: http://www.linkedin.com/in/scottbattaglia
>
> _______________________________________________
> Yale CAS mailing list
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>


-- 
-Scott Battaglia

LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to