Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post params are included in query params on redirect #17

Open
bradseefeld opened this issue Sep 7, 2012 · 0 comments
Open

Post params are included in query params on redirect #17

bradseefeld opened this issue Sep 7, 2012 · 0 comments

Comments

@bradseefeld
Copy link

When a service URL is generated, it includes any POST parameters in the query parameter. This causes problems when POST params include very large values (for example in file uploads) or many key/value pairs. The specific method: https://github.com/rubycas/rubycas-client-rails/blob/master/lib/rubycas-client-rails.rb#L376 The old implementation is here and correctly only grabs the query params: https://github.com/rubycas/rubycas-client/blob/master/lib/casclient/frameworks/rails/filter.rb#L329

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant