bruno       2003/08/13 01:54:44

  Modified:    .        status.xml
  Log:
  fix document locator problem in SVG serializer
  
  Revision  Changes    Path
  1.118     +9 -1      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- status.xml        12 Aug 2003 15:50:40 -0000      1.117
  +++ status.xml        13 Aug 2003 08:54:44 -0000      1.118
  @@ -202,6 +202,14 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +   <action dev="BRD" type="fix">
  +     Fix in the SVG serializer: if setDocumentLocator wasn't called on the
  +     serializer (which can happen if you have e.g. an XSLT transformer in the
  +     pipeline), then the base URI for the SVG document wasn't set which could
  +     cause exceptions. Now it is set to http://localhost/ in such cases. Also
  +     fixed a problem with the document locator not being reset between
  +     subsequent retrievals of the serializer from the pool.
  +   </action>
      <action dev="VG" type="fix">
        Fix Jisp based persistent store: close database files on Cocoon shutdown and
        re-use existing database and index files on startup.
  
  
  

Reply via email to