bruno 2003/05/08 09:23:34
Modified: src/blocks/profiler/samples sitemap.xmap . status.xml Log: Fixed ArrayIndexOutOfBoundsException with the profiler sample when getting SAX fragments. Revision Changes Path 1.7 +3 -1 cocoon-2.1/src/blocks/profiler/samples/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/profiler/samples/sitemap.xmap,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sitemap.xmap 7 May 2003 16:50:41 -0000 1.6 +++ sitemap.xmap 8 May 2003 16:23:29 -0000 1.7 @@ -83,7 +83,9 @@ <map:match pattern="profile.html"> <map:generate type="profiler"/> - <map:transform src="profile2page.xsl"> + <!-- The type for this transform is set to xalan, because it causes an + ArrayIndexOutOfBoundsException with xsltc (filed as bug 19770) --> + <map:transform type="xalan" src="profile2page.xsl"> <map:parameter name="use-request-parameters" value="true"/> </map:transform> <map:transform src="context://samples/common/style/xsl/html/complex-page2html.xsl"> 1.27 +0 -5 cocoon-2.1/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/status.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- status.xml 8 May 2003 00:05:04 -0000 1.26 +++ status.xml 8 May 2003 16:23:32 -0000 1.27 @@ -180,11 +180,6 @@ (samples/precept/app/example1.html) and then to the xmlform example (samples/xmlform/wizard). </action> - - <action context="code"> - You got a ArrayIndexOutOfBoundsException from the profiler example, if - you try to get the SAX fragments. - </action> </actions> </todo>