Skip to content

Commit

Permalink
patch patch method patch unpatched from previous patch patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 4, 2020
1 parent 54b9d72 commit 3785408
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ else if (!scriptEntry.hasObject("data")
}
else if (!scriptEntry.hasObject("method")
&& arg.matchesPrefix("method")
&& arg.matches("get", "post", "head", "options", "put", "delete", "trace")) {
&& arg.matches("get", "post", "head", "options", "put", "delete", "trace", "patch")) {
scriptEntry.addObject("method", arg.asElement());
}
else if (!scriptEntry.hasObject("hide_failure")
Expand Down

0 comments on commit 3785408

Please sign in to comment.