I have a handler which returns a 302 redirect if you hit a disabled url. Active urls trigger a rendering function, but suprisingly enough the render function is not triggered if the user first hits a 302. Where do I start debugging?
How are you calling the render function?