Erlang/OTP Forums

Author Message

<  Erlang patches mailing list  ~  No Title

Guest
Posted: Tue Jul 25, 2006 3:16 pm Reply with quote
Guest
./lib/inets/src/http_lib/http_request.erl doesn't handle https URIs,
which means that redirects from ESI breaks.

--- http_request.erl~ 2006-07-25 16:43:10.000000000 +0200
+++ http_request.erl 2006-07-25 16:49:31.000000000 +0200
@@ -73,6 +73,8 @@
%
%-----------------------------------------------------------------------
--
is_absolut_uri("http://" ++ _) ->
true;
+is_absolut_uri("https://" ++ _) ->
+ true;
is_absolut_uri(_) ->
false.

Post recived from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum