[google-appengine] Got CAS client working with appengine (java)

2010-04-27 Thread Piwaï
Hi ! Just wanted to let you know, I was able to use CAS client (http:// www.jasig.org/cas) with AppEngine. So I'll write the few steps here, in case anyone look for it when searching on Google ;-) First, I followed these steps : http://www.ja-sig.org/wiki/display/CASC/Configuring+the+JA-SIG+CAS+

Re: [google-appengine] Got CAS client working with appengine (java)

2013-05-03 Thread Frank Ren
Hi Piwai I struggled with the same problem, and found another solution by inserting the following lines into web.xml artifactParameterName ticket By doing so, you don't have to modify shiro source code. My cas client version is 3.2.1. There should be not much difference regarding this pro