Hi,
We have an old version of clearpass running on our CAS server (version
3.3.3).
Our version was an export from
https://www.ja-sig.org/svn/sandbox/cas-clearpass on 10th Aug 2009
(edu.csus.uportal.clearpass 1.0-SNAPSHOT).
However I wanted to upgrade our uPortal client integration to clearpass
1.0.2.GA to work with uP 3.2.x
I've had to change the line
final String url = this.clearPassUrl + (this.clearPassUrl.contains("?")
? "&" : "?") + "ticket=" + proxyTicket;
to this
final String url = this.clearPassUrl + (this.clearPassUrl.contains("?")
? "&" : "?") + "ticket=" + proxyTicket+"&service="+this.clearPassUrl;
Is this a bug or an incompatibility?
... also I noticed that the tagged clearpass_1_0_0_ga release also does
not contain the service parameter.
Thanks,
Anthony.
--
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