Explorar o código

methodNotAllowed:[entity:]

It is also from "accepts request as first arg" family.
Herby Vojčík %!s(int64=7) %!d(string=hai) anos
pai
achega
d15674b53c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Znock/ZnockBase.class.st

+ 1 - 1
src/Znock/ZnockBase.class.st

@@ -57,7 +57,7 @@ ZnockBase >> forwardedSelectors [
 		#(accepted noContent notModified ok: redirect: #redirect:entity: serverError: serverErrorWithEntity: statusCode: statusLine: unauthorized unauthorized: #unauthorized:entity:).
 
 		#handleResponseCreationFromRequestMessage: ->
-		#(#badRequest: badRequest:entity:).
+		#(#badRequest: badRequest:entity: methodNotAllowed: methodNotAllowed:entity:).
 
 		#handleResponseMessage: ->
 		#(addCookie: entity: headers: resetEntity: setLocation: setWWWAuthenticate: statusLine:).