I've got a question on the order in which responders fire. In order to handle the case of a legacy URL, I have a responder in user.webserver.responders that should rewrite a URL. It appears that mainResponder's is getting to it first, and we get an unhandled exception. Where should I be rewriting URLs? -- whump