In general you do not want to change anything under the protocol views. > In the serverValidate Response the first line of the xml is as follows > <cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
That's an XML namespace and only serves to uniquely identify the elements and attributes of the XML vocabulary. While it's normally tied to a DNS namespace out of convention, it could be anything; in this case it's a historical vestige since CAS originated at Yale. It's not something that would change in a particular deployment environment, though; for example, we wouldn't change it to http://www.vt.edu/cas simply because we deploy CAS at Virginia Tech. M -- 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
