costin      02/04/08 16:07:11

  Modified:    coyote/src/java/org/apache/coyote Response.java
  Log:
  sendHeaders() must send the notification - that's what the javadoc says :-)
  
  Now jk adapter works fine.
  
  Revision  Changes    Path
  1.10      +1 -1      
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Response.java
  
  Index: Response.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Response.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Response.java     8 Apr 2002 22:56:22 -0000       1.9
  +++ Response.java     8 Apr 2002 23:07:11 -0000       1.10
  @@ -403,7 +403,7 @@
        *  interceptors to fix headers.
        */
       public void sendHeaders() throws IOException {
  -        // XXX This code doesn't send any notification :-)
  +        action(ActionCode.ACTION_COMMIT, this);
        commited = true;
       }
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to