
Support the ability to not follow redirects
Reported by Josh Knowles | November 17th, 2008 @ 03:41 PM
Ability to not follow redirects via global config can be found at:
http://github.com/joshknowles/we...
Open to other options that accomplish the same goal.
Comments and changes to this ticket
-
-
Adam greene January 4th, 2009 @ 10:13 AM
definitely a +1. I would like to easy check calls to external sources in my acceptance tests (like for OpenID or OAuth). The current webrat setup doesn't allow this without monkey patching it.
though I'm not sure if Josh's patch is the right way to do this... as it is a class level (ie, not thread safe) change. Might be worth discussing either not following the redirect if it leaves the main host (not the subdomain, but changes hosts completely) or if that is too black box, making it configurable at the visit or click method level.
Thanks, Adam
-
Bryan Helmkamp January 4th, 2009 @ 10:03 PM
- Assigned user changed from Bryan Helmkamp to Josh Knowles
-
Josh Knowles January 20th, 2009 @ 07:39 PM
- State changed from new to wontfix
Closing this out as I think that the new redirect support handles 90% the use cases.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.