vmassol     2003/06/07 04:35:42

  Modified:    documentation/docs/xdocs changes.xml
  Log:
  Fixed HttpServletRequestWrapper behaviors when using null values in the setURL call.
  
  Revision  Changes    Path
  1.101     +18 -0     jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- changes.xml       7 Jun 2003 10:11:21 -0000       1.100
  +++ changes.xml       7 Jun 2003 11:35:42 -0000       1.101
  @@ -65,6 +65,24 @@
         </devs>
   
         <release version="1.5" date="- in CVS">
  +        <action dev="VMA" type="fix">
  +          Modified the behavior of Cactus
  +          <code>HttpServletRequestWrapper.getPathInfo()</code>
  +          when a Simulation URL is defined: if the call to 
  +          <code>WebRequest.setURL()</code> passes a <code>null</code> value
  +          for the Path Info parameter, a call to
  +          <code>HttpServletRequestWrapper.getPathInfo()</code> now returns an 
  +          empty string ("") instead of a <code>null</code> value. This is in
  +          accordance with the Servlet Specification.
  +        </action>
  +        <action dev="VMA" type="fix">
  +          When a simulation URL is used and null values are passed for the
  +          Context Path and Servlet Path parameters, calls to Cactus
  +          <code>HttpServletRequestWrapper.getContextPath()</code> and
  +          <code>HttpServletRequestWrapper.getServletPath()</code> now correctly
  +          return the Context Path and Servlet Path from the original Request
  +          (and not the wrapped one) handled by the Servlet Redirector.
  +        </action>
           <action dev="VMA" type="update">
             Added verification code in Cactus to verify that the parameters 
             passed to the <code>WebRequest.setURL()</code> method have the
  
  
  

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

Reply via email to