FWIW, the ST looks to be generated for the correct service URL 2013-08-07 09:24:18,922 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service ticket [ST-15246-Tjc1PQlBzQFXzIcQCfnl-server] for service [https://client.ucdavis.edu/#/index.html] for user [user]
Suspect it might be something in org.jasig.cas.authentication.principal.Response.getRedirectResponse(). Tom. On Aug 7, 2013, at 12:18 PM, Tom Poage <[email protected]> wrote: > Greetings, > > Question on URL encoding the CAS service parameter. > > Platform: CAS 3.5.2 > > Base/protected URL is of the form: > > https://client.ucdavis.edu/#/index.html > > Regular URL encoding into https://cas.../cas/login?service= > > with the service parameter > > https%3A%2F%2Fclient.ucdavis.edu%2F%23%2Findex.html > > returns: > > https://client.ucdavis.edu/?ticket=ST-...#/index.html > > i.e. a literal "#/index.html" tacked on the end. > > Any idea where (and why) this might be failing? > > Tried percent encoding the '#' prior to URL encoding (i.e. double encode the > '#'), but that confused the client server. > > Thanks! > Tom. > > > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
