* Pass PATHINFO to request, full URL

git-svn-id: trunk@17646 -
This commit is contained in:
michael 2011-06-03 07:36:07 +00:00
parent 83ef847aab
commit de1eb11025

View File

@ -368,6 +368,7 @@ Var
begin
Request.Method:=GetNextWord(AStartLine);
Request.URL:=GetNextWord(AStartLine);
Request.PathInfo:=Request.URL;
S:=GetNextWord(AStartLine);
If (Pos('HTTP/',S)<>1) then
Raise Exception.Create(SErrMissingProtocol);