It would appear that its been partially url-decoded on the return which would imply there may have been some manual processing done. CAS obtains the unencoded url from the servlet container.
-Scott On Tue, Feb 17, 2009 at 5:34 AM, Chris <[email protected]> wrote: > Hi, > > First, here is my configuration: > - Linux centOS 5 / Apache 2.2.3 > - CAS server 3.1.1 > - mod_auth_cas 1.0.7 > > I guess I'm not the first one asking for this issue, but I havn't found an > easy solution to fix this. My last attempt was to compile and test > mod_auth_cas 1.0.7 & 1.0.8 as I saw a fix in svn repository: > http://developer.jasig.org/source/browse/jasigsvn/cas-clients/mod_auth_cas/trunk/src/mod_auth_cas.c?r1=44206&r2=44329 > > Redirection from CAS does not returns the URLs as expected, in particular > characters '&' and '=' are replaced by their HTML codes ('%26' and '%3d'). > > Example: > - Since an Excel sheet or an mail, I have links to dynamic pages (Bugzilla) > with parameters (the bug ID). > - I click on http://bugzilla.mysite.com/show_bug.cgi?id=29345 which is CAS > protected > - I am redirected to > https://cas-login.mysite.com/cas/login;jsessionid=6AB...611?service=http%3a%2f%2fbugzilla.mysite.com%2fshow_bug.cgi%3fid%3d29345 > - I login with a valid account > - CAS redirects me to the service with URL: > http://bugzilla.mysite.com/show_bug.cgi%3fid%3d29345 > > And this is my problem cos URL parameters are not expected ones; I shoud > have show_bug.cgi?id=29345 and not show_bug.cgi%3fid%3d29345 > > Is there a CAS parameter to set encoding stuffs? > > Thanks for your help. > > Chris > -- > 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
