4 Replies Latest reply on Dec 4, 2008 10:13 AM by michele.zinna

    Mishandling of the http response

    michele.zinna

      We have found an analogous case on ASF Bugzilla (BZ 36155). See:
      https://issues.apache.org/bugzilla/show_bug.cgi?id=36155

      We are using "Apache (2.0.59)" + "mod_jk" + "JBoss AS 4.2.2 GA" and we applied to the class "AjpMessage" of the Coyote
      connector (into JBoss) the same patch proposed in:
      http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java?r1=593649&r2=672454&diff_format=h

      That patch has not yet been transferred on the JBoss repository (if it really should be):
      http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossweb/trunk/java/org/apache/coyote/ajp/AjpMessage.java?view=markup

      However, we have verified that the patch unfortunately doesn't solve the problem.

      Any Idea?

      have I to patch also mod_jk or AjpMessage changes should have been enough to solve the problem?