You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/03/28 17:06:01 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs changes.xml

vmassol     02/03/28 08:06:01

  Modified:    documentation/docs/xdocs changes.xml
  Log:
  2 bug fixes.
  
  Revision  Changes    Path
  1.2       +11 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	10 Mar 2002 14:10:25 -0000	1.1
  +++ changes.xml	28 Mar 2002 16:06:01 -0000	1.2
  @@ -96,6 +96,17 @@
       </devs>
   
       <release version="1.3 in CVS">
  +      <action dev="VMA" type="fix" due-to="Steven L. Youtsey" due-to-email="syoutsey@unwiredexpress.com">
  +        (<link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4563">
  +        Bug #4563</link>).
  +        <code>HttpServletContextWrapper.getRequestDispatcher()</code> now throws
  +        <code>null</code> when the wrapped servlet context returns 
  +        <code>null</code> when asked for a request dispatcher.
  +      </action>
  +      <action dev="VMA" type="fix" due-to="Kim Madsen" due-to-email="kim.madsen@inceptor.com">
  +        Wrapped <code>HttpServletRequest.getRequestURL()</code> (Servlet API
  +        2.3 only) to take into account the simulated URL (if any).
  +      </action>
         <action dev="VMA" type="update">
           Completely reworked the internal Cactus build scripts and directory
           structure to make it more flexible and to prepare for the upcoming
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>