joerg       2003/07/12 07:58:13

  Modified:    .        changes.xml
  Log:
  applied latest changes from 2.1:
  revert encoding changes in JSPEngineImpl (bug 14327)
  made JSPs working in Resin not ending on .jsp (bug 4934, thanks to Ryder Rishel)
  avoid NPE in JSPEngineImplNamedDispatcherInclude if no RequestDispatcher was found
  deprecation messages added
  
  Revision  Changes    Path
  1.29      +8 -1      cocoon-2.0/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/changes.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.xml       3 Jul 2003 02:10:01 -0000       1.28
  +++ changes.xml       12 Jul 2003 14:58:13 -0000      1.29
  @@ -43,6 +43,13 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="JH" type="fix" fixes-bug="4934" due-to="Ryder Rishel" due-to-email=" 
 [EMAIL PROTECTED]">
  +    Made JSPs working in Resin that don't end on *.jsp.
  +  </action>
  +  <action dev="JH" type="fix" fixes-bug="14327">
  +    Reverted the encoding changes in the JSP engine. The fix should be done in
  +    the JSPReader.
  +  </action>
     <action dev="VG" type="remove">
       Removed deprecated notification classes in org.apache.cocoon and in
       org.apache.cocoon.sitemap packages. Removed deprecated methods in
  
  
  

Reply via email to