Hello list,

I'm rewriting my application to use the new MvcTools component (ezc
2008.2rc1) and the conversion went pretty flawless. I also discovered
the createFatalRedirectRequest() method in the documentation and decided
to give it a go.

The redirecting (well, actually forwarding) works fine, but I can't
figure out how I can send HTTP status codes as part of the response.

Example: Someone types an URL for which no route exists. The request is
passed on to the fatal handler and I would like to add a 404 to the
response instead of the 200 (because 200 says everything's OK).

Is there some way to accomplish this?


Regards,
Hans
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to