I have an Apache server listening on port 80 which then re-directs (proxy) to the actual application server which is listening on port 7789. Everything works just fine until we use the RedirectView call. When we use it, it redirects it to the correct URL but appends the port of the application server.

Does anyone know if there is a way to avoid this. I have read the API and there is no indication on how to handle it.

Any help will be greatly appreciated.