It seems when using the `this.allowedMethods` stru...
# box-products
r
It seems when using the
this.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?