Hi, I have a question regarding handling 404. I ha...
# general
y
Hi, I have a question regarding handling 404. I have a stub for 404 and it did return 404. I'm also aware of the default 404 if no mapping file found. In my tests, the behaviour is like a 404 no mapping found (continue to next call) rather that my application error handling of 404. Is anyone aware of this scenario or I may have done something incorrect?