You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Tagunov Anthony <at...@nnt.ru> on 2000/11/29 16:43:41 UTC

[C1][bug?] XSLTProcessor never cleans it's monitor

Hello, everybody!

if I apply 
      d.xsl 
to 
     d.xml 
1) request d.xml from server
2) change 
     d.xml 
   to use 
     e.xsl 
3) request 
     d.xml 
from server
4) edit 
     d.xsl 
  (which is no longer used for processing d.xml)
5) request d.xml from server and SEE THAT IT WAS NOT TAKEN FROM CACHE (judging by the time required for processing)

In short monitor in XSLTProcessor never gets cleaned.