Retain scheme in LBClient.RibbonRequest URI - fixes #183#185
Retain scheme in LBClient.RibbonRequest URI - fixes #183#185codefromthecrypt merged 1 commit intoOpenFeign:masterfrom
Conversation
|
NetflixOSS » feign » feign-pull-requests #53 SUCCESS |
|
Thanks for the help. I think we need a test for this, right? Can you port something like this into the ribbon test? That way future work doesn't undo yours. https://github.com/Netflix/feign/blob/master/core/src/test/java/feign/client/DefaultClientTest.java#L119 |
|
NetflixOSS » feign » feign-pull-requests #56 SUCCESS |
|
Added a test to check the https connection works |
There was a problem hiding this comment.
nit I don't think this comment is required. the commit log already says this, and the need for this feature is obvious.
|
hypernit on comment, also I'm trying to help us get more readable commit log. can you switch to this form? "this commit retains scheme in LBClient.RibbonRequest" |
Before this change, we were dropping scheme, which prevented use of https. closes OpenFeign#183
|
NetflixOSS » feign » feign-pull-requests #58 SUCCESS |
Retains scheme in LBClient.RibbonRequest URI
Retains scheme in LBClient.RibbonRequest URI
No description provided.