google-code-export / rubycas-client

Automatically exported from code.google.com/p/rubycas-client
1 stars 1 forks source link

Mangled parameters in long URI after redirecting to CAS server #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From
http://groups.google.com/group/rubycas-server/browse_thread/thread/56ced9de698b8
1d6?hl=en

Scenario:
I am using the Java CAS server version 3.1.
I am using the ruby CAS client version 1.0.

1)User is authed on a portal.
2) user fills out a form on said portal

3)said form is posted to page:
dardencommunity.darden.virginia.edu/search/profiles/advanced
with the content:
att%5B%5D%5Bsearch_attribute%5D=last_name&att%5B%5D
%5Bsearch_attribute_text%5D=healeyt&att%5B%5D%5Bsearch_attribute
%5D=educations_description&att%5B%5D%5Bsearch_attribute_text%5D=&B1=Go

4)CAS Filter I believe sends back a 302 and a new url that looks
like
https://ds-app.darden.virginia.edu:8443/cas/login?service=http%3A%2F%...

Which mangled the encoded parameters. This causes a system error when
fed to my app.

Any thoughts:
Am I too cryptic?

Please help when you can.
I can send a live headers transcript with more data if you desire.

Tom 

Original issue reported on code.google.com by matt.zuk...@gmail.com on 30 Nov 2007 at 5:51