Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.0rc3
-
Fix Version/s: 6.1.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
One consequence of this is that HttpServletResponse.sendRedirect doesn't work if the Apache front-end is running on a port other than 80. HttpServletRequest.getServerName on the other hand seems to works fine (it returns the host name of the Apache server).
Fixed in SVN trunk and for 6.1.0
the problem was that the AJP request had been implemented incorrectly and it was setting the server port as the remote port. (the true remote port appears to be unavailable with AJP).