Josh Gitlin

Results 14 comments of Josh Gitlin

I have since worked around this issue by writing my own LDAP authentication script; therefore please feel free to deprioritize this issue (or close it outright) if nobody else appears...

Checking the source, we _should_ be following redirects... ``` case response when Net::HTTPRedirection redirect = response["location"] request(verb, redirect, data, headers) ``` So this may be as simple as adding `Net::HTTPFound`...

I see the issue. That redirect handling code is only executed if a block is not given, so it either needs to handle cases where a block is give _or_...