RE: Rewriting response headers after a redirect

2011-05-10 Thread Tim Klinger
Just to be clear. A non-redirected response for me includes the following header: Server: Apache-Coyote/1.1, Restlet-Framework/2.0.6 When I do a redirect I get back a response with the following header: Server: Apache-Coyote/1.1, CouchDB/1.1.1 (Erlang OTP/R14B) Thanks, Tim

Rewriting response headers after a redirect

2011-05-10 Thread Tim Klinger
Hello, I'm pretty new to Restlet and am a little stuck figuring out the best way to do the following. I need to do a server-side redirect on a given url to a rewritten url on our couchdb server (I guess this is a kind of reverse proxy). But I don't want to return anything to the client that e