Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 6.1.10 EE GA1
-
Fix Version/s: 6.1.20 EE GA2
-
Component/s: -- none --
-
Labels:None
-
Environment:Linux 2.6.32-300.7.1.el5uek x86_64
apache 2.2.3
mod_jk 1.2.32
tomcat 7.0.25
-
Similar Issues:
Description
Apache mod_jk url redirection is not working for some of the URLs. URL redirection works correctly for Liferay 6.0 + Tomcat bundle. Looks like the issue is related to length of the URL. If I have a shorter URL, the site works as expected. If the url is long, it is redirecting to the tomcat url, without the port. In the following example # 1 works, #2 fails.
1.
http://10.160.255.40/web/guest/home?p_auth=wVxP8XXt&p_p_auth=FGceSTY8&p_p_id=49&p_p_lifecycle=1&p_p_state=normal&p_p_mode=view
2.
http://10.160.255.40/web/guest/home?p_auth=wVxP8XXt&p_p_auth=FGceSTY8&p_p_id=49&p_p_lifecycle=1&p_p_state=normal&p_p_mode=view&_49_struts_action=%2Fmy_sites%2Fview

It could be mod_jk configuration issue. I've never had any problems with mod_proxy_ajp.