PQ62683, 4.0.2: Wrong port number used on redirect
in configuration
Downloadable files
Abstract
Customers who run into this problem will see the wrong
port number used in the URL built from relative redirects. The port number
will be the port number of the web server, rather
Download Description
This can happen in any situation where the port that the web server is
listening on is different from the port the browser set in the Host header
of a HTTP 1.1 request. ( which can easily happen when a load balancer
redirects a HTTP request on port 80 to a Web servers that's listening on
port 8000 ). The iPlanet plug-in was always using the port that the server
was listening on, rather than the port the request was originally sent to.
This can cause two problems:
On some setups, the port number will not match any of the ports for
the virtual hosts, which can cause requests to fail.
sendRedirect() will build an incorrect absolute URI when given a
relative URI - which will usually cause the browser to get 404's whenever
a servlet does a sendRedirect().
Prerequisites
None
Installation instructions
Please review the readme for detailed installation instructions