This has been working properly for many, many years, but has recently gotten broken.
In
slide.htt, plant the following bit of "show me" code:
<ja:fileiterator start="-2" count="7">
${fileName}
${thumbPath}
${thumbWidth}
${thumbHeight}
${title}
${comment}
</ja:fileiterator>
Now feed it a dozen images, a01, a02, a03, etc. On the page for
a04, for example, you will see that it's returning the same file name for all seven iterations, all
a04.jpg. It will also give you the same thumb dimensions, i.e., those for
a04. Ditto for the
title and
comment - all taken from
a04. Only the
thumbPath is shown properly for each of the seven iterations.
ETA: I suspect this got broken in the release in which the paths got "cleaned up," but I haven't tracked it down yet.