Explorar el Código

* Do not decode the URL before passing it on

git-svn-id: trunk@21871 -
michael hace 13 años
padre
commit
ffc3164594
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-web/src/base/fphttpclient.pp

+ 1 - 1
packages/fcl-web/src/base/fphttpclient.pp

@@ -738,7 +738,7 @@ Var
 
 begin
   FResponseHeaders.Clear;
-  URI:=ParseURI(AURL);
+  URI:=ParseURI(AURL,False);
   If (Lowercase(URI.Protocol)<>'http') then
    Raise EHTTPClient.CreateFmt(SErrInvalidProtocol,[URI.Protocol]);
   ConnectToServer(URI.Host,URI.Port);