costin      01/03/31 13:52:34

  Modified:    src/facade22/org/apache/tomcat/facade
                        RequestDispatcherImpl.java
  Log:
  Fix for #1112, set parent on the child.
  
  Revision  Changes    Path
  1.18      +1 -0      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/RequestDispatcherImpl.java
  
  Index: RequestDispatcherImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/RequestDispatcherImpl.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- RequestDispatcherImpl.java        2001/02/20 03:34:11     1.17
  +++ RequestDispatcherImpl.java        2001/03/31 21:52:33     1.18
  @@ -369,6 +369,7 @@
        }
   
        Request old_child = realRequest.getChild();
  +     subRequest.setParent( old_child );
        realRequest.setChild( subRequest );
        
        // now it's really strange: we call the wrapper on the subrequest
  
  
  

Reply via email to