瀏覽代碼

* Support all methods

git-svn-id: trunk@27707 -
michael 11 年之前
父節點
當前提交
f28dbdafcc
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/fcl-web/tests/testcgiapp.pp

+ 0 - 2
packages/fcl-web/tests/testcgiapp.pp

@@ -115,8 +115,6 @@ begin
   else
     begin
     Method:=Uppercase(Method);
-    If (Method<>'POST') and (Method<>'GET') then
-      Raise Exception.CreateFmt(SerrUnsupportedMethod,['METHOD']);
     end;
 end;
 (*