mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* Pass PATHINFO to request, full URL
git-svn-id: trunk@17646 -
This commit is contained in:
parent
83ef847aab
commit
de1eb11025
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user