[coldbox 3.5.3] two interceptors with the same class name

interceptors = [
{class = “myApp.interceptors.General”,properties={}},
{class = “domain.common.interceptors.General”,properties={}}
];

The points fire off correctly in the first one and none of the points fire in the second one. Is it because of the class name being the same for both?

Yup.