Ryan Albrecht
07/08/2022, 12:37 PMthis.allowedMethods
structure in a handler OR if using the allowed methods annotation function index( event, rc, prc) allowedMethods="GET,POST" {...}
coldbox does not correctly check if it is an invalid event when calling event.isInvalidHTTPMethod()
inside an interceptor. The function call seems to always return false. Coldbox will however throw an InvalidHTTPMethod if the interceptor returns. Can anybody confirm my findings?