When using the allowedMethods annotation for my Coldbox REST handler, all the values that are normally placed in rc are lost when I use any verb other than GET or POST. If I changed the annotation to GET or POST, all the rc variables are there. Why would this happen?