I have a flash application that modifies the url with new hash params to allow the user to deep link into specific sub-pages of the application. When I wrap this app with cas and attempt to access one of these deep link urls while not being logged in, I am properly redirected to the cas login screen, but after logging in, cas will drop the hash portion of the url when it redirects me back to my app. Is there any way to tell cas to keep the hash params?
This works: http://myapp.com/?deeplink=page42 This does not work: http://myapp.com/#deeplink=page42 (after I do the cas login, I'm redirected back to http://myapp.com, without the hash params) -- 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
