No subject

Magnus Ahltorp map@REDACTED
Tue Jul 25 17:03:22 CEST 2006


./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.




More information about the erlang-patches mailing list