geirm       01/03/29 13:12:24

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  Update re fix to HttpServletRequestWrap
  
  Revision  Changes    Path
  1.18      +5 -0      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml       2001/03/28 04:09:23     1.17
  +++ changes.xml       2001/03/29 21:12:21     1.18
  @@ -43,6 +43,11 @@
          Documentation : Clarification of VM properties and added note on
          VM declaration / usage order in user guide. (gmj)
       </li>
  +    <li>
  +       Fixed HttpServletRequestWrap.java - getInputStream() wasn't calling
  +       the method on the wrapped HttpServletRequest. Thanks to 
  +       Shahar Solomianik. (gmj)
  +    </li>
   </ul>
   
   </subsection>
  
  
  
  1.18      +5 -0      jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.html      2001/03/28 04:09:26     1.17
  +++ changes.html      2001/03/29 21:12:23     1.18
  @@ -146,6 +146,11 @@
          Documentation : Clarification of VM properties and added note on
          VM declaration / usage order in user guide. (gmj)
       </li>
  +    <li>
  +       Fixed HttpServletRequestWrap.java - getInputStream() wasn't calling
  +       the method on the wrapped HttpServletRequest. Thanks to 
  +       Shahar Solomianik. (gmj)
  +    </li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  

Reply via email to